index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2017-02-19
i40e: mark the value passed to csum_replace_by_diff as __wsum
Jacob Keller
1
-2
/
+3
2017-02-19
i40e: Fix Adaptive ITR enabling
Carolyn Wyborny
1
-6
/
+6
2017-02-12
i40e/i40evf: eliminate i40e_pull_tail()
Scott Peterson
1
-76
/
+93
2017-02-12
i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ring
Scott Peterson
1
-15
/
+15
2017-02-12
i40e/i40evf: Limit DMA sync of RX buffers to actual packet size
Scott Peterson
1
-7
/
+9
2017-02-03
i40e: Quick refactor to start moving data off stack and into Tx buffer info
Alexander Duyck
1
-20
/
+27
2016-12-07
i40e/i40evf: napi_poll must return the work done
Alexander Duyck
1
-1
/
+1
2016-11-01
i40e: Reorder logic for coalescing RS bits
Alexander Duyck
1
-51
/
+54
2016-10-29
i40e: Drop redundant Rx descriptor processing code
Alexander Duyck
1
-12
/
+6
2016-10-29
i40e/i40evf: fix interrupt affinity bug
Alan Brady
1
-5
/
+26
2016-09-25
i40evf: support queue-specific settings for interrupt moderation
Jacob Keller
1
-4
/
+22
2016-09-25
i40e/i40evf: Add txring_txq function to match fm10k and ixgbe
Alexander Duyck
1
-11
/
+6
2016-09-25
i40e: Fix Flow Director raw_buf cleanup
Alexander Duyck
1
-4
/
+4
2016-09-23
i40e: Limit TX descriptor count in cases where frag size is greater than 16K
Alexander Duyck
1
-5
/
+2
2016-08-20
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/jkirshe...
David S. Miller
1
-2
/
+1
2016-07-22
i40e/i40evf: remove useless initializer
Mitch Williams
1
-2
/
+1
2016-07-15
i40e/i40evf: Fix i40e_rx_checksum
Alexander Duyck
1
-13
/
+17
2016-05-21
intel: Add support for IPv6 IP-in-IP offload
Alexander Duyck
1
-0
/
+1
2016-05-21
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
1
-2
/
+1
2016-05-06
i40evf: refactor receive routine
Jesse Brandeburg
1
-443
/
+455
2016-05-06
i40evf: Drop packet split receive routine
Jesse Brandeburg
1
-20
/
+1
2016-05-06
i40e/i40evf: Refactor tunnel interpretation
Jesse Brandeburg
1
-7
/
+6
2016-05-02
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-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-25
/
+24
2016-04-14
i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packet
Alexander Duyck
1
-25
/
+24
2016-04-07
i40e/i40evf: Faster RX via avoiding FCoE
Jesse Brandeburg
1
-1
/
+3
2016-04-07
i40e/i40evf: Drop unused tx_ring argument
Jesse Brandeburg
1
-4
/
+2
2016-04-07
i40e/i40evf: Move stack var deeper
Jesse Brandeburg
1
-1
/
+2
2016-04-06
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/i40evf: Move Tx checksum closer to TSO
Alexander Duyck
1
-5
/
+5
2016-02-19
i40e/i40evf: Rewrite logic for 8 descriptor per packet check
Alexander Duyck
1
-46
/
+59
2016-02-19
i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
Alexander Duyck
1
-50
/
+14
2016-02-19
i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
Alexander Duyck
1
-1
/
+18
2016-02-19
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
/
+23
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
2016-02-18
i40e/i40evf: Add support for IPv4 encapsulated in IPv6
Alexander Duyck
1
-15
/
+26
2016-02-18
i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
Alexander Duyck
1
-26
/
+26
2016-02-18
i40e/i40evf: Consolidate all header changes into TSO function
Alexander Duyck
1
-18
/
+26
2016-02-18
i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
Alexander Duyck
1
-13
/
+18
2016-02-18
i40e/i40evf: Use u64 values instead of casting them in TSO function
Alexander Duyck
1
-5
/
+4
2016-02-18
i40e/i40evf: Drop outer checksum offload that was not requested
Alexander Duyck
1
-41
/
+5
[next]