aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/rx.c
AgeCommit message (Expand)Author
2018-07-04sfc: batch up RX deliveryEdward Cree
2018-04-27sfc: Use filter index rather than ID for rps_flow_id tableEdward Cree
2018-04-24sfc: ARFS filter IDsEdward Cree
2018-04-14sfc: limit ARFS workitems in flight per channelEdward Cree
2018-04-14sfc: insert ARFS filters with replace_equal=trueEdward Cree
2018-03-27sfc: replace asynchronous filter operationsEdward Cree
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook
2017-02-09sfc: set csum_level for encapsulated packetsJon Cooper
2017-02-03sfc: get rid of custom busy polling codeEric Dumazet
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionJon Cooper
2016-05-29sfc: use flow dissector helpers for aRFSEdward Cree
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-05-31sfc: free multiple Rx buffers when requiredDaniel Pieczko
2014-07-22sfc: Add support for busy pollingAlexandre Rames
2014-07-17sfc: Add per-queue statistics in ethtoolAndrew Rybchenko
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree
2013-12-18net: sfc calls skb_set_hashTom Herbert
2013-12-12sfc: Add RX packet timestamping for EF10Jon Cooper
2013-12-12sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()Ben Hutchings
2013-12-12sfc: Make initial fill of RX descriptors synchronousJon Cooper
2013-12-06sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko
2013-09-20sfc: Support ARFS for IPv6 flowsBen Hutchings
2013-08-29sfc: Update copyright bannersBen Hutchings
2013-08-29sfc: Prepare for RX scatter on EF10Jon Cooper
2013-08-29sfc: Document conditions for multicast replication vs filter replacementBen Hutchings
2013-08-27sfc: Add support for reading packet length from prefixBen Hutchings
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings
2013-08-21sfc: Stop RX refill before flushing RX queuesBen Hutchings
2013-07-05sfc: Fix memory leak when discarding scattered packetsBen Hutchings
2013-06-24sfc: Improve test for IOMMU in useBen Hutchings
2013-06-24sfc: Do not pass non-TCP packets into GRO codeBen Hutchings
2013-06-24sfc: Increase size of RX SKB header areaJon Cooper
2013-06-24sfc: Enable RX checksum offload for packets not handled by GROJon Cooper
2013-05-14sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings
2013-03-17sfc: make local functions staticstephen hemminger
2013-03-07sfc: allocate more RX buffers per pageDaniel Pieczko
2013-03-07sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings
2013-03-07sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings
2013-03-07sfc: Update RX buffer address together with lengthBen Hutchings
2013-03-07sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings
2013-03-07sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()Ben Hutchings
2013-03-07sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings