summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-03-17net: stmmac: clean up impossible conditionDan Carpenter
2022-03-17net: geneve: support IPv4/IPv6 as inner protocolEyal Birger
2022-03-17net: mvneta: Add support for 98DX2530 Ethernet portChris Packham
2022-03-16net/mlx5e: MPLSoUDP encap, support action vlan pop_eth explicitlyMaor Dickman
2022-03-16net/mlx5e: MPLSoUDP decap, use vlan push_eth instead of peditMaor Dickman
2022-03-16net: mv643xx_eth: undo some opreations in mv643xx_eth_probeMinghao Chi
2022-03-16net: hns3: Fix spelling mistake "does't" -> "doesn't"Colin Ian King
2022-03-16gve: Fix spelling mistake "droping" -> "dropping"Colin Ian King
2022-03-16net: ksz884x: optimize netdev_open flow and remove static variablewujunwen
2022-03-16hamradio: Fix wrong assignment of 'bbc->cfg.loopback'Meng Tang
2022-03-16bareudp: use ipv6_mod_enabled to check if IPv6 enabledHangbin Liu
2022-03-16Merge tag 'linux-can-next-for-5.18-20220316' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2022-03-16can: ucan: fix typos in commentsJulia Lawall
2022-03-16devlink: pass devlink_port to port_split / port_unsplit callbacksJakub Kicinski
2022-03-16devlink: hold the instance lock in port_split / port_unsplit callbacksJakub Kicinski
2022-03-16eth: mlxsw: switch to explicit locking for port registrationJakub Kicinski
2022-03-16eth: nfp: replace driver's "pf" lock with devlink instance lockJakub Kicinski
2022-03-16eth: nfp: wrap locking assertions in helpersJakub Kicinski
2022-03-16stmmac: dwmac-mediatek: add support for mt8195Biao Huang
2022-03-16stmmac: dwmac-mediatek: re-arrange clock settingBiao Huang
2022-03-16stmmac: dwmac-mediatek: Reuse more common featuresBiao Huang
2022-03-16stmmac: dwmac-mediatek: add platform level clocks managementBiao Huang
2022-03-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-03-15net: sparx5: Use Switchdev fdb events for managing fdb entriesCasper Andersson
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern
2022-03-15ice: remove PF pointer from ice_check_vf_initJacob Keller
2022-03-15ice: introduce ice_virtchnl.c and ice_virtchnl.hJacob Keller
2022-03-15ice: cleanup long lines in ice_sriov.cJacob Keller
2022-03-15ice: introduce ICE_VF_RESET_LOCK flagJacob Keller
2022-03-15ice: introduce ICE_VF_RESET_NOTIFY flagJacob Keller
2022-03-15ice: convert ice_reset_vf to take flagsJacob Keller
2022-03-15ice: convert ice_reset_vf to standard error codesJacob Keller
2022-03-15ice: make ice_reset_all_vfs voidJacob Keller
2022-03-15ice: drop is_vflr parameter from ice_reset_all_vfsJacob Keller
2022-03-15ice: move reset functionality into ice_vf_lib.cJacob Keller
2022-03-15ice: fix a long line warning in ice_reset_vfJacob Keller
2022-03-15ice: introduce VF operations structure for reset flowsJacob Keller
2022-03-15ice: fix incorrect dev_dbg print mistaking 'i' for vf->vf_idJacob Keller
2022-03-15ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller
2022-03-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-03-15net: mscc: ocelot: fix build error due to missing IEEE_8021QAZ_MAX_TCSVladimir Oltean
2022-03-15net: sparx5: fix a couple warning messagesDan Carpenter
2022-03-15netdevsim: Introduce support for L3 offload xstatsPetr Machata
2022-03-15net: phy: Kconfig: micrel_phy: fix dependency issueAnders Roxell
2022-03-15net: sfp: add 2500base-X quirk for Lantech SFP moduleMichael Walle
2022-03-14ice: use ice_is_vf_trusted helper functionJacob Keller
2022-03-14ice: log an error message when eswitch fails to configureJacob Keller
2022-03-14ice: cleanup error logging for ice_ena_vfsJacob Keller
2022-03-14ice: move ice_set_vf_port_vlan near other .ndo opsJacob Keller