开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
chelsio
/
cxgb4
/
sge.c
Age
Commit message (
Expand
)
Author
2015-04-14
cxgb4: Don't call t4_slow_intr_handler when we're not the Master PF
Hariprasad Shenai
2015-04-14
cxgb4: Add comment for calculate tx flits and sge length code
Hariprasad Shenai
2015-04-14
cxgb4: Use device node in page allocation
Hariprasad Shenai
2015-04-14
cxgb4: Freelist starving threshold varies from adapter to adapter
Hariprasad Shenai
2015-04-14
cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytes
Hariprasad Shenai
2015-04-09
cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriate
Alexander Duyck
2015-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-29
cxgb4: Allocate dynamic mem. for egress and ingress queue maps
Hariprasad Shenai
2015-03-24
cxgb4: add cxgb4_fcoe.c for FCoE
Varun Prakash
2015-02-04
cxgb4: Add low latency socket busy_poll support
Hariprasad Shenai
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2015-01-13
cxgb4: Ripping out old hard-wired initialization code in driver
Hariprasad Shenai
2015-01-12
iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...
Hariprasad Shenai
2015-01-05
cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register defines
Hariprasad Shenai
2015-01-05
RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register defines
Hariprasad Shenai
2014-12-10
cxgb4/cxgb4vf: global named must be unique
Stephen Rothwell
2014-12-09
cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addresses
Hariprasad Shenai
2014-11-22
cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queues
Hariprasad Shenai
2014-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-13
cxgb4i/cxgb4 : Refactor macros to conform to uniform standards
Anish Bhatt
2014-11-12
cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_page
Alexander Duyck
2014-11-10
cxgb4/cxgb4vf: For T5 use Packing and Padding Boundaries for SGE DMA transfers
Hariprasad Shenai
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
[next]