index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
chelsio
Commit message (
Expand
)
Author
Age
Files
Lines
*
cxgb4: Add is_t6 macro and T6 register ranges
Hariprasad Shenai
2015-06-01
2
-0
/
+354
*
cxgb4: remove unused fn to enable/disable db coalescing
Hariprasad Shenai
2015-06-01
2
-21
/
+0
*
cxgb4/cxgb4vf: function and argument name cleanup
Hariprasad Shenai
2015-05-27
9
-89
/
+89
*
cxgb4: Add debugfs facility to inject FL starvation
Hariprasad Shenai
2015-05-27
4
-1
/
+81
*
cxgb4: Add PHY firmware support for T420-BT cards
Hariprasad Shenai
2015-05-25
4
-42
/
+375
*
cxgb4: Update T4/T5 adapter register ranges
Hariprasad Shenai
2015-05-21
1
-31
/
+44
*
cxgb4: Optimize and cleanup setup memory window code
Hariprasad Shenai
2015-05-21
3
-77
/
+102
*
cxgb4: replace ntoh{s, l} and hton{s, l} calls with the generic byteorder
Hariprasad Shenai
2015-05-19
1
-182
/
+217
*
cxgb4: Remove dead function t4_read_edc and t4_read_mc
Hariprasad Shenai
2015-05-19
2
-114
/
+0
*
cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROS
Hariprasad Shenai
2015-05-12
9
-147
/
+235
*
cxgb4: Initialize RSS mode for all Ports
Hariprasad Shenai
2015-05-09
3
-7
/
+80
*
cxgb4: Discard the packet if the length is greater than mtu
Hariprasad Shenai
2015-05-05
2
-2
/
+16
*
cxgb4: Move SGE Ingress DMA state monitor code to a new routine
Hariprasad Shenai
2015-05-05
3
-79
/
+156
*
cxgb4: Add device node to ULD info
Hariprasad Shenai
2015-05-05
3
-1
/
+3
*
cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq()
Hariprasad Shenai
2015-05-05
3
-0
/
+45
*
cxgb4: Enable congestion notification from SGE for IQs and FLs.
Hariprasad Shenai
2015-05-05
5
-13
/
+28
*
cxgb4: Make sure that Freelist size is larger than Egress Congestion Threshold
Hariprasad Shenai
2015-05-05
2
-1
/
+14
*
cxgb4: Fix MC1 memory offset calculation
Hariprasad Shenai
2015-04-29
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-26
2
-16
/
+7
|
\
|
*
VFS: Fix up some ->d_inode accesses in the chelsio driver
David Howells
2015-04-15
2
-16
/
+7
*
|
cxgb4: drop __GFP_NOFAIL allocation
Michal Hocko
2015-04-16
1
-3
/
+12
*
|
cxgb4: Don't call t4_slow_intr_handler when we're not the Master PF
Hariprasad Shenai
2015-04-14
2
-3
/
+6
*
|
cxgb4: Add comment for calculate tx flits and sge length code
Hariprasad Shenai
2015-04-14
1
-1
/
+35
*
|
cxgb4: Use device node in page allocation
Hariprasad Shenai
2015-04-14
1
-2
/
+4
*
|
cxgb4: Freelist starving threshold varies from adapter to adapter
Hariprasad Shenai
2015-04-14
1
-10
/
+16
*
|
cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytes
Hariprasad Shenai
2015-04-14
1
-1
/
+1
*
|
cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriate
Alexander Duyck
2015-04-09
3
-14
/
+14
*
|
cxgb4: Move ethtool related code to a separate file
Hariprasad Shenai
2015-04-07
5
-1608
/
+1702
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-02
10
-62
/
+225
|
\
|
*
cxgb4: Fix to dump devlog, even if FW is crashed
Hariprasad Shenai
2015-04-01
4
-26
/
+65
|
*
cxgb4: Firmware macro changes for fw verison 1.13.32.0
Hariprasad Shenai
2015-04-01
2
-6
/
+41
|
*
cxgb4vf: Fix sparse warnings
Hariprasad Shenai
2015-03-29
2
-7
/
+11
|
*
cxgb4: Disable interrupts and napi before unregistering netdev
Hariprasad Shenai
2015-03-29
1
-7
/
+18
|
*
cxgb4: Allocate dynamic mem. for egress and ingress queue maps
Hariprasad Shenai
2015-03-29
3
-15
/
+83
|
*
cxgb4: Fix frame size warning for 32 bit arch
Hariprasad Shenai
2015-03-25
1
-1
/
+7
*
|
chelsio cxgb/cxgb3: Make stats_strings arrays const
Joe Perches
2015-04-01
2
-2
/
+2
*
|
cxgb4: fix boolreturn.cocci warnings
Wu Fengguang
2015-03-29
1
-3
/
+3
*
|
cxgb4: update Kconfig and Makefile for FCoE support
Varun Prakash
2015-03-24
2
-0
/
+12
*
|
cxgb4: add cxgb4_fcoe.c for FCoE
Varun Prakash
2015-03-24
3
-3
/
+201
*
|
cxgb4: add cxgb4_fcoe.h and macro definitions for FCoE
Varun Prakash
2015-03-24
3
-0
/
+89
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-20
1
-1
/
+1
|
\
\
|
|
/
|
*
cxgb4: fix coccinelle warnings
Hariprasad Shenai
2015-03-10
1
-1
/
+1
*
|
cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"
Hariprasad Shenai
2015-03-19
3
-6
/
+2
*
|
cxgb4: Add device ID for new adapter
Hariprasad Shenai
2015-03-19
1
-0
/
+1
*
|
ethernet: codespell comment spelling fixes
Joe Perches
2015-03-08
6
-8
/
+8
*
|
cxgb4: Try and provide an RDMA CIQ per cpu
Hariprasad Shenai
2015-03-05
3
-17
/
+46
*
|
cxgb4: Move offload Rx queue allocation to separate function
Hariprasad Shenai
2015-03-05
1
-38
/
+35
|
/
*
cxgb4: Fix PCI-E Memory window interface for big-endian systems
Hariprasad Shenai
2015-02-27
2
-11
/
+45
*
cxgb4: Fix incorrect 'c' suffix to %pI4, use %pISc instead
Anish Bhatt
2015-02-20
2
-30
/
+33
*
Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2015-02-17
1
-6
/
+3
|
\
[next]