summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)Author
2024-03-07net: introduce include/net/rps.hEric Dumazet
2024-02-06mlx4: Address spelling errorsSimon Horman
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-10-13net/mlx4_core: replace deprecated strncpy with strscpyJustin Stitt
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi
2023-08-23mlx4: Delete custom device management logicPetr Pavlu
2023-08-23mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu
2023-08-23mlx4: Connect the ethernet part to the auxiliary busPetr Pavlu
2023-08-23mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu
2023-08-23mlx4: Avoid resetting MLX4_INTFF_BONDING per driverPetr Pavlu
2023-08-23mlx4: Move the bond work to the core driverPetr Pavlu
2023-08-23mlx4: Get rid of the mlx4_interface.activate callbackPetr Pavlu
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu
2023-08-23mlx4: Rename member mlx4_en_dev.nb to netdev_nbPetr Pavlu
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu
2023-08-03net/mlx4: Remove many unnecessary NULL valuesRuan Jinjie
2023-07-26net/mlx4: clean up a type issueDan Carpenter
2023-05-30devlink: move port_type_set() op into devlink_port_opsJiri Pirko
2023-05-30mlx4: register devlink port with opsJiri Pirko
2023-05-25net/mlx4: Use bitmap_weight_and()Christophe JAILLET
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13mlx4: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer
2023-04-13mlx4: use READ_ONCE/WRITE_ONCE for ring indexesJakub Kicinski
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer
2023-03-08net/mlx4_en: Replace fake flex-array with flexible-array memberGustavo A. R. Silva
2023-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-02-20net/mlx4_en: Introduce flexible array to silence overflow warningKees Cook
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2023-01-30devlink: remove devlink featuresJiri Pirko
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko
2023-01-23net/mlx4_en: Support RX XDP metadataStanislav Fomichev
2023-01-23net/mlx4_en: Introduce wrapper for xdp_buffStanislav Fomichev
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang
2022-12-08net/mlx4: small optimization in mlx4_en_xmit()Eric Dumazet
2022-12-08net/mlx4: MLX4_TX_BOUNCE_BUFFER_SIZE depends on MAX_SKB_FRAGSEric Dumazet
2022-12-08net/mlx4: rename two constantsEric Dumazet
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-18net/mlx4: Check retval of mlx4_bitmap_initPeter Kosyh
2022-11-03net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko
2022-10-31ptp: mlx4: convert to .adjfine and adjust_by_scaled_ppmJacob Keller
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-26net/mlx4: Fix error check for dma_map_sgJack Wang
2022-08-26mlx4: Do type_clear() for devlink ports when type_set() was called previouslyJiri Pirko