aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-13net/mlx4_en: fix a memory leak bugWenwen Wang1-1/+2
2019-02-12net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed1-2/+20
2018-12-17net/mlx4_en: remove fallback after kzalloc_node()Eric Dumazet1-5/+2
2018-11-08mlx4: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-10-30net/mlx4_en: add a missing <net/ip.h> includeEric Dumazet1-0/+1
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet1-1/+0
2018-08-07net/mlx4/en_rx: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-07-16net/mlx4_en: Don't reuse RX page when XDP is setSaeed Mahameed1-2/+6
2018-05-04net/mlx4_en: optimizes get_fixed_ipv6_csum()Eric Dumazet1-13/+8
2018-04-18bpf: make mlx4 compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov1-1/+1
2018-04-01net/mlx4_en: CHECKSUM_COMPLETE support for fragmentsEric Dumazet1-6/+4
2018-03-07net/mlx4_en: try to use high order pages for RX ringsEric Dumazet1-8/+5
2018-02-27net/mlx4_en: RX csum, pre-define enabled protocols for IP status maskingTariq Toukan1-6/+7
2018-02-27net/mlx4_en: Combine checks of end-cases in RX completion functionTariq Toukan1-4/+1
2018-01-05mlx4: setup xdp_rxq_infoJesper Dangaard Brouer1-3/+10
2017-12-28net/mlx4_en: RX csum, reorder branchesTariq Toukan1-25/+21
2017-12-28net/mlx4_en: RX csum, remove redundant branches and checksTariq Toukan1-3/+9
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+2
2017-11-15mm: remove __GFP_COLDMel Gorman1-3/+2
2017-10-11net/mlx4_en: Replace netdev parameter with priv in XDP xmit functionTariq Toukan1-1/+1
2017-10-10net/mlx4_en: Increase number of default RX ringsInbar Karmy1-2/+1
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
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