summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-17net: mvneta: Add support for 98DX2530 Ethernet portChris Packham1-0/+12
2022-03-17ptp: ocp: Fix PTP_PF_* verification requestsJonathan Lemon1-8/+20
2022-03-17net/mlx5e: MPLSoUDP encap, support action vlan pop_eth explicitlyMaor Dickman4-0/+10
2022-03-17net/mlx5e: MPLSoUDP decap, use vlan push_eth instead of peditMaor Dickman11-70/+43
2022-03-17phy: Remove duplicated include in phy-fsl-lynx-28g.cYang Li1-1/+0
2022-03-17net: mv643xx_eth: undo some opreations in mv643xx_eth_probeMinghao Chi1-2/+4
2022-03-17net: hns3: Fix spelling mistake "does't" -> "doesn't"Colin Ian King1-1/+1
2022-03-17gve: Fix spelling mistake "droping" -> "dropping"Colin Ian King1-1/+1
2022-03-17net: ksz884x: optimize netdev_open flow and remove static variablewujunwen1-5/+4
2022-03-17hamradio: Fix wrong assignment of 'bbc->cfg.loopback'Meng Tang1-2/+2
2022-03-17bareudp: use ipv6_mod_enabled to check if IPv6 enabledHangbin Liu1-9/+10
2022-03-17Merge tag 'linux-can-next-for-5.18-20220316' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-2/+2
2022-03-16can: ucan: fix typos in commentsJulia Lawall1-2/+2
2022-03-16devlink: pass devlink_port to port_split / port_unsplit callbacksJakub Kicinski4-46/+21
2022-03-16devlink: hold the instance lock in port_split / port_unsplit callbacksJakub Kicinski2-31/+8
2022-03-16eth: mlxsw: switch to explicit locking for port registrationJakub Kicinski3-2/+22
2022-03-16eth: nfp: replace driver's "pf" lock with devlink instance lockJakub Kicinski6-41/+48
2022-03-16eth: nfp: wrap locking assertions in helpersJakub Kicinski4-5/+14
2022-03-16stmmac: dwmac-mediatek: add support for mt8195Biao Huang1-10/+268
2022-03-16stmmac: dwmac-mediatek: re-arrange clock settingBiao Huang1-23/+48
2022-03-16stmmac: dwmac-mediatek: Reuse more common featuresBiao Huang1-17/+15
2022-03-16stmmac: dwmac-mediatek: add platform level clocks managementBiao Huang1-7/+18
2022-03-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller11-5179/+5408
2022-03-16net: sparx5: Use Switchdev fdb events for managing fdb entriesCasper Andersson3-72/+33
2022-03-16net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-4/+3
2022-03-15ice: remove PF pointer from ice_check_vf_initJacob Keller3-16/+14
2022-03-15ice: introduce ice_virtchnl.c and ice_virtchnl.hJacob Keller5-3825/+3869
2022-03-15ice: cleanup long lines in ice_sriov.cJacob Keller1-12/+27
2022-03-15ice: introduce ICE_VF_RESET_LOCK flagJacob Keller4-16/+19
2022-03-15ice: introduce ICE_VF_RESET_NOTIFY flagJacob Keller3-39/+34
2022-03-15ice: convert ice_reset_vf to take flagsJacob Keller4-9/+17
2022-03-15ice: convert ice_reset_vf to standard error codesJacob Keller2-10/+11
2022-03-15ice: make ice_reset_all_vfs voidJacob Keller2-8/+5
2022-03-15ice: drop is_vflr parameter from ice_reset_all_vfsJacob Keller3-7/+6
2022-03-15ice: move reset functionality into ice_vf_lib.cJacob Keller5-490/+488
2022-03-15ice: fix a long line warning in ice_reset_vfJacob Keller1-1/+2
2022-03-15ice: introduce VF operations structure for reset flowsJacob Keller3-139/+196
2022-03-15ice: fix incorrect dev_dbg print mistaking 'i' for vf->vf_idJacob Keller1-1/+2
2022-03-15ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller8-711/+823
2022-03-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski23-7470/+7524
2022-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-6/+15
2022-03-15net: mscc: ocelot: fix build error due to missing IEEE_8021QAZ_MAX_TCSVladimir Oltean1-2/+2
2022-03-15net: sparx5: fix a couple warning messagesDan Carpenter1-2/+2
2022-03-15netdevsim: Introduce support for L3 offload xstatsPetr Machata4-3/+525
2022-03-15net: phy: Kconfig: micrel_phy: fix dependency issueAnders Roxell1-0/+1
2022-03-15net: sfp: add 2500base-X quirk for Lantech SFP moduleMichael Walle1-0/+6
2022-03-15ice: use ice_is_vf_trusted helper functionJacob Keller1-10/+10
2022-03-15ice: log an error message when eswitch fails to configureJacob Keller1-1/+3
2022-03-15ice: cleanup error logging for ice_ena_vfsJacob Keller1-13/+19
2022-03-15ice: move ice_set_vf_port_vlan near other .ndo opsJacob Keller1-96/+96