index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
chelsio
/
cxgb4
/
sge.c
Age
Commit message (
Expand
)
Author
2014-11-12
cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_page
Alexander Duyck
2014-11-10
cxgb4: Cleanup macros so they follow the same style and look consistent, part 2
Hariprasad Shenai
2014-10-09
cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5
Hariprasad Shenai
2014-10-08
cxgb4: clean up a type issue
Dan Carpenter
2014-10-08
cxgb4: potential shift wrapping bug
Dan Carpenter
2014-09-28
cxgb4: Add support for adaptive rx
Hariprasad Shenai
2014-09-28
cxgb4: Use BAR2 Going To Sleep (GTS) for T5 and later.
Hariprasad Shenai
2014-08-21
cxgb4: Free completed tx skbs promptly
Hariprasad Shenai
2014-08-04
cxgb4: only free allocated fls
Hariprasad Shenai
2014-06-22
cxgb4 : Update copyright year on all cxgb4 files
Anish Bhatt
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-06-10
cxgb4: Change default Interrupt Holdoff Packet Count Threshold
Hariprasad Shenai
2014-06-10
iw_cxgb4: Allocate and use IQs specifically for indirect interrupts
Hariprasad Shenai
2014-05-12
cxgb4: Check if rx checksum offload is enabled, while reading hardware calcul...
Hariprasad Shenai
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2014-03-24
cxgb4: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.
Eric W. Biederman
2014-03-14
cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug Fixes
Steve Wise
2014-03-13
cxgb4: Calculate len properly for LSO path
Kumar Sanghvi
2014-03-13
cxgb4: Updates for T5 SGE's Egress Congestion Threshold
Kumar Sanghvi
2014-03-13
cxgb4: Rectify emitting messages about SGE Ingress DMA channels being potenti...
Kumar Sanghvi
2014-03-13
cxgb4: Fix some small bugs in t4_sge_init_soft() when our Page Size is 64KB
Kumar Sanghvi
2014-02-18
cxgb4: Don't assume LSO only uses SGL path in t4_eth_xmit()
Kumar Sanghvi
2014-02-18
cxgb4: LE-Workaround is not atomic in firmware
Kumar Sanghvi
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-03
cxgb4: allow large buffer size to have page size
Thadeu Lima de Souza Cascardo
2013-12-18
net: cxgb4 calls skb_set_hash
Tom Herbert
2013-12-03
cxgb4: Much cleaner implementation of is_t4()/is_t5()
Hariprasad Shenai
2013-06-04
cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...
Li RongQing
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2013-03-14
cxgb4: Add T5 write combining support
Santosh Rastapur
2013-03-14
cxgb4: Initialize T5
Santosh Rastapur
2012-11-27
[SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header u...
Naresh Kumar Inna
2012-09-27
cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File support
Vipul Pandya
2012-09-05
cxgb4: Remove duplicate register definitions
Vipul Pandya
2012-07-31
netvm: propagate page->pfmemalloc from skb_alloc_page to skb
Mel Gorman
2012-06-06
ethernet: Remove casts to same type
Joe Perches
2012-05-18
cxgb4: DB Drop Recovery for RDMA and LLD queues
Vipul Pandya
2012-05-18
cxgb4: Detect DB FULL events and notify RDMA ULD
Vipul Pandya
2011-11-22
net: remove netdev_alloc_page and use __GFP_COLD
Eric Dumazet
2011-10-31
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
2011-10-21
cxgb4: convert to SKB paged frag API.
Ian Campbell
2011-10-19
net: add skb frag size accessors
Eric Dumazet
2011-08-10
chelsio: Move the Chelsio drivers
Jeff Kirsher