aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c
AgeCommit message (Expand)Author
2022-03-14net/mlx4_en: use kzallocJulia Lawall
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-09-30net/mlx4_en: Add XDP_REDIRECT statisticsJoshua Roys
2021-09-24net: mlx4: Add support for XDP_REDIRECTJoshua Roys
2021-08-23net/mellanox: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-06-24mlx4: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-15net/mlx4: Replace irq_to_desc() abuseThomas Gleixner
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-20net/mlx4_en: Remove unused performance countersTariq Toukan
2020-11-09net/mlx4: Assign boolean values to a bool variableKaixu Xia
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-12mlx4: handle non-napi callers to napi_pollJonathan Lemon
2020-08-26net/mlx4_en: RX, Add a prefetch command for small L1_CACHE_BYTESTariq Toukan
2020-07-27net/mlx4: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-14mlx4: Add XDP frame size and adjust max XDP MTUJesper Dangaard Brouer
2020-04-23net/mlx4_en: use napi_complete_done() in TX completionEric Dumazet
2019-08-13net/mlx4_en: fix a memory leak bugWenwen Wang
2019-02-12net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed
2018-12-17net/mlx4_en: remove fallback after kzalloc_node()Eric Dumazet
2018-11-08mlx4: use __vlan_hwaccel helpersMichał Mirosław
2018-10-30net/mlx4_en: add a missing <net/ip.h> includeEric Dumazet
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet
2018-08-07net/mlx4/en_rx: Mark expected switch fall-throughsGustavo A. R. Silva
2018-07-16net/mlx4_en: Don't reuse RX page when XDP is setSaeed Mahameed
2018-05-04net/mlx4_en: optimizes get_fixed_ipv6_csum()Eric Dumazet
2018-04-18bpf: make mlx4 compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov
2018-04-01net/mlx4_en: CHECKSUM_COMPLETE support for fragmentsEric Dumazet
2018-03-07net/mlx4_en: try to use high order pages for RX ringsEric Dumazet
2018-02-27net/mlx4_en: RX csum, pre-define enabled protocols for IP status maskingTariq Toukan
2018-02-27net/mlx4_en: Combine checks of end-cases in RX completion functionTariq Toukan
2018-01-05mlx4: setup xdp_rxq_infoJesper Dangaard Brouer
2017-12-28net/mlx4_en: RX csum, reorder branchesTariq Toukan
2017-12-28net/mlx4_en: RX csum, remove redundant branches and checksTariq Toukan
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-10-11net/mlx4_en: Replace netdev parameter with priv in XDP xmit functionTariq Toukan
2017-10-10net/mlx4_en: Increase number of default RX ringsInbar Karmy
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
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