Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f57b620a89ad2eee2e25218b5cb2bee0ad1e2e7d
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_txrx.c
800b8f6
i40e: DRY rx_ptype handling code
by Michał Mirosław
· 7 years ago
2a508c6
i40e: fix VLAN.TCI == 0 RX HW offload
by Michał Mirosław
· 7 years ago
55469bc
drivers: net: remove <net/busy_poll.h> inclusion when not needed
by Eric Dumazet
· 7 years ago
411dc16
i40e: clean zero-copy XDP Rx ring on shutdown/reset
by Björn Töpel
· 7 years ago
9dbb137
i40e: clean zero-copy XDP Tx ring on shutdown/reset
by Björn Töpel
· 7 years ago
1328dcd
i40e: add AF_XDP zero-copy Tx support
by Magnus Karlsson
· 7 years ago
a96e747
i40e: move common Tx functions to i40e_txrx_common.h
by Magnus Karlsson
· 7 years ago
0a71418
i40e: add AF_XDP zero-copy Rx support
by Björn Töpel
· 7 years ago
20a739d
i40e: move common Rx functions to i40e_txrx_common.h
by Björn Töpel
· 7 years ago
6d7aad1d
i40e: refactor Rx path for re-use
by Björn Töpel
· 7 years ago
f7c3ca2
i40e_txrx: mark expected switch fall-through
by Gustavo A. R. Silva
· 7 years ago
2e68931
i40e: split XDP_TX tail and XDP_REDIRECT map flushing
by Jesper Dangaard Brouer
· 7 years ago
c51818d
bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesize
by Daniel Borkmann
· 7 years ago
fd129f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
763ea09
i40e: remove ndo_xdp_flush call i40e_xdp_flush
by Jesper Dangaard Brouer
· 7 years ago
cc5b114
bpf, i40e: add meta data support
by Daniel Borkmann
· 7 years ago
cdb57ed
i40e: implement flush flag for ndo_xdp_xmit
by Jesper Dangaard Brouer
· 7 years ago
42b3346
xdp: add flags argument to ndo_xdp_xmit API
by Jesper Dangaard Brouer
· 7 years ago
735fc40
xdp: change ndo_xdp_xmit API to support bulking
by Jesper Dangaard Brouer
· 7 years ago
f525442
i40e/i40evf: cleanup incorrect function doxygen comments
by Jacob Keller
· 7 years ago
51dce24
net: intel: Cleanup the copyright/license headers
by Jeff Kirsher
· 7 years ago
44fa2db
xdp: transition into using xdp_frame for ndo_xdp_xmit
by Jesper Dangaard Brouer
· 7 years ago
0399309
xdp: transition into using xdp_frame for return API
by Jesper Dangaard Brouer
· 7 years ago
b411ef1
i40e: convert to use generic xdp_frame and xdp_return_frame API
by Jesper Dangaard Brouer
· 7 years ago
d9314c47
i40e: add support for XDP_REDIRECT
by Björn Töpel
· 7 years ago
8ce29c6
i40e: tweak page counting for XDP_REDIRECT
by Björn Töpel
· 7 years ago
134201a
i40e: move AUTO_DISABLED flags into the state field
by Jacob Keller
· 7 years ago
ae06c70
intel: add SPDX identifiers to all the Intel drivers
by Jeff Kirsher
· 7 years ago
04d41051
i40e/i40evf: use SW variables for hang detection
by Alan Brady
· 7 years ago
a0073a4
i40e/i40evf: Add support for new mechanism of updating adaptive ITR
by Alexander Duyck
· 8 years ago
556fdfd
i40e/i40evf: Split container ITR into current_itr and target_itr
by Alexander Duyck
· 8 years ago
92418fb
i40e/i40evf: Use usec value instead of reg value for ITR defines
by Alexander Duyck
· 8 years ago
4ff1792
i40e/i40evf: Don't bother setting the CLEARPBA bit
by Alexander Duyck
· 8 years ago
71dc371
i40e/i40evf: Clean up logic for adaptive ITR
by Alexander Duyck
· 8 years ago
40588ca
i40e/i40evf: Only track one ITR setting per ring instead of Tx/Rx
by Alexander Duyck
· 8 years ago
11a350c
i40e: fix typo in function description
by Alan Brady
· 8 years ago
a3f9fb5
i40e/i40evf: Record ITR register location in the q_vector
by Alexander Duyck
· 8 years ago
07d4419
i40e/i40evf: Detect and recover hung queue scenario
by Sudheer Mogilappagari
· 8 years ago
a0ce093
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
8712882
i40e: setup xdp_rxq_info
by Jesper Dangaard Brouer
· 8 years ago
248de22
i40e/i40evf: Account for frags split over multiple descriptors in check linearize
by Alexander Duyck
· 8 years ago
52c6912
i40e: Use smp_rmb rather than read_barrier_depends
by Brian King
· 8 years ago
aa250f1
i40e/i40evf: Revert "i40e/i40evf: bump tail only in multiples of 8"
by Alexander Duyck
· 8 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
62b4c66
i40e: Add programming descriptors to cleaned_count
by Alexander Duyck
· 8 years ago
1078134
i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setup
by Alexander Duyck
· 8 years ago
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
2b9478f
i40e: Fix memory leak related filter programming status
by Alexander Duyck
· 8 years ago
11f2900
i40e/i40evf: bump tail only in multiples of 8
by Jacob Keller
· 8 years ago
dbadbbe
i40e/i40evf: always set the CLEARPBA flag when re-enabling interrupts
by Jacob Keller
· 8 years ago
a5340d9
i40e: ignore skb->xmit_more when deciding to set RS bit
by Jacob Keller
· 8 years ago
2b634bb
i40e/i40evf: rename bytes_per_int to bytes_per_usec
by Jacob Keller
· 8 years ago
de8f3a8
bpf: add meta pointer for direct access
by Daniel Borkmann
· 8 years ago
742c987
i40e/i40evf: avoid dynamic ITR updates when polling or low packet rate
by Jacob Keller
· 8 years ago
0a2c772
i40e/i40evf: remove ULTRA latency mode
by Jacob Keller
· 8 years ago
6d97772
i40e: invert logic for checking incorrect cpu vs irq affinity
by Jacob Keller
· 8 years ago
9254c0e
i40e: move enabling icr0 into i40e_update_enable_itr
by Jacob Keller
· 8 years ago
3118e6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7d6d067
i40e: Initialize 64-bit statistics TX ring seqcount
by Florian Fainelli
· 8 years ago
b85c94b
i40e/i40evf: remove mismatched type warnings
by Jesse Brandeburg
· 8 years ago
601a2e7
i40e/i40evf: make IPv6 ATR code clearer
by Jesse Brandeburg
· 8 years ago
74608d1
i40e: add support for XDP_TX action
by Björn Töpel
· 8 years ago
0c8493d
i40e: add XDP support for pass and drop actions
by Björn Töpel
· 8 years ago
0ddead9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
6964e53
i40e: fix handling of HW ATR eviction
by Jacob Keller
· 8 years ago
216fe8f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
2aae918
i40e/i40evf: proper update of the page_offset field
by Björn Töpel
· 8 years ago
0bc0706
i40e: check for Tx timestamp timeouts during watchdog
by Jacob Keller
· 8 years ago
2955fac
i40e: add statistic indicating number of skipped Tx timestamps
by Jacob Keller
· 8 years ago
6907757
i40e: avoid permanent lock of *_PTP_TX_IN_PROGRESS
by Jacob Keller
· 8 years ago
47994c1
i40e: remove hw_disabled_flags in favor of using separate flag bits
by Jacob Keller
· 8 years ago
0da36b9
i40e: use DECLARE_BITMAP for state fields
by Jacob Keller
· 8 years ago
d19cb64
i40e: separate PF and VSI state flags
by Jacob Keller
· 8 years ago
ed0980c
i40e/i40evf: Add tracepoints
by Scott Peterson
· 8 years ago
0e626ff
i40e: Fix support for flow director programming status
by Alexander Duyck
· 8 years ago
f8b45b7
i40e/i40evf: Use build_skb to build frames
by Alexander Duyck
· 8 years ago
ca9ec08
i40e/i40evf: Add support for padding start of frames
by Alexander Duyck
· 8 years ago
98efd69
i40e/i40evf: Add support for using order 1 pages with a 3K buffer
by Alexander Duyck
· 8 years ago
17daabb
i40e: Simplify i40e_detect_recover_hung_queue logic
by Alan Brady
· 8 years ago
e8c5f72
i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR Eviction
by Alexander Duyck
· 8 years ago
a346fb8
i40e: update error message when trying to add invalid filters
by Jacob Keller
· 8 years ago
fa2343e
i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag code
by Alexander Duyck
· 8 years ago
a0cfc31
i40e/i40evf: Pull out code for cleaning up Rx buffers
by Alexander Duyck
· 8 years ago
9a06412
i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_buffer
by Alexander Duyck
· 8 years ago
d57c0e0
i40e/i40evf: Use length to determine if descriptor is done
by Alexander Duyck
· 8 years ago
9eed69a
i40e: Drop FCoE code from core driver files
by Alexander Duyck
· 8 years ago
a5b268e
i40e/i40evf: Clean-up process_skb_fields
by Alexander Duyck
· 8 years ago
741b8b8
i40e/i40evf: Fix use after free in Rx cleanup path
by Alexander Duyck
· 8 years ago
1793668
i40e/i40evf: Update code to better handle incrementing page count
by Alexander Duyck
· 8 years ago
f223c87
i40e: add support for SCTPv4 FDir filters
by Jacob Keller
· 9 years ago
0e588de
i40e: implement support for flexible word payload
by Jacob Keller
· 9 years ago
097dbf5
i40e: add counters for UDP/IPv4 and IPv4 filters
by Jacob Keller
· 9 years ago
377cc24
i40e: exit ATR mode only when adding TCP/IPv4 filter succeeds
by Jacob Keller
· 9 years ago
e5187ee
i40e: return immediately when failing to add fdir filter
by Jacob Keller
· 9 years ago
8ce43dc
i40e: don't use arrays for (src|dst)_ip
by Jacob Keller
· 9 years ago
b77ac97
i40e: rename auto_disable_flags to hw_disabled_flags
by Harshitha Ramamurthy
· 9 years ago
59605bc
i40e/i40evf: Add support for mapping pages with DMA attributes
by Alexander Duyck
· 9 years ago
b9c015d
i40e: mark the value passed to csum_replace_by_diff as __wsum
by Jacob Keller
· 9 years ago
3c234c4
i40e: Fix Adaptive ITR enabling
by Carolyn Wyborny
· 9 years ago
a158aea
i40e: update comment explaining where FDIR buffers are freed
by Jacob Keller
· 9 years ago
Next »