summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Fix wrong indentationKamal Heib2016-09-211-1/+1
* net/mlx4_en: Add branch prediction hints in RX data-pathTariq Toukan2016-09-211-12/+14
* mlx4: add missed recycle opportunity for XDP_TX on TX failureJesper Dangaard Brouer2016-09-201-1/+2
* mlx4: fix XDP_TX is acting like XDP_PASS on TX ring fullJesper Dangaard Brouer2016-09-191-1/+1
* net/mlx4_en: protect ring->xdp_prog with rcu_read_lockBrenden Blanco2016-09-061-7/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-3/+0
|\
| * net/mlx4_en: Move filters cleanup to a proper locationEugenia Emantayev2016-07-191-3/+0
* | net/mlx4_en: use READ_ONCE when freeing xdp_progBrenden Blanco2016-07-201-2/+4
* | net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco2016-07-191-0/+14
* | net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco2016-07-191-8/+62
* | net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco2016-07-191-4/+36
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-1/+1
|\
| * net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens2016-05-051-1/+1
* | net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky2016-05-051-10/+1
|/
* net/mlx4_en: Split SW RX dropped counter per RX ringEran Ben Elisha2016-04-211-1/+1
* net/mlx4_en: do batched put_page using atomic_subKonstantin Khlebnikov2016-04-191-2/+6
* net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOCKonstantin Khlebnikov2016-04-191-1/+1
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-5/+4
* net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-3/+0
* mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet2015-11-181-13/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-261-2/+0
|\
| * net/mlx4_en: really allow to change RSS keyEric Dumazet2015-09-171-2/+0
* | net/mlx4_en: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2015-09-151-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-1/+0
|\
| * net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay2015-07-261-1/+0
* | net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion2015-07-271-1/+15
* | net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion2015-07-271-3/+3
* | mlx4: TCP/UDP packets have L4 hashEric Dumazet2015-07-081-2/+6
|/
* net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabledIdo Shamay2015-06-251-11/+6
* net/mlx4: Add EQ poolMatan Barak2015-05-301-9/+4
* net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay2015-04-301-2/+24
* mlx4/mlx5: Use dma_wmb/rmb where appropriateAlexander Duyck2015-04-091-1/+1
* net/mlx4_en: Add RX-FCS supportMuhammad Mahajna2015-04-021-1/+4
* net/mlx4_en: Adjust RX frag strides to frag sizesIdo Shamay2015-02-041-2/+3
* net/mlx4_en: Print page allocator informationIdo Shamay2015-02-041-0/+4
* net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas2015-01-251-2/+2
* net/mlx4: Add A0 hybrid steeringMatan Barak2014-12-111-1/+2
* net/mlx4: Change QP allocation schemeEugenia Emantayev2014-12-111-2/+2
* net/mlx4_en: Set csum level for encapsulated packetsOr Gerlitz2014-12-111-1/+2
* net/mlx4_en: Support for configurable RSS hash functionEyal Perry2014-12-081-1/+13
* mlx4: fix mlx4_en_set_rxfh()Eric Dumazet2014-11-231-2/+1
* mlx4: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-5/+1
* net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli2014-11-111-6/+120
* net/mlx4_en: Extend usage of napi_gro_fragsShani Michaeli2014-11-111-54/+54
* mlx4: restore conditional call to napi_complete_done()Eric Dumazet2014-11-101-7/+8
* mlx4: use napi_complete_done()Eric Dumazet2014-11-101-7/+4
* net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pagesIdo Shamay2014-11-031-3/+4
* net/mlx4_en: Remove RX buffers alignment to IP_ALIGNIdo Shamay2014-11-031-12/+4
* mlx4: use napi_schedule_irqoff()Eric Dumazet2014-10-301-2/+2
* net/mlx4_en: Cleanups suggested by clang static checkerJack Morgenstein2014-10-281-1/+0
OpenPOWER on IntegriCloud