summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-23net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed1-2/+21
2017-04-18net/mlx4_en: Fix bad WQE issueEugenia Emantayev1-1/+7
2017-02-18mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier1-1/+4
2016-05-19net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens1-1/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+0
2015-09-18net/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-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2015-07-28net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion1-1/+15
2015-07-28net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion1-3/+3
2015-07-27net/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-31net/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-05net/mlx4_en: Adjust RX frag strides to frag sizesIdo Shamay1-2/+3
2015-02-05net/mlx4_en: Print page allocator informationIdo Shamay1-0/+4
2015-01-26net/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-09net/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-11mlx4: 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-29net/mlx4_en: Cleanups suggested by clang static checkerJack Morgenstein1-1/+0
2014-10-10mlx4: fix race accessing page->_countEric Dumazet1-3/+3
2014-09-20net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay1-2/+2
2014-09-06mlx4: only pull headers into skb headEric Dumazet1-5/+8
2014-08-30mlx4: Set skb->csum_level for encapsulated checksumTom Herbert1-3/+3
2014-07-23net/mlx4_en: Reduce memory consumption on kdump kernelAmir Vadai1-2/+3
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+14
2014-07-15mlx4: mark napi id for gro_skbJason Wang1-0/+1
2014-07-09net/mlx4_en: Do not count LLC/SNAP in MTU calculationYishai Hadas1-1/+1
2014-07-03net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai1-3/+13
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-12/+16
2014-06-03IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina1-3/+3
2014-05-14net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias1-2/+9
2014-05-09mellanox: Logging message cleanupsJoe Perches1-10/+7
2014-03-15mlx4: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-02-25net/mlx4: Fix limiting number of IRQ's instead of RSS queuesIdo Shamay1-1/+4
2014-02-25net/mlx4: Set number of RX rings in a utility functionIdo Shamay1-0/+22