summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c
AgeCommit message (Expand)Author
2019-02-27net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed
2018-06-06net/mlx4_en: fix potential use-after-free with dma_unmap_pageSarah Newman
2017-08-12net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packetsDavide Caratti
2017-04-18net/mlx4_en: Fix bad WQE issueEugenia Emantayev
2017-02-18mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier
2016-09-21net/mlx4_en: Fix wrong indentationKamal Heib
2016-09-21net/mlx4_en: Add branch prediction hints in RX data-pathTariq Toukan
2016-09-20mlx4: add missed recycle opportunity for XDP_TX on TX failureJesper Dangaard Brouer
2016-09-19mlx4: fix XDP_TX is acting like XDP_PASS on TX ring fullJesper Dangaard Brouer
2016-09-06net/mlx4_en: protect ring->xdp_prog with rcu_read_lockBrenden Blanco
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-20net/mlx4_en: use READ_ONCE when freeing xdp_progBrenden Blanco
2016-07-19net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco
2016-07-19net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco
2016-07-19net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco
2016-07-19net/mlx4_en: Move filters cleanup to a proper locationEugenia Emantayev
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-05net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens
2016-05-05net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky
2016-04-21net/mlx4_en: Split SW RX dropped counter per RX ringEran Ben Elisha
2016-04-19net/mlx4_en: do batched put_page using atomic_subKonstantin Khlebnikov
2016-04-19net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOCKonstantin Khlebnikov
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-11-18mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-09-17net/mlx4_en: really allow to change RSS keyEric Dumazet
2015-09-15net/mlx4_en: Use access helper irq_data_get_affinity_mask()Thomas Gleixner
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-27net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion
2015-07-27net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion
2015-07-26net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay
2015-07-08mlx4: TCP/UDP packets have L4 hashEric Dumazet
2015-06-25net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabledIdo Shamay
2015-05-30net/mlx4: Add EQ poolMatan Barak
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