aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2016-07-20net/mlx4_en: use READ_ONCE when freeing xdp_progBrenden Blanco1-2/+4
2016-07-19net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco1-0/+14
2016-07-19net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco1-8/+62
2016-07-19net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco1-4/+36
2016-07-19net/mlx4_en: Move filters cleanup to a proper locationEugenia Emantayev1-3/+0
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-05-05net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens1-1/+1
2016-05-05net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky1-10/+1
2016-04-21net/mlx4_en: Split SW RX dropped counter per RX ringEran Ben Elisha1-1/+1
2016-04-19net/mlx4_en: do batched put_page using atomic_subKonstantin Khlebnikov1-2/+6
2016-04-19net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOCKonstantin Khlebnikov1-1/+1
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-5/+4
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-3/+0
2015-11-18mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet1-13/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+0
2015-09-17net/mlx4_en: really allow to change RSS keyEric Dumazet1-2/+0
2015-09-15net/mlx4_en: Use access helper irq_data_get_affinity_mask()Thomas Gleixner1-2/+4
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2015-07-27net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion1-1/+15
2015-07-27net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion1-3/+3
2015-07-26net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay1-1/+0
2015-07-08mlx4: TCP/UDP packets have L4 hashEric Dumazet1-2/+6
2015-06-25net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabledIdo Shamay1-11/+6
2015-05-30net/mlx4: Add EQ poolMatan Barak1-9/+4
2015-04-30net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay1-2/+24
2015-04-09mlx4/mlx5: Use dma_wmb/rmb where appropriateAlexander Duyck1-1/+1
2015-04-02net/mlx4_en: Add RX-FCS supportMuhammad Mahajna1-1/+4
2015-02-04net/mlx4_en: Adjust RX frag strides to frag sizesIdo Shamay1-2/+3
2015-02-04net/mlx4_en: Print page allocator informationIdo Shamay1-0/+4
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-2/+2
2014-12-11net/mlx4: Add A0 hybrid steeringMatan Barak1-1/+2
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev1-2/+2
2014-12-11net/mlx4_en: Set csum level for encapsulated packetsOr Gerlitz1-1/+2
2014-12-08net/mlx4_en: Support for configurable RSS hash functionEyal Perry1-1/+13
2014-11-23mlx4: fix mlx4_en_set_rxfh()Eric Dumazet1-2/+1
2014-11-16mlx4: use netdev_rss_key_fill() helperEric Dumazet1-5/+1
2014-11-11net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli1-6/+120
2014-11-11net/mlx4_en: Extend usage of napi_gro_fragsShani Michaeli1-54/+54
2014-11-10mlx4: restore conditional call to napi_complete_done()Eric Dumazet1-7/+8
2014-11-10mlx4: use napi_complete_done()Eric Dumazet1-7/+4
2014-11-03net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pagesIdo Shamay1-3/+4
2014-11-03net/mlx4_en: Remove RX buffers alignment to IP_ALIGNIdo Shamay1-12/+4
2014-10-30mlx4: use napi_schedule_irqoff()Eric Dumazet1-2/+2
2014-10-28net/mlx4_en: Cleanups suggested by clang static checkerJack Morgenstein1-1/+0
2014-10-10mlx4: fix race accessing page->_countEric Dumazet1-3/+3
2014-09-19net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay1-2/+2
2014-09-05mlx4: only pull headers into skb headEric Dumazet1-5/+8
2014-08-29mlx4: Set skb->csum_level for encapsulated checksumTom Herbert1-3/+3
2014-07-22net/mlx4_en: Reduce memory consumption on kdump kernelAmir Vadai1-2/+3