aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
AgeCommit message (Expand)Author
2022-06-14net/mlx5e: Update netdev features after changing XDP stateMaxim Mikityanskiy
2022-05-25net/mlx5e: Properly block LRO when XDP is enabledMaxim Mikityanskiy
2022-01-05net/mlx5e: Fix wrong features assignment in case of errorGal Pressman
2021-06-30net/mlx5e: Block offload of outer header csum for UDP tunnelsAya Levin
2020-08-05net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rqXin Xiong
2019-10-01net/mlx5e: XDP, Avoid checksum complete when XDP prog is loadedSaeed Mahameed
2019-10-01net/mlx5e: Allow reporting of checksum unnecessaryOr Gerlitz
2019-08-09net/mlx5e: always initialize frag->last_in_pageQian Cai
2019-06-04net/mlx5e: Disable rxhash when CQE compress is enabledSaeed Mahameed
2019-05-02net/mlx5e: Fix the max MTU check in case of XDPMaxim Mikityanskiy
2019-02-27net/mlx5e: XDP, fix redirect resources availability checkSaeed Mahameed
2019-02-12net/mlx5: EQ, Use the right place to store/read IRQ affinity hintSaeed Mahameed
2019-01-09net/mlx5e: RX, Verify MPWQE stride size is in rangeMoshe Shemesh
2019-01-09net/mlx5e: Cancel DIM work on close SQTal Gilboa
2018-11-23net/mlx5e: RX, verify received packet size in Linear Striding RQMoshe Shemesh
2018-11-23net/mlx5e: Adjust to max number of channles when re-attachingYuval Avnery
2018-11-23net/mlx5e: Claim TC hw offloads support only under a proper build configOr Gerlitz
2018-10-01net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rulesAlaa Hleihel
2018-09-23mlx5: remove ndo_poll_controllerEric Dumazet
2018-08-13net/mlx5e: clock.c depends on CONFIG_PTP_1588_CLOCKMoshe Shemesh
2018-08-13net/mlx5e: Add CONFIG_MLX5_EN_ARFS for accelerated flow steering supportSaeed Mahameed
2018-08-08net/mlx5: Rename modify/query_vport state related enumsEran Ben Elisha
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-01net/mlx5e: Fix uninitialized variableGustavo A. R. Silva
2018-07-31net/mlx5e: Fix null pointer access when setting MTU of vport representorAdi Nissim
2018-07-27net/mlx5e: Vxlan, move vxlan logic to core driverSaeed Mahameed
2018-07-27net/mlx5e: Vxlan, rename from mlx5e to mlx5Saeed Mahameed
2018-07-27net/mlx5e: Vxlan, move netdev only logic to en_main.cSaeed Mahameed
2018-07-27net/mlx5e: Vxlan, cleanup an unused member in vxlan workGal Pressman
2018-07-26net/mlx5e: Add support for XDP_REDIRECT in device-out sideTariq Toukan
2018-07-26net/mlx5e: Refactor XDP countersTariq Toukan
2018-07-26net/mlx5e: Make XDP xmit functions more genericTariq Toukan
2018-07-26net/mlx5e: Move XDP related code into new XDP filesTariq Toukan
2018-07-26net/mlx5e: Restrict the combination of large MTU and XDPTariq Toukan
2018-07-26net/mlx5e: Gather all XDP pre-requisite checks in a single functionTariq Toukan
2018-07-26net/mlx5e: Replace call to MPWQE free with dealloc in interface down flowTariq Toukan
2018-07-23net/mlx5e: Use PARTIAL_GSO for UDP segmentationBoris Pismenny
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-07-09net/mlx5: Use 2-factor allocator callsKees Cook
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-28net/mlx5e: Update NIC HW stats on demand onlySaeed Mahameed
2018-06-28net/mlx5e: Convert large order kzalloc allocations to kvzallocTariq Toukan
2018-06-28net/mlx5e: Add UDP GSO supportBoris Pismenny
2018-06-26net/mlx5e: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-05net/mlx5e: fix error return code in mlx5e_alloc_rq()Wei Yongjun
2018-06-01net/mlx5e: RX, Always prefer Linear SKB configurationTariq Toukan