summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c
AgeCommit message (Expand)Author
2016-07-10net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens
2015-10-03net/mlx4_en: really allow to change RSS keyEric Dumazet
2015-07-10net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabledIdo Shamay
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
2014-02-24net/mlx4: Fix limiting number of IRQ's instead of RSS queuesIdo Shamay
2014-02-24net/mlx4: Set number of RX rings in a utility functionIdo Shamay
2014-01-13net/mlx4_en: call gro handler for encapsulated framesEric Dumazet
2013-12-31net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunnelingOr Gerlitz
2013-12-18net: mlx4 calls skb_set_hashTom Herbert
2013-11-07net/mlx4_en: Datapath structures are allocated per NUMA nodeEugenia Emantayev
2013-11-07net/mlx4_en: Datapath resources allocated dynamicallyEugenia Emantayev
2013-10-08net/mlx4_en: Fix pages never dma unmapped on rxAmir Vadai
2013-10-08net/mlx4_en: Rename name of mlx4_en_rx_alloc membersAmir Vadai
2013-07-10net: rename ll methods to busy-pollEliezer Tamir
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir
2013-06-25mlx4: allow order-0 memory allocations in RX pathEric Dumazet
2013-06-19net/mlx4_en: Add Low Latency Socket (LLS) supportAmir Vadai