summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c
AgeCommit message (Expand)Author
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-08-16mlx4: sizeof style usagestephen hemminger
2017-08-08net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packetsDavide Caratti
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky
2017-06-15net/mlx4_en: Poll XDP TX completion queue in RX NAPITariq Toukan
2017-06-15net/mlx4_en: Improve XDP xmit functionTariq Toukan
2017-06-15net/mlx4_en: Improve receive data-pathTariq Toukan
2017-06-15net/mlx4_en: Optimized single ring steeringSaeed Mahameed
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