index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
rx.c
Age
Commit message (
Expand
)
Author
2017-10-25
net: ethernet/sfc: Convert timers to use timer_setup()
Kees Cook
2017-02-09
sfc: set csum_level for encapsulated packets
Jon Cooper
2017-02-03
sfc: get rid of custom busy polling code
Eric Dumazet
2016-12-03
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
2016-11-30
sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
Edward Cree
2016-05-31
sfc: Track RPS flow IDs per channel instead of per function
Jon Cooper
2016-05-29
sfc: use flow dissector helpers for aRFS
Edward Cree
2015-11-18
net: move skb_mark_napi_id() into core networking stack
Eric Dumazet
2015-05-31
sfc: free multiple Rx buffers when required
Daniel Pieczko
2014-07-22
sfc: Add support for busy polling
Alexandre Rames
2014-07-17
sfc: Add per-queue statistics in ethtool
Andrew Rybchenko
2014-07-15
sfc: add extra RX drop counters for nodesc_trunc and noskb_drop
Edward Cree
2013-12-18
net: sfc calls skb_set_hash
Tom Herbert
2013-12-12
sfc: Add RX packet timestamping for EF10
Jon Cooper
2013-12-12
sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()
Ben Hutchings
2013-12-12
sfc: Make initial fill of RX descriptors synchronous
Jon Cooper
2013-12-06
sfc: RX buffer allocation takes prefix size into account in IP header alignment
Andrew Rybchenko
2013-09-20
sfc: Support ARFS for IPv6 flows
Ben Hutchings
2013-08-29
sfc: Update copyright banners
Ben Hutchings
2013-08-29
sfc: Prepare for RX scatter on EF10
Jon Cooper
2013-08-29
sfc: Document conditions for multicast replication vs filter replacement
Ben Hutchings
2013-08-27
sfc: Add support for reading packet length from prefix
Ben Hutchings
2013-08-27
sfc: Generalise packet hash lookup to support EF10 RX prefix
Jon Cooper
2013-08-22
sfc: Make most filter operations NIC-type-specific
Ben Hutchings
2013-08-21
sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour
Ben Hutchings
2013-08-21
sfc: Stop RX refill before flushing RX queues
Ben Hutchings
2013-07-05
sfc: Fix memory leak when discarding scattered packets
Ben Hutchings
2013-06-24
sfc: Improve test for IOMMU in use
Ben Hutchings
2013-06-24
sfc: Do not pass non-TCP packets into GRO code
Ben Hutchings
2013-06-24
sfc: Increase size of RX SKB header area
Jon Cooper
2013-06-24
sfc: Enable RX checksum offload for packets not handled by GRO
Jon Cooper
2013-05-14
sfc: Reduce RX scatter buffer size, and reduce alignment if appropriate
Ben Hutchings
2013-05-14
sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGN
Ben Hutchings
2013-03-17
sfc: make local functions static
stephen hemminger
2013-03-07
sfc: allocate more RX buffers per page
Daniel Pieczko
2013-03-07
sfc: Replace efx_rx_is_last_buffer() with a flag
Ben Hutchings
2013-03-07
sfc: reuse pages to avoid DMA mapping/unmapping costs
Daniel Pieczko
2013-03-07
sfc: Enable RX DMA scattering where possible
Ben Hutchings
2013-03-07
sfc: Update RX buffer address together with length
Ben Hutchings
2013-03-07
sfc: Explicitly prefetch RX hash prefix, not just Ethernet heade
Ben Hutchings
2013-03-07
sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()
Ben Hutchings
2013-03-07
sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()
Ben Hutchings
2013-03-07
sfc: Properly distinguish RX buffer and DMA lengths
Ben Hutchings
2013-03-07
sfc: Remove rx_alloc_method SKB
Alexandre Rames
2013-03-07
sfc: Allow efx_channel_type::receive_skb() to reject a packet
Ben Hutchings
2013-03-06
sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0
Ben Hutchings
2013-02-26
sfc: Fix efx_rx_buf_offset() in the presence of swiotlb
Ben Hutchings
2013-02-26
sfc: Properly sync RX DMA buffer when it is not the last in the page
Ben Hutchings
2012-12-01
sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page()
Ben Hutchings
2012-09-07
sfc: Add channel specific receive_skb handler and post_remove callback
Stuart Hodgson
[next]