summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c
AgeCommit message (Expand)AuthorFilesLines
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
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-19net: mlx4 calls skb_set_hashTom Herbert1-2/+6
2013-11-08net/mlx4_en: Datapath structures are allocated per NUMA nodeEugenia Emantayev1-7/+16
2013-11-08net/mlx4_en: Datapath resources allocated dynamicallyEugenia Emantayev1-19/+38
2013-10-09net/mlx4_en: Fix pages never dma unmapped on rxAmir Vadai1-2/+3
2013-10-09net/mlx4_en: Rename name of mlx4_en_rx_alloc membersAmir Vadai1-17/+23
2013-07-11net: rename ll methods to busy-pollEliezer Tamir1-1/+1
2013-07-11net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-06-26mlx4: allow order-0 memory allocations in RX pathEric Dumazet1-80/+89
2013-06-20net/mlx4_en: Add Low Latency Socket (LLS) supportAmir Vadai1-2/+13
2013-04-25net/mlx4_en: Add HW timestamping (TS) supportAmir Vadai1-5/+24
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-2/+2
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-2/+2
2013-02-09drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-4/+2
2013-02-08net/mlx4_en: Manage hash of MAC addresses per portYan Burman1-4/+19
2013-02-08net/mlx4_en: Optimize Rx fast path filter checksYan Burman1-3/+2
2013-02-08net/mlx4_en: Optimize loopback related checks in data pathYan Burman1-18/+21
2012-12-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+3
2012-11-26mlx4: 64-byte CQE/EQE supportOr Gerlitz1-2/+3