summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Change the error print to debug printKamal Heib2017-05-091-1/+2
* mlx4: remove duplicate code in mlx4_en_process_rx_cq()Eric Dumazet2017-03-091-168/+41Star
* mlx4: make validate_loopback() more genericEric Dumazet2017-03-091-13/+10Star
* mlx4: factorize page_address() callsEric Dumazet2017-03-091-8/+7Star
* mlx4: do not access rx_desc from mlx4_en_process_rx_cq()Eric Dumazet2017-03-091-6/+3Star
* mlx4: add rx_alloc_pages counter in ethtool -SEric Dumazet2017-03-091-4/+7
* mlx4: add page recycling in receive pathEric Dumazet2017-03-091-176/+82Star
* mlx4: use order-0 pages for RXEric Dumazet2017-03-091-39/+33Star
* mlx4: removal of frag_sizes[]Eric Dumazet2017-03-091-14/+10Star
* mlx4: reduce rx ring page_cache sizeEric Dumazet2017-03-091-7/+10
* mlx4: rx_headroom is a per port attributeEric Dumazet2017-03-091-3/+3
* mlx4: get rid of frag_prefix_sizeEric Dumazet2017-03-091-15/+12Star
* mlx4: remove order field from mlx4_en_frag_infoEric Dumazet2017-03-091-3/+3
* mlx4: dma_dir is a mlx4_en_priv attributeEric Dumazet2017-03-091-8/+8
* net/mlx4_en: Use __skb_fill_page_desc()Eric Dumazet2017-02-231-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-1/+4
|\
| * mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier2017-02-071-1/+4
* | bpf: add initial bpf tracepointsDaniel Borkmann2017-01-251-0/+3
* | mlx4: support __GFP_MEMALLOC for rxEric Dumazet2017-01-201-1/+2
|/
* net/mlx4_en: Fix bad WQE issueEugenia Emantayev2016-12-291-1/+7
* mlx4: xdp: Reserve headroom for receiving packet when XDP prog is activeMartin KaFai Lau2016-12-081-6/+18
* mlx4: xdp: Allow raising MTU up to one page minus eth and vlan hdrsMartin KaFai Lau2016-12-081-22/+24
* mlx4: avoid unnecessary dirtying of critical fieldsEric Dumazet2016-11-211-17/+30
* net/mlx4_en: use napi_complete_done() return valueEric Dumazet2016-11-161-2/+2
* net/mlx4_en: Add ethtool statistics for XDP casesTariq Toukan2016-11-021-5/+7
* net/mlx4_en: Refactor the XDP forwarding rings schemeTariq Toukan2016-11-021-5/+3Star
* net/mlx4_en: Fix wrong indentationKamal Heib2016-09-221-1/+1
* net/mlx4_en: Add branch prediction hints in RX data-pathTariq Toukan2016-09-221-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/+0Star
|\
| * net/mlx4_en: Move filters cleanup to a proper locationEugenia Emantayev2016-07-201-3/+0Star
* | net/mlx4_en: use READ_ONCE when freeing xdp_progBrenden Blanco2016-07-211-2/+4
* | net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco2016-07-201-0/+14
* | net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco2016-07-201-8/+62
* | net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco2016-07-201-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-061-1/+1
* | net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky2016-05-061-10/+1Star
|/
* 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-201-2/+6
* net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOCKonstantin Khlebnikov2016-04-201-1/+1
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-5/+4Star
* net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-3/+0Star
* mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet2015-11-181-13/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-261-2/+0Star
|\
| * net/mlx4_en: really allow to change RSS keyEric Dumazet2015-09-181-2/+0Star
* | 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-08-011-1/+0Star
|\