aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+4
2017-08-16mlx4: sizeof style usagestephen hemminger1-1/+1
2017-08-08net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packetsDavide Caratti1-11/+18
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh1-2/+4
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky1-4/+3
2017-06-15net/mlx4_en: Poll XDP TX completion queue in RX NAPITariq Toukan1-3/+19
2017-06-15net/mlx4_en: Improve XDP xmit functionTariq Toukan1-1/+1
2017-06-15net/mlx4_en: Improve receive data-pathTariq Toukan1-34/+39
2017-06-15net/mlx4_en: Optimized single ring steeringSaeed Mahameed1-11/+37
2017-05-09net/mlx4_en: Change the error print to debug printKamal Heib1-1/+2
2017-03-09mlx4: remove duplicate code in mlx4_en_process_rx_cq()Eric Dumazet1-168/+41
2017-03-09mlx4: make validate_loopback() more genericEric Dumazet1-13/+10
2017-03-09mlx4: factorize page_address() callsEric Dumazet1-8/+7
2017-03-09mlx4: do not access rx_desc from mlx4_en_process_rx_cq()Eric Dumazet1-6/+3
2017-03-09mlx4: add rx_alloc_pages counter in ethtool -SEric Dumazet1-4/+7
2017-03-09mlx4: add page recycling in receive pathEric Dumazet1-176/+82
2017-03-09mlx4: use order-0 pages for RXEric Dumazet1-39/+33
2017-03-09mlx4: removal of frag_sizes[]Eric Dumazet1-14/+10
2017-03-09mlx4: reduce rx ring page_cache sizeEric Dumazet1-7/+10
2017-03-09mlx4: rx_headroom is a per port attributeEric Dumazet1-3/+3
2017-03-09mlx4: get rid of frag_prefix_sizeEric Dumazet1-15/+12
2017-03-09mlx4: remove order field from mlx4_en_frag_infoEric Dumazet1-3/+3
2017-03-09mlx4: dma_dir is a mlx4_en_priv attributeEric Dumazet1-8/+8
2017-02-23net/mlx4_en: Use __skb_fill_page_desc()Eric Dumazet1-4/+4
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
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