summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-23net: marvell: prestera: add missing destroy_workqueue() in prestera_module_in...Yang Yingliang1-1/+3
2022-03-23drivers: net: xgene: Fix regression in CRC strippingStephane Graber1-5/+7
2022-03-22net: geneve: add missing netlink policy and size for IFLA_GENEVE_INNER_PROTO_...Eyal Birger1-0/+3
2022-03-22net/mlx5e: Fix build warning, detected write beyond size of fieldSaeed Mahameed1-2/+1
2022-03-22iwlwifi: mvm: Don't fail if PPAG isn't supportedMiri Korenblit1-1/+2
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-61/+131
2022-03-22bnx2x: truncate value to original sizingBill Wendling1-2/+4
2022-03-21net: mdio: mscc-miim: add lan966x internal phy reset supportMichael Walle1-18/+49
2022-03-21net: mdio: mscc-miim: replace magic numbers for the bus resetMichael Walle1-5/+5
2022-03-21net: dsa: mv88e6xxx: Fill in STU support for all supported chipsTobias Waldekranz1-0/+48
2022-03-21net: dsa: felix: allow PHY_INTERFACE_MODE_INTERNAL on port 5Vladimir Oltean1-0/+1
2022-03-21net: dsa: mv88e6xxx: Ensure STU support in VLAN MSTI callbackTobias Waldekranz1-0/+3
2022-03-21net: dsa: mv88e6xxx: Require ops be implemented to claim STU supportTobias Waldekranz1-1/+3
2022-03-21devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski4-45/+54
2022-03-21netdevsim: replace vfs_lock with devlink instance lockJakub Kicinski2-18/+20
2022-03-21netdevsim: replace port_list_lock with devlink instance lockJakub Kicinski2-21/+20
2022-03-21bnxt: use the devlink instance lock to protect sriovJakub Kicinski4-11/+4
2022-03-21mISDN: fix typo "frame to short" -> "frame too short"Tong Zhang2-3/+3
2022-03-21i825xx: fix typo "Frame to short" -> "Frame too short"Tong Zhang1-1/+1
2022-03-21s390/ctcm: fix typo "length to short" -> "length too short"Tong Zhang1-1/+1
2022-03-21ar5523: fix typo "to short" -> "too short"Tong Zhang1-1/+1
2022-03-21net: sparx5: Add mdb handlersCasper Andersson3-10/+136
2022-03-21net: sparx5: Add arbiter for managing PGID tableCasper Andersson4-1/+85
2022-03-21nfp: nfdk: implement xdp tx path for NFDKYinjun Zhang2-5/+208
2022-03-21nfp: add support for NFDK data pathJakub Kicinski9-6/+1715
2022-03-21nfp: choose data path based on versionJakub Kicinski6-19/+41
2022-03-21nfp: add per-data path feature maskJakub Kicinski3-0/+20
2022-03-21nfp: use TX ring pointer write backJakub Kicinski6-7/+56
2022-03-21nfp: move tx_ring->qcidx into cold dataJakub Kicinski1-2/+5
2022-03-21nfp: prepare for multi-part descriptorsJakub Kicinski4-5/+10
2022-03-21nfp: use callbacks for slow path ring related functionsJakub Kicinski8-114/+148
2022-03-21nfp: move the fast path code to separate filesJakub Kicinski12-2552/+2758
2022-03-21nfp: calculate ring masks without conditionalsJakub Kicinski1-4/+4
2022-03-21net: sparx5: Use vid 1 when bridge default vid 0 to avoid collisionCasper Andersson1-3/+23
2022-03-21qed: remove unnecessary memset in qed_init_fw_funcsWan Jiabing1-2/+0
2022-03-19Merge tag 'mlx5-updates-2022-03-18' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller13-113/+329
2022-03-18ptp: ocp: use snprintf() in ptp_ocp_verify()Dan Carpenter1-3/+3
2022-03-18nfc: st21nfca: remove unnecessary skb check before kfree_skb()Yang Yingliang1-2/+1
2022-03-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-6/+5
2022-03-18Merge tag 'for-net-next-2022-03-18' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski11-185/+165
2022-03-18qlcnic: remove redundant assignment to variable indexColin Ian King1-1/+1
2022-03-18atl1c: remove redundant assignment to variable sizeColin Ian King1-1/+1
2022-03-18net/mlx5e: HTB, remove unused function declarationSaeed Mahameed1-1/+0
2022-03-18net/mlx5e: Statify function mlx5_cmd_trigger_completionsTariq Toukan2-2/+1
2022-03-18net/mlx5e: Remove MLX5E_XDP_TX_DS_COUNTMaxim Mikityanskiy2-2/+1
2022-03-18net/mlx5e: Permit XDP with non-linear legacy RQMaxim Mikityanskiy1-12/+27
2022-03-18net/mlx5e: Support multi buffer XDP_TXMaxim Mikityanskiy1-8/+31
2022-03-18net/mlx5e: Unindent the else-block in mlx5e_xmit_xdp_buffMaxim Mikityanskiy1-14/+20
2022-03-18net/mlx5e: Implement sending multi buffer XDP framesMaxim Mikityanskiy4-22/+80
2022-03-18net/mlx5e: Don't prefill WQEs in XDP SQ in the multi buffer modeMaxim Mikityanskiy6-5/+46