aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c
AgeCommit message (Expand)Author
2017-05-09net/mlx4_en: Change the error print to debug printKamal Heib
2017-03-09mlx4: remove duplicate code in mlx4_en_process_rx_cq()Eric Dumazet
2017-03-09mlx4: make validate_loopback() more genericEric Dumazet
2017-03-09mlx4: factorize page_address() callsEric Dumazet
2017-03-09mlx4: do not access rx_desc from mlx4_en_process_rx_cq()Eric Dumazet
2017-03-09mlx4: add rx_alloc_pages counter in ethtool -SEric Dumazet
2017-03-09mlx4: add page recycling in receive pathEric Dumazet
2017-03-09mlx4: use order-0 pages for RXEric Dumazet
2017-03-09mlx4: removal of frag_sizes[]Eric Dumazet
2017-03-09mlx4: reduce rx ring page_cache sizeEric Dumazet
2017-03-09mlx4: rx_headroom is a per port attributeEric Dumazet
2017-03-09mlx4: get rid of frag_prefix_sizeEric Dumazet
2017-03-09mlx4: remove order field from mlx4_en_frag_infoEric Dumazet
2017-03-09mlx4: dma_dir is a mlx4_en_priv attributeEric Dumazet
2017-02-23net/mlx4_en: Use __skb_fill_page_desc()Eric Dumazet
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann
2017-01-19mlx4: support __GFP_MEMALLOC for rxEric Dumazet
2016-12-29net/mlx4_en: Fix bad WQE issueEugenia Emantayev
2016-12-08mlx4: xdp: Reserve headroom for receiving packet when XDP prog is activeMartin KaFai Lau
2016-12-08mlx4: xdp: Allow raising MTU up to one page minus eth and vlan hdrsMartin KaFai Lau
2016-11-21mlx4: avoid unnecessary dirtying of critical fieldsEric Dumazet
2016-11-16net/mlx4_en: use napi_complete_done() return valueEric Dumazet
2016-11-02net/mlx4_en: Add ethtool statistics for XDP casesTariq Toukan
2016-11-02net/mlx4_en: Refactor the XDP forwarding rings schemeTariq Toukan
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