index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40evf
/
i40e_txrx.c
Age
Commit message (
Expand
)
Author
2017-08-27
i40e/i40evf: avoid dynamic ITR updates when polling or low packet rate
Jacob Keller
2017-08-27
i40e/i40evf: remove ULTRA latency mode
Jacob Keller
2017-08-27
i40e: invert logic for checking incorrect cpu vs irq affinity
Jacob Keller
2017-07-26
i40e/i40evf: remove mismatched type warnings
Jesse Brandeburg
2017-06-06
i40e/i40evf: proper update of the page_offset field
Björn Töpel
2017-04-30
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
2017-04-30
i40e: separate PF and VSI state flags
Jacob Keller
2017-04-19
i40e/i40evf: Add tracepoints
Scott Peterson
2017-04-19
i40e: Fix support for flow director programming status
Alexander Duyck
2017-04-19
i40e/i40evf: Remove VF Rx csum offload for tunneled packets
alice michael
2017-04-08
i40e/i40evf: Use build_skb to build frames
Alexander Duyck
2017-04-08
i40e/i40evf: Add support for padding start of frames
Alexander Duyck
2017-04-08
i40e/i40evf: Add support for using order 1 pages with a 3K buffer
Alexander Duyck
2017-03-29
i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag code
Alexander Duyck
2017-03-29
i40e/i40evf: Pull out code for cleaning up Rx buffers
Alexander Duyck
2017-03-29
i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_buffer
Alexander Duyck
2017-03-29
i40e/i40evf: Use length to determine if descriptor is done
Alexander Duyck
2017-03-29
i40evf: enforce descriptor write-back mechanism for VF
Preethi Banala
2017-03-27
i40e/i40evf: Clean-up process_skb_fields
Alexander Duyck
2017-03-27
i40e/i40evf: Fix use after free in Rx cleanup path
Alexander Duyck
2017-03-27
i40e/i40evf: Update code to better handle incrementing page count
Alexander Duyck
2017-03-15
i40e/i40evf: Add support for mapping pages with DMA attributes
Alexander Duyck
2017-02-18
i40e: mark the value passed to csum_replace_by_diff as __wsum
Jacob Keller
2017-02-18
i40e: Fix Adaptive ITR enabling
Carolyn Wyborny
2017-02-11
i40e/i40evf: eliminate i40e_pull_tail()
Scott Peterson
2017-02-11
i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ring
Scott Peterson
2017-02-11
i40e/i40evf: Limit DMA sync of RX buffers to actual packet size
Scott Peterson
2017-02-02
i40e: Quick refactor to start moving data off stack and into Tx buffer info
Alexander Duyck
2016-12-06
i40e/i40evf: napi_poll must return the work done
Alexander Duyck
2016-10-31
i40e: Reorder logic for coalescing RS bits
Alexander Duyck
2016-10-28
i40e: Drop redundant Rx descriptor processing code
Alexander Duyck
2016-10-28
i40e/i40evf: fix interrupt affinity bug
Alan Brady
2016-09-24
i40evf: support queue-specific settings for interrupt moderation
Jacob Keller
2016-09-24
i40e/i40evf: Add txring_txq function to match fm10k and ixgbe
Alexander Duyck
2016-09-24
i40e: Fix Flow Director raw_buf cleanup
Alexander Duyck
2016-09-22
i40e: Limit TX descriptor count in cases where frag size is greater than 16K
Alexander Duyck
2016-08-19
i40e: refactor tail_bump check
Carolyn Wyborny
2016-07-25
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2016-07-22
i40e/i40evf: remove useless initializer
Mitch Williams
2016-07-14
i40e/i40evf: Fix i40e_rx_checksum
Alexander Duyck
2016-05-20
intel: Add support for IPv6 IP-in-IP offload
Alexander Duyck
2016-05-20
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
2016-05-05
i40evf: refactor receive routine
Jesse Brandeburg
2016-05-05
i40evf: Drop packet split receive routine
Jesse Brandeburg
2016-05-05
i40e/i40evf: Refactor tunnel interpretation
Jesse Brandeburg
2016-05-01
i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUM
Alexander Duyck
2016-04-27
i40e/i40evf: Only offload VLAN tag if enabled
Jesse Brandeburg
2016-04-26
i40e/i40evf: Add support for IPIP and SIT offloads
Alexander Duyck
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-13
i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packet
Alexander Duyck
[next]