Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
04294e38a451b37288d61e52fa07ed087c5cdc02
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_txrx.c
04294e3
i40e: FD filters flush policy changes
by Anjali Singhai Jain
· 10 years ago
4205d37
i40e: Avoid logs while adding/deleting FD-SB filters
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
d40d00b
i40e: Skip the priority tagging if DCB is not enabled
by Neerav Parikh
· 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
22b4777
i40e: check I40E_FLAG_PTP before handling Tx or Rx timestamps
by Jacob Keller
· 10 years ago
3f3558b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
df23075
i40e: Fix bug with TCP over IPv6 over VXLAN
by Anjali Singhai
· 10 years ago
f638597
i40e: Fix Rx checksum error counter
by Anjali Singhai
· 10 years ago
d91649f
i40e: fix un-necessary Tx hangs
by Jesse Brandeburg
· 10 years ago
a94d9e2
ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
by Alexander Duyck
· 10 years ago
4567dc1
i40e: skb->xmit_more support
by Eric Dumazet
· 10 years ago
a81fb04
i40e/igb: Convert to dev_consume_skb_any()
by Rick Jones
· 10 years ago
eb84d6b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
fa4ba69
i40e: 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
1e1be8f
i40e: ATR policy change to flush the table to clean stale ATR rules
by Anjali Singhai Jain
· 11 years ago
f7233c5
i40e: Some FD message fixes
by Anjali Singhai Jain
· 11 years ago
e99bdd3
i40e: Update flow director error messages to reduce user confusion
by Carolyn Wyborny
· 11 years ago
3d34dd0
i40e: Fix TSO and hw checksums for non-accelerated vlan packets.
by Vlad Yasevich
· 10 years ago
38e0043
i40e: Adds FCoE related code to i40e core driver
by Vasu Dev
· 10 years ago
22d2fa1
i40e/i40evf: fix extension header csum logic
by Jesse Brandeburg
· 11 years ago
ec9a7db
i40e/i40evf: Clean up code
by Paul M Stillwell Jr
· 11 years ago
9ce34f0
i40e: fix race conditions on queuing skb for HW time stamp
by Jakub Kicinski
· 11 years ago
259afec
i40e: never generate both software and hardware timestamps
by Jakub Kicinski
· 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
b814ba6
i40e: FD filter replay logic bug fix
by Anjali Singhai Jain
· 11 years ago
99753ea
i40e: fix fdir programming
by Jesse Brandeburg
· 11 years ago
1295738
i40e: Fix the FD sideband logic to detect a FD table full condition
by Anjali Singhai Jain
· 11 years ago
12be846
i40e: Avoid adding the TCP-IPv4 filter twice
by Anjali Singhai Jain
· 11 years ago
433c47d
i40e/i40evf: Add Flow director stats to PF stats
by Anjali Singhai Jain
· 11 years ago
8a3c91c
i40e/i40evf: add PPRS bit to error bits and fix bug in Rx checksum
by Jesse Brandeburg
· 11 years ago
505682c
i40e: allow for more VSIs
by Mitch Williams
· 11 years ago
980093e
i40e/i40evf: fix TSO accounting
by Jesse Brandeburg
· 11 years ago
d3a90b7
i40e: don't use OR to check a value
by Jesse Brandeburg
· 11 years ago
8913278
i40e: Use the new i40e_get_fd_cnt_all function in other places
by Anjali Singhai Jain
· 11 years ago
b2d36c0
i40e/i40evf: Remove reserved PCTYPE defines
by Kevin Scott
· 11 years ago
1c112a6
i40e: add required include
by Mitch Williams
· 11 years ago
0dd8357
i40e: remove ptp_tx_work timestamp work item
by Jacob Keller
· 11 years ago
c5ffe7e
e1000e/igb/ixgbe/i40e: fix message terminations
by Jakub Kicinski
· 11 years ago
dd225bc
i40e: remove open-coded skb_cow_head
by Francois Romieu
· 11 years ago
21d3efd
i40e: fix function kernel doc description
by Jean Sacren
· 11 years ago
13c2884
i40e: Use DEBUG_FD message level for an FD message
by Anjali Singhai Jain
· 11 years ago
ce80678
i40e: Delete ATR filter on RST
by Anjali Singhai Jain
· 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
390f86d
i40e: Don't receive packets when the napi budget == 0
by Eric W. Biederman
· 11 years ago
55a5e60
i40e: Add code to handle FD table full condition
by Anjali Singhai Jain
· 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
17a73f6
i40e: Flow Director sideband accounting
by Joseph Gasparakis
· 11 years ago
ddf1d0d
i40e: spelling error
by Jesse Brandeburg
· 11 years ago
60ea5f8
i40e: rename defines
by Jesse Brandeburg
· 11 years ago
6838b53
i40e: whitespace fixes
by Jesse Brandeburg
· 11 years ago
beb0dff
i40e: enable PTP
by Jacob Keller
· 11 years ago
8ee75a8
i40e: check for possible incorrect ipv6 checksum
by Shannon Nelson
· 11 years ago
829af3ac
i40e: trivial: formatting and checkpatch fixes
by Mitch Williams
· 11 years ago
420136c
i40e: shorten wordy fields
by Mitch Williams
· 11 years ago
8e9dca5
i40e: add a comment on barrier and fix panic on reset
by Greg Rose
· 11 years ago
dc641b7
i40e: Fix GPL header
by Greg Rose
· 11 years ago
298deef
i40e: Record dma buffer info for dummy packets
by Anjali Singhai Jain
· 11 years ago
0e2fe46c
i40e: fix constant cast issues
by Jesse Brandeburg
· 11 years ago
8144f0f
i40e: Rx checksum offload for VXLAN
by Joseph Gasparakis
· 11 years ago
8a49492
i40e: check multi-bit state correctly
by Jesse Brandeburg
· 11 years ago
116a57d
i40e: tweaking icr0 handling for legacy irq
by Shannon Nelson
· 11 years ago
eaefbd0
i40e: refactor fdir setup function
by Jesse Brandeburg
· 11 years ago
0976a01
i40e: fix sign extension issue
by Jesse Brandeburg
· 11 years ago
1022cb6
i40e: do not flush after re-enabling interrupts
by Jesse Brandeburg
· 11 years ago
980e9b1
i40e: Add support for 64 bit netstats
by Alexander Duyck
· 11 years ago
9f65e15
i40e: Move rings from pointer to array to array of pointers
by Alexander Duyck
· 11 years ago
cd0b6fa
i40e: Replace ring container array with linked list
by Alexander Duyck
· 11 years ago
a114d0a
i40e: Split bytes and packets from Rx/Tx stats
by Alexander Duyck
· 11 years ago
7070ce0
i40e: Add support for Tx byte queue limits
by Alexander Duyck
· 11 years ago
b194130
i40e: Drop dead code and flags from Tx hotpath
by Alexander Duyck
· 11 years ago
a5e9c57
i40e: clean up Tx fast path
by Alexander Duyck
· 11 years ago
fc4ac67
i40e: Do not directly increment Tx next_to_use
by Alexander Duyck
· 11 years ago
35a1e2a
i40e: Cleanup Tx buffer info layout
by Alexander Duyck
· 11 years ago
c304fda
i40e: Drop unused completed stat
by Alexander Duyck
· 11 years ago
fd0a05c
i40e: transmit, receive, and NAPI
by Jesse Brandeburg
· 11 years ago