aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-07mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier1-1/+4
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann1-0/+3
2017-01-19mlx4: support __GFP_MEMALLOC for rxEric Dumazet1-1/+2
2016-12-29net/mlx4_en: Fix bad WQE issueEugenia Emantayev1-1/+7
2016-12-08mlx4: xdp: Reserve headroom for receiving packet when XDP prog is activeMartin KaFai Lau1-6/+18
2016-12-08mlx4: xdp: Allow raising MTU up to one page minus eth and vlan hdrsMartin KaFai Lau1-22/+24
2016-11-21mlx4: avoid unnecessary dirtying of critical fieldsEric Dumazet1-17/+30
2016-11-16net/mlx4_en: use napi_complete_done() return valueEric Dumazet1-2/+2
2016-11-02net/mlx4_en: Add ethtool statistics for XDP casesTariq Toukan1-5/+7
2016-11-02net/mlx4_en: Refactor the XDP forwarding rings schemeTariq Toukan1-5/+3
2016-09-21net/mlx4_en: Fix wrong indentationKamal Heib1-1/+1
2016-09-21net/mlx4_en: Add branch prediction hints in RX data-pathTariq Toukan1-12/+14
2016-09-20mlx4: add missed recycle opportunity for XDP_TX on TX failureJesper Dangaard Brouer1-1/+2
2016-09-19mlx4: fix XDP_TX is acting like XDP_PASS on TX ring fullJesper Dangaard Brouer1-1/+1
2016-09-06net/mlx4_en: protect ring->xdp_prog with rcu_read_lockBrenden Blanco1-7/+8
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2016-07-20net/mlx4_en: use READ_ONCE when freeing xdp_progBrenden Blanco1-2/+4
2016-07-19net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco1-0/+14
2016-07-19net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco1-8/+62
2016-07-19net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco1-4/+36
2016-07-19net/mlx4_en: Move filters cleanup to a proper locationEugenia Emantayev1-3/+0
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-05-05net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens1-1/+1
2016-05-05net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky1-10/+1
2016-04-21net/mlx4_en: Split SW RX dropped counter per RX ringEran Ben Elisha1-1/+1
2016-04-19net/mlx4_en: do batched put_page using atomic_subKonstantin Khlebnikov1-2/+6
2016-04-19net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOCKonstantin Khlebnikov1-1/+1
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-5/+4
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-3/+0
2015-11-18mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet1-13/+2
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