summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)Author
2022-03-14net/mlx4_en: use kzallocJulia Lawall
2022-03-10net/mlx4: Delete useless moduleparam includeLeon Romanovsky
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-12-10net/mlx4: Use irq_update_affinity_hint()Nitesh Narayan Lal
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-01net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()Zhou Qingyang
2021-11-29net/mlx4_en: Update reported link modes for 1/10GErik Ekman
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-05mlx4: constify args for const dev_addrJakub Kicinski
2021-10-05mlx4: remove custom dev_addr clearingJakub Kicinski
2021-10-05mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski
2021-10-04net/mlx4_en: avoid one cache line miss to ring doorbellEric Dumazet
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-09-30net/mlx4_en: Add XDP_REDIRECT statisticsJoshua Roys
2021-09-29net/mlx4: Use array_size() helper in copy_to_user()Gustavo A. R. Silva
2021-09-27net/mlx4: Move devlink_register to be the last initialization commandLeon Romanovsky
2021-09-24net: mlx4: Add support for XDP_REDIRECTJoshua Roys
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-23net/mlx4_en: Don't allow aRFS for encapsulated packetsAya Levin
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-09-19net/mlx4_en: Resolve bad operstate valueLama Kayal
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-23net/mellanox: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-08-18net/mlx4: Use ARRAY_SIZE to get an array's sizeJason Wang
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-08-02net/mlx4: make the array states static const, makes object smallerColin Ian King
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-25mlx4: Fix missing error code in mlx4_load_one()Jiapeng Chong
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds
2021-06-29net/mlx4: Fix fall-through warning for ClangGustavo A. R. Silva
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-24mlx4: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce
2021-06-03RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory
2021-05-10net/mlx4: Fix EEPROM dump supportVladyslav Tarasiuk
2021-04-22net/mlx4: Treat VFs fair when handling comm_channel_eventsHans Westgaard Ry
2021-03-05net/mlx4_en: update moderation when config resetKevin(Yudong) Yang