index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
chelsio
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-03
cxgb4: Fix incorrect sequence numbers shown in devlog
Hariprasad Shenai
1
-12
/
+13
2015-06-30
cxgb4: use kvfree() in t4_free_mem()
Pekka Enberg
1
-4
/
+1
2015-06-30
cxgb3: use kvfree() in cxgb_free_mem()
Pekka Enberg
1
-4
/
+1
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
20
-1162
/
+3425
2015-06-23
drivers/net: remove all references to obsolete Ethernet-HOWTO
Paul Gortmaker
1
-3
/
+1
2015-06-21
cxgb4: Add PCI device ID for custom T522 & T520 adapter
Hariprasad Shenai
1
-0
/
+2
2015-06-21
cxgb3: avoid needless buffer copy for firmware
Kees Cook
1
-6
/
+6
2015-06-11
cxgb4: Support for user mode bar2 mappings with T4
Hariprasad S
5
-6
/
+11
2015-06-10
cxgb4: Add debugfs entry to dump channel rate
Hariprasad Shenai
4
-0
/
+117
2015-06-10
cxgb4: Add debugfs entry to dump CIM PIF logic analyzer contents
Hariprasad Shenai
5
-0
/
+95
2015-06-10
cxgb4: Add a debugfs entry to dump CIM MA logic analyzer logs
Hariprasad Shenai
5
-0
/
+84
2015-06-05
cxgb4: Fix static checker warning
Hariprasad Shenai
1
-1
/
+1
2015-06-05
cxgb4: Use FW LDST cmd to access TP_PIO_{ADDR, DATA} register first
Hariprasad Shenai
2
-21
/
+83
2015-06-05
cxgb4: program pci completion timeout
Hariprasad Shenai
1
-0
/
+19
2015-06-05
cxgb4: Set mac addr from vpd, when we can't contact firmware
Hariprasad Shenai
3
-19
/
+81
2015-06-05
cxgb4: Rename t4_link_start() to t4_link_l1cfg
Hariprasad Shenai
4
-6
/
+6
2015-06-05
cxgb4: Add sge ec context flush service
Hariprasad Shenai
4
-5
/
+33
2015-06-05
cxgb4: Free Virtual Interfaces in remove routine
Hariprasad Shenai
3
-0
/
+35
2015-06-03
cxgb4: Remove WOL get/set ethtool support
Hariprasad Shenai
4
-137
/
+0
2015-06-03
cxgb4: Add support to dump loopback port stats
Hariprasad Shenai
4
-1
/
+92
2015-06-03
cxgb4: Add support in ethtool to dump channel stats
Hariprasad Shenai
4
-1
/
+136
2015-06-03
cxgb4: Add ethtool support to get adapter stats
Hariprasad Shenai
5
-46
/
+280
2015-06-01
cxgb4vf: Adds SRIOV driver changes for T6 adapter
Hariprasad Shenai
3
-23
/
+54
2015-06-01
cxgb4: Adds support for T6 adapter
Hariprasad Shenai
10
-149
/
+524
2015-06-01
cxgb4: Add is_t6 macro and T6 register ranges
Hariprasad Shenai
2
-0
/
+354
2015-06-01
cxgb4: remove unused fn to enable/disable db coalescing
Hariprasad Shenai
2
-21
/
+0
2015-05-27
cxgb4/cxgb4vf: function and argument name cleanup
Hariprasad Shenai
9
-89
/
+89
2015-05-27
cxgb4: Add debugfs facility to inject FL starvation
Hariprasad Shenai
4
-1
/
+81
2015-05-25
cxgb4: Add PHY firmware support for T420-BT cards
Hariprasad Shenai
4
-42
/
+375
2015-05-21
cxgb4: Update T4/T5 adapter register ranges
Hariprasad Shenai
1
-31
/
+44
2015-05-21
cxgb4: Optimize and cleanup setup memory window code
Hariprasad Shenai
3
-77
/
+102
2015-05-19
cxgb4: replace ntoh{s, l} and hton{s, l} calls with the generic byteorder
Hariprasad Shenai
1
-182
/
+217
2015-05-19
cxgb4: Remove dead function t4_read_edc and t4_read_mc
Hariprasad Shenai
2
-114
/
+0
2015-05-12
cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROS
Hariprasad Shenai
9
-147
/
+235
2015-05-09
cxgb4: Initialize RSS mode for all Ports
Hariprasad Shenai
3
-7
/
+80
2015-05-05
cxgb4: Discard the packet if the length is greater than mtu
Hariprasad Shenai
2
-2
/
+16
2015-05-05
cxgb4: Move SGE Ingress DMA state monitor code to a new routine
Hariprasad Shenai
3
-79
/
+156
2015-05-05
cxgb4: Add device node to ULD info
Hariprasad Shenai
3
-1
/
+3
2015-05-05
cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq()
Hariprasad Shenai
3
-0
/
+45
2015-05-05
cxgb4: Enable congestion notification from SGE for IQs and FLs.
Hariprasad Shenai
5
-13
/
+28
2015-05-05
cxgb4: Make sure that Freelist size is larger than Egress Congestion Threshold
Hariprasad Shenai
2
-1
/
+14
2015-04-29
cxgb4: Fix MC1 memory offset calculation
Hariprasad Shenai
1
-1
/
+1
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-16
/
+7
2015-04-16
cxgb4: drop __GFP_NOFAIL allocation
Michal Hocko
1
-3
/
+12
2015-04-15
VFS: Fix up some ->d_inode accesses in the chelsio driver
David Howells
2
-16
/
+7
2015-04-14
cxgb4: Don't call t4_slow_intr_handler when we're not the Master PF
Hariprasad Shenai
2
-3
/
+6
2015-04-14
cxgb4: Add comment for calculate tx flits and sge length code
Hariprasad Shenai
1
-1
/
+35
2015-04-14
cxgb4: Use device node in page allocation
Hariprasad Shenai
1
-2
/
+4
2015-04-14
cxgb4: Freelist starving threshold varies from adapter to adapter
Hariprasad Shenai
1
-10
/
+16
2015-04-14
cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytes
Hariprasad Shenai
1
-1
/
+1
[next]