aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-07net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-02-06mlx4: Address spelling errorsSimon Horman11-20/+22
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-20/+20
2023-10-13net/mlx4_core: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-1/+1
2023-08-23mlx4: Delete custom device management logicPetr Pavlu3-156/+0
2023-08-23mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu1-0/+13
2023-08-23mlx4: Connect the ethernet part to the auxiliary busPetr Pavlu2-20/+58
2023-08-23mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu4-4/+250
2023-08-23mlx4: Avoid resetting MLX4_INTFF_BONDING per driverPetr Pavlu1-8/+11
2023-08-23mlx4: Move the bond work to the core driverPetr Pavlu3-68/+64
2023-08-23mlx4: Get rid of the mlx4_interface.activate callbackPetr Pavlu2-23/+16
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu5-15/+41
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu6-14/+28
2023-08-23mlx4: Rename member mlx4_en_dev.nb to netdev_nbPetr Pavlu3-9/+9
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu2-29/+0
2023-08-03net/mlx4: Remove many unnecessary NULL valuesRuan Jinjie3-11/+11
2023-07-26net/mlx4: clean up a type issueDan Carpenter1-2/+2
2023-05-30devlink: move port_type_set() op into devlink_port_opsJiri Pirko1-26/+26
2023-05-30mlx4: register devlink port with opsJiri Pirko1-1/+5
2023-05-25net/mlx4: Use bitmap_weight_and()Christophe JAILLET1-5/+2
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+22
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 Brouer2-2/+4
2023-04-13mlx4: use READ_ONCE/WRITE_ONCE for ring indexesJakub Kicinski1-3/+5
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer1-2/+2
2023-03-08net/mlx4_en: Replace fake flex-array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+9
2023-02-20net/mlx4_en: Introduce flexible array to silence overflow warningKees Cook1-11/+11
2023-02-10Daniel Borkmann says:Jakub Kicinski1-0/+2
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka1-0/+2
2023-01-30devlink: remove devlink featuresJiri Pirko1-1/+0
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-18/+69
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko1-40/+40
2023-01-23net/mlx4_en: Support RX XDP metadataStanislav Fomichev4-5/+52
2023-01-23net/mlx4_en: Introduce wrapper for xdp_buffStanislav Fomichev1-11/+15
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang1-5/+9
2022-12-08net/mlx4: small optimization in mlx4_en_xmit()Eric Dumazet1-5/+5
2022-12-08net/mlx4: MLX4_TX_BOUNCE_BUFFER_SIZE depends on MAX_SKB_FRAGSEric Dumazet1-4/+12
2022-12-08net/mlx4: rename two constantsEric Dumazet2-6/+8
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-11-18net/mlx4: Check retval of mlx4_bitmap_initPeter Kosyh1-1/+2
2022-11-03net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko1-1/+1
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko1-6/+3
2022-10-31ptp: mlx4: convert to .adjfine and adjust_by_scaled_ppmJacob Keller1-18/+11
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2-4/+4
2022-08-26net/mlx4: Fix error check for dma_map_sgJack Wang1-2/+2
2022-08-26mlx4: Do type_clear() for devlink ports when type_set() was called previouslyJiri Pirko1-0/+3