aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4: Check retval of mlx4_bitmap_initPeter Kosyh2022-11-181-1/+2
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-4/+4
* net/mlx4: Fix error check for dma_map_sgJack Wang2022-08-261-2/+2
* mlx4: Do type_clear() for devlink ports when type_set() was called previouslyJiri Pirko2022-08-261-0/+3
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-1/+1
|\
| * lib/bitmap: change type of bitmap_weight to unsigned longYury Norov2022-07-151-1/+1
* | net: devlink: convert reload command to take implicit devlink->lockJiri Pirko2022-08-011-4/+0
* | net/mlx4: Lock mlx4 devlink reload callbackMoshe Shemesh2022-07-282-13/+37
* | net/mlx4: Use devl_ API for devlink port register / unregisterMoshe Shemesh2022-07-281-4/+12
* | net/mlx4: Use devl_ API for devlink region create / destroyMoshe Shemesh2022-07-282-10/+17
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-2/+2
|/
* Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-091-1/+1
|\
| * net/mlx4_en: Fix wrong return value on ioctl EEPROM query failureGal Pressman2022-06-071-1/+1
* | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-041-17/+6
|\ \ | |/ |/|
| * net: mellanox: fix open-coded for_each_set_bit()Yury Norov2022-05-021-17/+6
* | mlx4: support BIG TCP packetsEric Dumazet2022-05-162-9/+41
* | net: switch to netif_napi_add_tx()Jakub Kicinski2022-05-051-2/+1
|/
* net/mlx4_en: use kzallocJulia Lawall2022-03-141-2/+1
* net/mlx4: Delete useless moduleparam includeLeon Romanovsky2022-03-101-1/+0
* Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-131-5/+3
|\
| * Merge branch 'linus' into irq/core, to fix conflictIngo Molnar2022-01-082-5/+10
| |\
| * | net/mlx4: Use irq_update_affinity_hint()Nitesh Narayan Lal2021-12-101-5/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-312-1/+2
|\ \ \
| * | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
| * | | bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | | | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-022-5/+10
|\ \ \ | | |/ | |/|
| * | net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()Zhou Qingyang2021-12-011-2/+7
| * | net/mlx4_en: Update reported link modes for 1/10GErik Ekman2021-11-291-3/+3
| |/
* / ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
|/
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-13/+8
* devlink: Delete reload enable/disable interfaceLeon Romanovsky2021-10-121-2/+0
* devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky2021-10-121-0/+1
* ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-102-3/+0
* mlx4: constify args for const dev_addrJakub Kicinski2021-10-052-4/+6
* mlx4: remove custom dev_addr clearingJakub Kicinski2021-10-051-8/+6
* mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski2021-10-051-1/+1
* mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2021-10-053-10/+10
* net/mlx4_en: avoid one cache line miss to ring doorbellEric Dumazet2021-10-042-2/+3
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net/mlx4_en: Add XDP_REDIRECT statisticsJoshua Roys2021-09-305-2/+20
* net/mlx4: Use array_size() helper in copy_to_user()Gustavo A. R. Silva2021-09-291-1/+2
* net/mlx4: Move devlink_register to be the last initialization commandLeon Romanovsky2021-09-271-5/+3
* net: mlx4: Add support for XDP_REDIRECTJoshua Roys2021-09-241-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-232-19/+32
|\
| * net/mlx4_en: Don't allow aRFS for encapsulated packetsAya Levin2021-09-231-0/+3
| * net/mlx4_en: Resolve bad operstate valueLama Kayal2021-09-192-19/+29
* | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-4/+1
|/
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6