index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_txrx.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-06
i40e/i40evf: napi_poll must return the work done
Alexander Duyck
1
-1
/
+1
2016-10-31
i40e: Reorder logic for coalescing RS bits
Alexander Duyck
1
-51
/
+54
2016-10-31
i40e: Add common function for finding VSI by type
Alexander Duyck
1
-4
/
+1
2016-10-31
i40e: replace PTP Rx timestamp hang logic
Jacob Keller
1
-3
/
+1
2016-10-31
i40e: correct check for reading TSYNINDX from the receive descriptor
Jacob Keller
1
-3
/
+4
2016-10-28
i40e: Drop redundant Rx descriptor processing code
Alexander Duyck
1
-12
/
+6
2016-10-28
i40e/i40evf: fix interrupt affinity bug
Alan Brady
1
-8
/
+28
2016-10-28
i40e: Drop code for unsupported flow types
Alexander Duyck
1
-26
/
+5
2016-10-28
i40e: Rewrite Flow Director busy wait loop
Alexander Duyck
1
-9
/
+4
2016-09-24
i40evf: support queue-specific settings for interrupt moderation
Jacob Keller
1
-4
/
+17
2016-09-24
i40e: Strip out debugfs hook for Flow Director filter programming
Alexander Duyck
1
-2
/
+3
2016-09-24
i40e: Split Flow Director descriptor config into separate function
Alexander Duyck
1
-51
/
+64
2016-09-24
i40e/i40evf: Add txring_txq function to match fm10k and ixgbe
Alexander Duyck
1
-11
/
+6
2016-09-24
i40e: Fix Flow Director raw_buf cleanup
Alexander Duyck
1
-4
/
+4
2016-09-24
i40e: cleanup ATR auto_disable_flags use
Jacob Keller
1
-7
/
+7
2016-09-22
i40e: Limit TX descriptor count in cases where frag size is greater than 16K
Alexander Duyck
1
-5
/
+2
2016-08-19
i40e: refactor tail_bump check
Carolyn Wyborny
1
-4
/
+2
2016-07-25
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
1
-3
/
+1
2016-07-22
i40e/i40evf: remove useless initializer
Mitch Williams
1
-3
/
+1
2016-07-14
i40e/i40evf: Fix i40e_rx_checksum
Alexander Duyck
1
-13
/
+17
2016-05-20
intel: Add support for IPv6 IP-in-IP offload
Alexander Duyck
1
-0
/
+1
2016-05-20
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
1
-2
/
+1
2016-05-14
i40e/i40evf: properly report Rx packet hash
Mitch Williams
1
-1
/
+1
2016-05-05
i40e: Refactor receive routine
Jesse Brandeburg
1
-272
/
+498
2016-05-05
i40e: Drop packet split receive routine
Jesse Brandeburg
1
-244
/
+1
2016-05-05
i40e/i40evf: Refactor tunnel interpretation
Jesse Brandeburg
1
-7
/
+6
2016-05-01
i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUM
Alexander Duyck
1
-1
/
+6
2016-04-27
i40e/i40evf: Only offload VLAN tag if enabled
Jesse Brandeburg
1
-1
/
+2
2016-04-26
i40e/i40evf: Add support for IPIP and SIT offloads
Alexander Duyck
1
-8
/
+16
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-25
/
+24
2016-04-13
i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packet
Alexander Duyck
1
-25
/
+24
2016-04-06
i40e/i40evf: Faster RX via avoiding FCoE
Jesse Brandeburg
1
-2
/
+6
2016-04-06
i40e/i40evf: Drop unused tx_ring argument
Jesse Brandeburg
1
-4
/
+2
2016-04-06
i40e/i40evf: Move stack var deeper
Jesse Brandeburg
1
-1
/
+2
2016-04-05
i40e/i40evf: Fix TSO checksum pseudo-header adjustment
Alexander Duyck
1
-7
/
+4
2016-04-05
i40e/i40evf: Fix casting in transmit code
Jesse Brandeburg
1
-2
/
+3
2016-04-05
i40e/i40evf: Add support for bulk free in Tx cleanup
Alexander Duyck
1
-9
/
+11
2016-04-05
i40e/i40evf: Fix handling of boolean logic in polling routines
Alexander Duyck
1
-5
/
+8
2016-04-05
i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8K
Alexander Duyck
1
-4
/
+9
2016-02-19
i40e: queue-specific settings for interrupt moderation
Kan Liang
1
-4
/
+5
2016-02-18
i40e/i40evf: Move Tx checksum closer to TSO
Alexander Duyck
1
-6
/
+6
2016-02-18
i40e/i40evf: Rewrite logic for 8 descriptor per packet check
Alexander Duyck
1
-46
/
+59
2016-02-18
i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
Alexander Duyck
1
-58
/
+13
2016-02-18
i40e: Add support for ATR w/ IPv6 extension headers
Alexander Duyck
1
-15
/
+13
2016-02-18
i40e: Fix ATR in relation to tunnels
Alexander Duyck
1
-17
/
+11
2016-02-18
i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
Alexander Duyck
1
-1
/
+18
2016-02-18
i40e/i40evf: Clean-up Rx packet checksum handling
Alexander Duyck
1
-13
/
+10
2016-02-18
i40e/i40evf: Add exception handling for Tx checksum
Alexander Duyck
1
-12
/
+22
2016-02-18
i40e/i40evf: Do not write to descriptor unless we complete
Alexander Duyck
1
-38
/
+42
2016-02-18
i40e/i40evf: Handle IPv6 extension headers in checksum offload
Alexander Duyck
1
-1
/
+13
[next]