index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_txrx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i40e/i40evf: proper update of the page_offset field
Björn Töpel
2017-06-06
1
-1
/
+2
*
i40e: remove hw_disabled_flags in favor of using separate flag bits
Jacob Keller
2017-04-30
1
-15
/
+7
*
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
2017-04-30
1
-7
/
+7
*
i40e: separate PF and VSI state flags
Jacob Keller
2017-04-30
1
-4
/
+4
*
i40e/i40evf: Add tracepoints
Scott Peterson
2017-04-19
1
-0
/
+9
*
i40e: Fix support for flow director programming status
Alexander Duyck
2017-04-19
1
-12
/
+38
*
i40e/i40evf: Use build_skb to build frames
Alexander Duyck
2017-04-08
1
-0
/
+47
*
i40e/i40evf: Add support for padding start of frames
Alexander Duyck
2017-04-08
1
-2
/
+13
*
i40e/i40evf: Add support for using order 1 pages with a 3K buffer
Alexander Duyck
2017-04-08
1
-13
/
+14
*
i40e: Simplify i40e_detect_recover_hung_queue logic
Alan Brady
2017-04-08
1
-9
/
+3
*
i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR Eviction
Alexander Duyck
2017-04-08
1
-4
/
+2
*
i40e: update error message when trying to add invalid filters
Jacob Keller
2017-04-08
1
-4
/
+5
*
i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag code
Alexander Duyck
2017-03-29
1
-73
/
+65
*
i40e/i40evf: Pull out code for cleaning up Rx buffers
Alexander Duyck
2017-03-29
1
-28
/
+45
*
i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_buffer
Alexander Duyck
2017-03-29
1
-24
/
+34
*
i40e/i40evf: Use length to determine if descriptor is done
Alexander Duyck
2017-03-29
1
-12
/
+12
*
i40e: Drop FCoE code from core driver files
Alexander Duyck
2017-03-27
1
-26
/
+0
*
i40e/i40evf: Clean-up process_skb_fields
Alexander Duyck
2017-03-27
1
-5
/
+3
*
i40e/i40evf: Fix use after free in Rx cleanup path
Alexander Duyck
2017-03-27
1
-0
/
+1
*
i40e/i40evf: Update code to better handle incrementing page count
Alexander Duyck
2017-03-27
1
-7
/
+18
*
i40e: add support for SCTPv4 FDir filters
Jacob Keller
2017-03-23
1
-0
/
+80
*
i40e: implement support for flexible word payload
Jacob Keller
2017-03-23
1
-0
/
+27
*
i40e: add counters for UDP/IPv4 and IPv4 filters
Jacob Keller
2017-03-20
1
-4
/
+13
*
i40e: exit ATR mode only when adding TCP/IPv4 filter succeeds
Jacob Keller
2017-03-20
1
-17
/
+17
*
i40e: return immediately when failing to add fdir filter
Jacob Keller
2017-03-20
1
-19
/
+14
*
i40e: don't use arrays for (src|dst)_ip
Jacob Keller
2017-03-20
1
-6
/
+6
*
i40e: rename auto_disable_flags to hw_disabled_flags
Harshitha Ramamurthy
2017-03-15
1
-10
/
+10
*
i40e/i40evf: Add support for mapping pages with DMA attributes
Alexander Duyck
2017-03-15
1
-5
/
+26
*
i40e: mark the value passed to csum_replace_by_diff as __wsum
Jacob Keller
2017-02-18
1
-2
/
+3
*
i40e: Fix Adaptive ITR enabling
Carolyn Wyborny
2017-02-18
1
-6
/
+6
*
i40e: update comment explaining where FDIR buffers are freed
Jacob Keller
2017-02-11
1
-1
/
+6
*
i40e/i40evf: eliminate i40e_pull_tail()
Scott Peterson
2017-02-11
1
-76
/
+93
*
i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ring
Scott Peterson
2017-02-11
1
-16
/
+15
*
i40e/i40evf: Limit DMA sync of RX buffers to actual packet size
Scott Peterson
2017-02-11
1
-7
/
+9
*
i40e: Quick refactor to start moving data off stack and into Tx buffer info
Alexander Duyck
2017-02-02
1
-20
/
+27
*
i40e/i40evf: napi_poll must return the work done
Alexander Duyck
2016-12-06
1
-1
/
+1
*
i40e: Reorder logic for coalescing RS bits
Alexander Duyck
2016-10-31
1
-51
/
+54
*
i40e: Add common function for finding VSI by type
Alexander Duyck
2016-10-31
1
-4
/
+1
*
i40e: replace PTP Rx timestamp hang logic
Jacob Keller
2016-10-31
1
-3
/
+1
*
i40e: correct check for reading TSYNINDX from the receive descriptor
Jacob Keller
2016-10-31
1
-3
/
+4
*
i40e: Drop redundant Rx descriptor processing code
Alexander Duyck
2016-10-28
1
-12
/
+6
*
i40e/i40evf: fix interrupt affinity bug
Alan Brady
2016-10-28
1
-8
/
+28
*
i40e: Drop code for unsupported flow types
Alexander Duyck
2016-10-28
1
-26
/
+5
*
i40e: Rewrite Flow Director busy wait loop
Alexander Duyck
2016-10-28
1
-9
/
+4
*
i40evf: support queue-specific settings for interrupt moderation
Jacob Keller
2016-09-24
1
-4
/
+17
*
i40e: Strip out debugfs hook for Flow Director filter programming
Alexander Duyck
2016-09-24
1
-2
/
+3
*
i40e: Split Flow Director descriptor config into separate function
Alexander Duyck
2016-09-24
1
-51
/
+64
*
i40e/i40evf: Add txring_txq function to match fm10k and ixgbe
Alexander Duyck
2016-09-24
1
-11
/
+6
*
i40e: Fix Flow Director raw_buf cleanup
Alexander Duyck
2016-09-24
1
-4
/
+4
*
i40e: cleanup ATR auto_disable_flags use
Jacob Keller
2016-09-24
1
-7
/
+7
[next]