aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/rx.c
Commit message (Expand)AuthorAge
* sfc: free multiple Rx buffers when requiredDaniel Pieczko2015-05-31
* sfc: Add support for busy pollingAlexandre Rames2014-07-22
* sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-17
* sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree2014-07-16
* net: sfc calls skb_set_hashTom Herbert2013-12-18
* sfc: Add RX packet timestamping for EF10Jon Cooper2013-12-12
* sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()Ben Hutchings2013-12-12
* sfc: Make initial fill of RX descriptors synchronousJon Cooper2013-12-12
* sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko2013-12-06
* sfc: Support ARFS for IPv6 flowsBen Hutchings2013-09-20
* sfc: Update copyright bannersBen Hutchings2013-08-29
* sfc: Prepare for RX scatter on EF10Jon Cooper2013-08-29
* sfc: Document conditions for multicast replication vs filter replacementBen Hutchings2013-08-29
* sfc: Add support for reading packet length from prefixBen Hutchings2013-08-27
* sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper2013-08-27
* sfc: Make most filter operations NIC-type-specificBen Hutchings2013-08-22
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-21
* sfc: Stop RX refill before flushing RX queuesBen Hutchings2013-08-21
* sfc: Fix memory leak when discarding scattered packetsBen Hutchings2013-07-05
* sfc: Improve test for IOMMU in useBen Hutchings2013-06-24
* sfc: Do not pass non-TCP packets into GRO codeBen Hutchings2013-06-24
* sfc: Increase size of RX SKB header areaJon Cooper2013-06-24
* sfc: Enable RX checksum offload for packets not handled by GROJon Cooper2013-06-24
* sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings2013-05-14
* sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings2013-05-14
* sfc: make local functions staticstephen hemminger2013-03-17
* sfc: allocate more RX buffers per pageDaniel Pieczko2013-03-07
* sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings2013-03-07
* sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko2013-03-07
* sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-07
* sfc: Update RX buffer address together with lengthBen Hutchings2013-03-07
* sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings2013-03-07
* sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()Ben Hutchings2013-03-07
* sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings2013-03-07
* sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings2013-03-07
* sfc: Remove rx_alloc_method SKBAlexandre Rames2013-03-07
* sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings2013-03-07
* sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Ben Hutchings2013-03-06
* sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings2013-02-26
* sfc: Properly sync RX DMA buffer when it is not the last in the pageBen Hutchings2013-02-26
* sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page()Ben Hutchings2012-11-30
* sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson2012-09-07
* sfc: Add explicit RX queue flag to channelStuart Hodgson2012-09-07
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2012-07-18
|\
| * sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings2012-07-17
* | drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-11
|/
* sfc: By default refill RX rings as soon as space for a batchDavid Riddoch2012-05-09
* sfc: Fill RX rings completely full, rather than to 95% fullDavid Riddoch2012-05-09
* sfc: Update comments on efx_rx_packet_gro()Ben Hutchings2012-03-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-26
|\