index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40evf
/
i40e_txrx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-18
intel-ethernet: rename i40evf to iavf
Jesse Brandeburg
1
-2508
/
+0
2018-04-30
i40e/i40evf: cleanup incorrect function doxygen comments
Jacob Keller
1
-1
/
+3
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-25
/
+1
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-02-26
i40e/i40evf: use SW variables for hang detection
Alan Brady
1
-1
/
+1
2018-02-12
i40e/i40evf: Add support for new mechanism of updating adaptive ITR
Alexander Duyck
1
-111
/
+251
2018-02-12
i40e/i40evf: Split container ITR into current_itr and target_itr
Alexander Duyck
1
-29
/
+39
2018-02-12
i40e/i40evf: Use usec value instead of reg value for ITR defines
Alexander Duyck
1
-2
/
+9
2018-02-12
i40e/i40evf: Don't bother setting the CLEARPBA bit
Alexander Duyck
1
-1
/
+10
2018-02-12
i40e/i40evf: Clean up logic for adaptive ITR
Alexander Duyck
1
-45
/
+14
2018-02-12
i40e/i40evf: Only track one ITR setting per ring instead of Tx/Rx
Alexander Duyck
1
-3
/
+3
2018-02-12
i40e: fix typo in function description
Alan Brady
1
-1
/
+1
2018-01-26
i40e/i40evf: Record ITR register location in the q_vector
Alexander Duyck
1
-8
/
+4
2018-01-23
i40e/i40evf: Detect and recover hung queue scenario
Sudheer Mogilappagari
1
-0
/
+54
2018-01-03
i40e/i40evf: Account for frags split over multiple descriptors in check linea...
Alexander Duyck
1
-3
/
+23
2017-11-21
i40evf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-10-31
i40e/i40evf: Revert "i40e/i40evf: bump tail only in multiples of 8"
Alexander Duyck
1
-9
/
+0
2017-10-09
i40e/i40evf: bump tail only in multiples of 8
Jacob Keller
1
-0
/
+9
2017-10-09
i40e/i40evf: always set the CLEARPBA flag when re-enabling interrupts
Jacob Keller
1
-3
/
+1
2017-09-29
i40e/i40evf: rename bytes_per_int to bytes_per_usec
Jacob Keller
1
-6
/
+6
2017-08-27
i40e/i40evf: avoid dynamic ITR updates when polling or low packet rate
Jacob Keller
1
-5
/
+17
2017-08-27
i40e/i40evf: remove ULTRA latency mode
Jacob Keller
1
-17
/
+0
2017-08-27
i40e: invert logic for checking incorrect cpu vs irq affinity
Jacob Keller
1
-15
/
+15
2017-07-26
i40e/i40evf: remove mismatched type warnings
Jesse Brandeburg
1
-3
/
+3
2017-06-06
i40e/i40evf: proper update of the page_offset field
Björn Töpel
1
-1
/
+2
2017-04-30
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
1
-4
/
+4
2017-04-30
i40e: separate PF and VSI state flags
Jacob Keller
1
-4
/
+4
2017-04-19
i40e/i40evf: Add tracepoints
Scott Peterson
1
-0
/
+9
2017-04-19
i40e: Fix support for flow director programming status
Alexander Duyck
1
-4
/
+5
2017-04-19
i40e/i40evf: Remove VF Rx csum offload for tunneled packets
alice michael
1
-7
/
+0
2017-04-08
i40e/i40evf: Use build_skb to build frames
Alexander Duyck
1
-0
/
+47
2017-04-08
i40e/i40evf: Add support for padding start of frames
Alexander Duyck
1
-2
/
+13
2017-04-08
i40e/i40evf: Add support for using order 1 pages with a 3K buffer
Alexander Duyck
1
-13
/
+14
2017-03-29
i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag code
Alexander Duyck
1
-73
/
+65
2017-03-29
i40e/i40evf: Pull out code for cleaning up Rx buffers
Alexander Duyck
1
-28
/
+44
2017-03-29
i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_buffer
Alexander Duyck
1
-24
/
+34
2017-03-29
i40e/i40evf: Use length to determine if descriptor is done
Alexander Duyck
1
-12
/
+12
2017-03-29
i40evf: enforce descriptor write-back mechanism for VF
Preethi Banala
1
-57
/
+7
2017-03-27
i40e/i40evf: Clean-up process_skb_fields
Alexander Duyck
1
-5
/
+3
2017-03-27
i40e/i40evf: Fix use after free in Rx cleanup path
Alexander Duyck
1
-0
/
+1
2017-03-27
i40e/i40evf: Update code to better handle incrementing page count
Alexander Duyck
1
-6
/
+18
2017-03-15
i40e/i40evf: Add support for mapping pages with DMA attributes
Alexander Duyck
1
-5
/
+26
2017-02-18
i40e: mark the value passed to csum_replace_by_diff as __wsum
Jacob Keller
1
-2
/
+3
2017-02-18
i40e: Fix Adaptive ITR enabling
Carolyn Wyborny
1
-6
/
+6
2017-02-11
i40e/i40evf: eliminate i40e_pull_tail()
Scott Peterson
1
-76
/
+93
2017-02-11
i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ring
Scott Peterson
1
-15
/
+15
2017-02-11
i40e/i40evf: Limit DMA sync of RX buffers to actual packet size
Scott Peterson
1
-7
/
+9
2017-02-02
i40e: Quick refactor to start moving data off stack and into Tx buffer info
Alexander Duyck
1
-20
/
+27
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
[next]