aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-06mlx4: Address spelling errorsSimon Horman1-1/+1
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-1/+1
2023-04-13mlx4: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer1-1/+18
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer1-1/+2
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer1-2/+2
2023-01-23net/mlx4_en: Support RX XDP metadataStanislav Fomichev1-1/+32
2023-01-23net/mlx4_en: Introduce wrapper for xdp_buffStanislav Fomichev1-11/+15
2022-03-14net/mlx4_en: use kzallocJulia Lawall1-2/+1
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-09-30net/mlx4_en: Add XDP_REDIRECT statisticsJoshua Roys1-1/+3
2021-09-24net: mlx4: Add support for XDP_REDIRECTJoshua Roys1-0/+13
2021-08-23net/mellanox: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+2
2021-06-24mlx4: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-6/+2
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce1-1/+1
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+2
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+1
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2020-12-15net/mlx4: Replace irq_to_desc() abuseThomas Gleixner1-5/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-20net/mlx4_en: Remove unused performance countersTariq Toukan1-3/+0
2020-11-09net/mlx4: Assign boolean values to a bool variableKaixu Xia1-1/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2020-10-12mlx4: handle non-napi callers to napi_pollJonathan Lemon1-0/+3
2020-08-26net/mlx4_en: RX, Add a prefetch command for small L1_CACHE_BYTESTariq Toukan1-1/+1
2020-07-27net/mlx4: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-05-14mlx4: Add XDP frame size and adjust max XDP MTUJesper Dangaard Brouer1-0/+1
2020-04-23net/mlx4_en: use napi_complete_done() in TX completionEric Dumazet1-1/+1
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