aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+14
2014-07-14mlx4: mark napi id for gro_skbJason Wang1-0/+1
2014-07-08net/mlx4_en: Do not count LLC/SNAP in MTU calculationYishai Hadas1-1/+1
2014-07-02net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity mapAmir Vadai1-3/+13
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-12/+16
2014-06-02IB/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-08mellanox: Logging message cleanupsJoe Perches1-10/+7
2014-03-14mlx4: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-02-24net/mlx4: Fix limiting number of IRQ's instead of RSS queuesIdo Shamay1-1/+4
2014-02-24net/mlx4: Set number of RX rings in a utility functionIdo Shamay1-0/+22
2014-01-13net/mlx4_en: call gro handler for encapsulated framesEric Dumazet1-3/+5
2013-12-31net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunnelingOr Gerlitz1-0/+14
2013-12-18net: mlx4 calls skb_set_hashTom Herbert1-2/+6
2013-11-07net/mlx4_en: Datapath structures are allocated per NUMA nodeEugenia Emantayev1-7/+16