summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c
AgeCommit message (Expand)Author
2016-04-21net/mlx4_en: Split SW RX dropped counter per RX ringEran Ben Elisha
2016-04-19net/mlx4_en: do batched put_page using atomic_subKonstantin Khlebnikov
2016-04-19net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOCKonstantin Khlebnikov
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-11-18mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-09-17net/mlx4_en: really allow to change RSS keyEric Dumazet
2015-09-15net/mlx4_en: Use access helper irq_data_get_affinity_mask()Thomas Gleixner
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-27net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion
2015-07-27net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion
2015-07-26net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay
2015-07-08mlx4: TCP/UDP packets have L4 hashEric Dumazet
2015-06-25net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabledIdo Shamay
2015-05-30net/mlx4: Add EQ poolMatan Barak
2015-04-30net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay
2015-04-09mlx4/mlx5: Use dma_wmb/rmb where appropriateAlexander Duyck
2015-04-02net/mlx4_en: Add RX-FCS supportMuhammad Mahajna
2015-02-04net/mlx4_en: Adjust RX frag strides to frag sizesIdo Shamay
2015-02-04net/mlx4_en: Print page allocator informationIdo Shamay
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas
2014-12-11net/mlx4: Add A0 hybrid steeringMatan Barak
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev
2014-12-11net/mlx4_en: Set csum level for encapsulated packetsOr Gerlitz
2014-12-08net/mlx4_en: Support for configurable RSS hash functionEyal Perry
2014-11-23mlx4: fix mlx4_en_set_rxfh()Eric Dumazet
2014-11-16mlx4: use netdev_rss_key_fill() helperEric Dumazet
2014-11-11net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli
2014-11-11net/mlx4_en: Extend usage of napi_gro_fragsShani Michaeli
2014-11-10mlx4: restore conditional call to napi_complete_done()Eric Dumazet
2014-11-10mlx4: use napi_complete_done()Eric Dumazet
2014-11-03net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pagesIdo Shamay
2014-11-03net/mlx4_en: Remove RX buffers alignment to IP_ALIGNIdo Shamay
2014-10-30mlx4: use napi_schedule_irqoff()Eric Dumazet
2014-10-28net/mlx4_en: Cleanups suggested by clang static checkerJack Morgenstein
2014-10-10mlx4: fix race accessing page->_countEric Dumazet
2014-09-19net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay
2014-09-05mlx4: only pull headers into skb headEric Dumazet
2014-08-29mlx4: Set skb->csum_level for encapsulated checksumTom Herbert
2014-07-22net/mlx4_en: Reduce memory consumption on kdump kernelAmir Vadai
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-14mlx4: mark napi id for gro_skbJason Wang
2014-07-08net/mlx4_en: Do not count LLC/SNAP in MTU calculationYishai Hadas
2014-07-02net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-02IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina
2014-05-14net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias
2014-05-08mellanox: Logging message cleanupsJoe Perches
2014-03-14mlx4: Don't receive packets when the napi budget == 0Eric W. Biederman