Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fba7cd681b6155e2d93e7862fcd6f970336b83c3
/
drivers
/
net
/
ethernet
/
intel
/
i40evf
/
i40e_txrx.c
3bc6797
i40e/i40evf: Move Tx checksum closer to TSO
by Alexander Duyck
· 9 years ago
2d37490
i40e/i40evf: Rewrite logic for 8 descriptor per packet check
by Alexander Duyck
· 9 years ago
4ec441d
i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
by Alexander Duyck
· 9 years ago
5453205
i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
by Alexander Duyck
· 9 years ago
fad5733
i40e/i40evf: Clean-up Rx packet checksum handling
by Alexander Duyck
· 9 years ago
529f1f6
i40e/i40evf: Add exception handling for Tx checksum
by Alexander Duyck
· 9 years ago
475b420
i40e/i40evf: Do not write to descriptor unless we complete
by Alexander Duyck
· 9 years ago
a3fd9d8
i40e/i40evf: Handle IPv6 extension headers in checksum offload
by Alexander Duyck
· 9 years ago
a006472
i40e/i40evf: Add support for IPv4 encapsulated in IPv6
by Alexander Duyck
· 9 years ago
b96b78f
i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
by Alexander Duyck
· 9 years ago
c777019
i40e/i40evf: Consolidate all header changes into TSO function
by Alexander Duyck
· 9 years ago
c49a7bc
i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
by Alexander Duyck
· 9 years ago
03f9d6a
i40e/i40evf: Use u64 values instead of casting them in TSO function
by Alexander Duyck
· 9 years ago
a9c9a81
i40e/i40evf: Drop outer checksum offload that was not requested
by Alexander Duyck
· 9 years ago
16fd08b
i40e/i40evf: avoid atomics
by Mitch Williams
· 9 years ago
dd35310
i40e: Add a SW workaround for lost interrupts
by Anjali Singhai Jain
· 9 years ago
1a36d7f
i40e/i40evf: use logical operators, not bitwise
by Mitch Williams
· 9 years ago
f16704e
i40e/i40evf: use pages correctly in Rx
by Mitch Williams
· 9 years ago
dd1a5df
i40e/i40evf: use __GFP_NOWARN
by Jesse Brandeburg
· 9 years ago
c2e245a
i40e/i40evf: try again after failure
by Jesse Brandeburg
· 9 years ago
40d72a5
i40e/i40evf: don't lose interrupts
by Jesse Brandeburg
· 9 years ago
ecc6a23
i40e: Refactor force_wb and WB_ON_ITR functionality code
by Anjali Singhai Jain
· 9 years ago
e9f6563
i40e: do TSO only if CHECKSUM_PARTIAL is set
by Shannon Nelson
· 9 years ago
3578fa0
i40e: fix bug in dma sync
by Jesse Brandeburg
· 9 years ago
a3d772a
i40e: fix write-back-on-itr to work with legacy itr
by Anjali Singhai Jain
· 9 years ago
f6d83d1
i40evf: add new write-back mode
by Anjali Singhai Jain
· 9 years ago
857942f
i40e: Fix Rx hash reported to the stack by our driver
by Anjali Singhai Jain
· 9 years ago
4eeb1ff
i40e: trivial fixes
by Jesse Brandeburg
· 9 years ago
44cdb79
i40e/i40evf: use logical operator
by Mitch Williams
· 9 years ago
a42e7a3
i40e: Fix memory leaks, sideband filter programming
by Kiran Patil
· 9 years ago
9c6c125
i40e: Detection and recovery of TX queue hung logic moved to service_task from tx_timeout
by Kiran Patil
· 9 years ago
0dd438d
i40evf: allocate ring structs dynamically
by Mitch Williams
· 9 years ago
b74118f
i40e/i40evf: prefetch skb data on transmit
by Jesse Brandeburg
· 9 years ago
6a7fded
i40e/i40evf: Fix RS bit update in Tx path and disable force WB workaround
by Anjali Singhai Jain
· 9 years ago
164c9f5
i40e/i40evf: Add a stat to track how many times we have to do a force WB
by Anjali Singhai Jain
· 9 years ago
9c883bd
i40e/i40evf: remove unused tunnel parameter
by Shannon Nelson
· 9 years ago
93f93a4
net: move skb_mark_napi_id() into core networking stack
by Eric Dumazet
· 9 years ago
ee2319c
i40e/i40evf: adjust interrupt throttle less frequently
by Jesse Brandeburg
· 9 years ago
c56625d
i40e/i40evf: change dynamic interrupt thresholds
by Jesse Brandeburg
· 9 years ago
51cc6d9
i40e/i40evf: fix bug in throttle rate math
by Jesse Brandeburg
· 9 years ago
8f5e39c
i40e/i40evf: refactor IRQ enable function
by Jesse Brandeburg
· 9 years ago
32b3e08
drivers/net/intel: use napi_complete_done()
by Jesse Brandeburg
· 9 years ago
8b65035
i40e/i40evf: Drop useless "IN_NETPOLL" flag
by Alexander Duyck
· 9 years ago
c67cace
i40e/i40evf: Fix handling of napi budget
by Alexander Duyck
· 9 years ago
6995b36
i40e/i40evf: clean up some code
by Jesse Brandeburg
· 9 years ago
2fc3d71
i40e/i40evf: Add a stat to keep track of linearization count
by Anjali Singhai Jain
· 9 years ago
27ca275
i40evf: Use numa_mem_id() to better support memoryless node
by Jiang Liu
· 9 years ago
0deda86
i40e/i40evf: fix Tx hang workaround code
by Jesse Brandeburg
· 9 years ago
b03a8c1
i40e/i40evf: refactor tx timeout logic
by Kiran Patil
· 9 years ago
b1f3366
i40evf: Use the correct defines to match the VF registers
by Anjali Singhai Jain
· 10 years ago
527274c
i40e/i40evf: Add TX/RX outer UDP checksum support for X722
by Anjali Singhai Jain
· 10 years ago
8e0764b
i40e/i40evf: Add support for writeback on ITR feature for X722
by Anjali Singhai Jain
· 10 years ago
41a1d04
i40e: use BIT and BIT_ULL macros
by Jesse Brandeburg
· 10 years ago
de32e3e
i40e/i40evf: Fix and refactor dynamic ITR code
by Carolyn Wyborny
· 10 years ago
489ce7a
i40e/i40evf: improve Tx performance with a small tweak
by Jesse Brandeburg
· 10 years ago
67c818a
i40evf: fix panic during MTU change
by Mitch Williams
· 10 years ago
941742f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
3052083
i40e/i40evf: Fix mixed size frags and linearization
by Anjali Singhai Jain
· 10 years ago
3350759
i40e/i40evf: remove time_stamp member
by Jesse Brandeburg
· 10 years ago
3e587cf
i40e/i40evf: force inline transmit functions
by Jesse Brandeburg
· 10 years ago
8f6a2b0
i40evf: skb->xmit_more support
by Jesse Brandeburg
· 10 years ago
6b02a174
i40e/i40evf: Remove unneeded TODO
by Greg Rose
· 10 years ago
89232c3
i40e/i40evf: Add ATR support for tunneled TCP/IPv4/IPv6 packets.
by Anjali Singhai Jain
· 10 years ago
4ffd3c7
net: batch of last_rx update avoidance in ethernet drivers.
by françois romieu
· 10 years ago
6731716
i40e/i40evf: Use dma_rmb where appropriate
by Alexander Duyck
· 10 years ago
31eaacc
i40e/i40evf: Set Ethernet protocol correctly when Tx VLAN offloads are disabled
by Greg Rose
· 10 years ago
8b6ed9c
i40e/i40evf: fix bug when skb allocation fails
by Jesse Brandeburg
· 10 years ago
818f2e7
i40evf: Fix Outer UDP RX checksum code
by Anjali Singhai Jain
· 10 years ago
97bf75f
i40e/i40evf: fix accidental write to ITR registers
by Jesse Brandeburg
· 10 years ago
016890b
i40e/i40evf: enable prefetch of Tx descriptors during cleanup
by Jesse Brandeburg
· 10 years ago
4599120
i40e/i40evf: Simplify tunnel selection logic
by Anjali Singhai Jain
· 10 years ago
37a2973
i40e/i40evf: Refactor i40e_debug_aq and make some functions static
by Shannon Nelson
· 10 years ago
71a83a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
f8faaa4
i40e/i40evf: Add missing packet types for VXLAN encapsulated packet types
by Anjali Singhai Jain
· 10 years ago
85e76d0
i40evf: TCP/IPv6 over Vxlan Tx checksum offload fix
by Anjali Singhai
· 10 years ago
a68de58
i40e: fix race in hang check
by Jesse Brandeburg
· 10 years ago
71da619
i40e: Fix TSO with more than 8 frags per segment issue
by Anjali Singhai
· 10 years ago
a132af2
i40e/i40evf: Refactor the receive routines
by Mitch Williams
· 10 years ago
f217d6c
i40e: Fix for stats init function call in Rx setup
by Carolyn Wyborny
· 10 years ago
638702b
i40e/i40evf: Add call to u64_stats_init to init
by Carolyn Wyborny
· 10 years ago
c29af37
i40evf: Force Tx writeback on ITR
by Anjali Singhai Jain
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
eb84d6b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
407fa08
i40evf: Set skb->csum_level for encapsulated checksum
by Tom Herbert
· 10 years ago
810b3ae
i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4
by Anjali Singhai Jain
· 11 years ago
a12c415
i40evf: Fix TSO and hw checksums for non-accelerated vlan packets.
by Vlad Yasevich
· 10 years ago
22d2fa1
i40e/i40evf: fix extension header csum logic
by Jesse Brandeburg
· 11 years ago
49d7d93
i40e/i40evf: Do not free the dummy packet buffer synchronously
by Anjali Singhai Jain
· 11 years ago
3efbbb2
i40e/i40evf: initialize context descriptor
by Jesse Brandeburg
· 11 years ago
8a3c91c
i40e/i40evf: add PPRS bit to error bits and fix bug in Rx checksum
by Jesse Brandeburg
· 11 years ago
980093e
i40e/i40evf: fix TSO accounting
by Jesse Brandeburg
· 11 years ago
b831607
i40evf: Fix the headers and update copyright year.
by Jesse Brandeburg
· 11 years ago
fe6d4aa
i40evf: remove open-coded skb_cow_head
by Francois Romieu
· 11 years ago
ff40dd5
i40e/i40evf: reduce context descriptors
by Jesse Brandeburg
· 11 years ago
1943d8b
i40e/i40evf: enable hardware feature head write back
by Jesse Brandeburg
· 11 years ago
be56052
i40e/i40evf: carefully fill tx ring
by Jesse Brandeburg
· 11 years ago
206812b
i40e/i40evf: i40e implementation for skb_set_hash
by Jesse Brandeburg
· 11 years ago
af1a2a9
i40evf: trivial fixes
by Jesse Brandeburg
· 11 years ago
ddf1d0d
i40e: spelling error
by Jesse Brandeburg
· 11 years ago
7ed3f5f
i40evf: fix s390 build failure due to implicit prefetch.h
by Paul Gortmaker
· 11 years ago
Next »