summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-27net: ethernet: mtk_eth_soc: add NETSYS_V3 version supportLorenzo Bianconi2-37/+116
2023-07-27net: ethernet: mtk_eth_soc: rely on MTK_MAX_DEVS and remove MTK_MAC_COUNTLorenzo Bianconi2-23/+27
2023-07-27net: ethernet: mtk_eth_soc: increase MAX_DEVS to 3Lorenzo Bianconi1-2/+2
2023-07-27net: ethernet: mtk_eth_soc: add version in mtk_soc_dataLorenzo Bianconi5-49/+66
2023-07-27net: phy/pcs: Explicitly include correct DT includesRob Herring3-3/+1
2023-07-27net: dsa: Explicitly include correct DT includesRob Herring17-10/+17
2023-07-27mlxsw: core_env: Read transceiver module EEPROM in 128 bytes chunksIdo Schimmel2-8/+30
2023-07-27mlxsw: reg: Increase Management Cable Info Access Register lengthIdo Schimmel1-1/+1
2023-07-27mlxsw: reg: Remove unused function argumentIdo Schimmel2-16/+6
2023-07-27mlxsw: reg: Add Management Capabilities Mask RegisterAmit Cohen1-0/+74
2023-07-27mlxsw: reg: Move 'mpsc' definition in 'mlxsw_reg_infos'Amit Cohen1-1/+1
2023-07-27bcmasp: BCMASP should depend on ARCH_BRCMSTBGeert Uytterhoeven1-0/+1
2023-07-27net: phy: smsc: add WoL support to LAN8740/LAN8742 PHYsTristram Ha2-2/+251
2023-07-26Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski19-186/+1861
2023-07-26net: stmmac: correct MAC propagation delayJohannes Zink4-0/+56
2023-07-26net: mdio_bus: validate "addr" for mdiobus_is_registered_device()Russell King (Oracle)1-4/+9
2023-07-25net/mlx5e: Support IPsec NAT-T functionalityLeon Romanovsky3-18/+81
2023-07-25net/mlx5e: Check for IPsec NAT-T supportLeon Romanovsky2-0/+7
2023-07-25net: phylink: explicitly invalidate link_state members in mac_configRussell King (Oracle)1-9/+16
2023-07-25net: phylink: strip out pre-March 2020 legacy codeRussell King (Oracle)1-21/+4
2023-07-25net: ethernet: mtk_eth_soc: remove mac_pcs_get_state and moderniseRussell King (Oracle)1-35/+0
2023-07-25net: ethernet: mtk_eth_soc: remove incorrect PLL configurationRussell King (Oracle)2-43/+17
2023-07-25octeontx2-af: Install TC filter rules in hardware based on prioritySuman Ghosh8-104/+255
2023-07-25netconsole: Use kstrtobool() instead of kstrtoint()Breno Leitao1-19/+9
2023-07-25netconsole: Use sysfs_emit() instead of snprintf()Breno Leitao1-12/+12
2023-07-24ice: add tracepoints for the switchdev bridgePawel Chmielewski2-0/+100
2023-07-24ice: implement static version of ageingMichal Swiatkowski2-0/+58
2023-07-24ice: implement bridge port vlanMichal Swiatkowski8-90/+287
2023-07-24ice: Add VLAN FDB support in switchdev modeMarcin Szycik2-8/+317
2023-07-24ice: Add guard rule when creating FDB in switchdevMarcin Szycik5-36/+132
2023-07-24ice: Switchdev FDB events supportWojciech Drewek2-0/+478
2023-07-24ice: Implement basic eswitch bridge setupWojciech Drewek8-9/+456
2023-07-24ice: Unset src prune on uplink VSIWojciech Drewek3-0/+32
2023-07-24ice: Disable vlan pruning for uplink VSIWojciech Drewek1-0/+10
2023-07-24ice: Don't tx before switchdev is fully configuredWojciech Drewek1-0/+3
2023-07-24ice: Prohibit rx mode change in switchdev modeWojciech Drewek1-1/+1
2023-07-24ice: Skip adv rules removal upon switchdev releaseWojciech Drewek3-55/+0
2023-07-24ionic: add FLR recovery supportShannon Nelson3-4/+62
2023-07-24ionic: pull out common bits from fw_upShannon Nelson1-22/+42
2023-07-24ionic: extract common bits from ionic_probeShannon Nelson1-35/+49
2023-07-24ionic: extract common bits from ionic_removeShannon Nelson1-12/+13
2023-07-24net: phy: motorcomm: Add pad drive strength cfg supportSamin Guo1-0/+118
2023-07-22eth: stmmac: let page recycling happen with skbsJakub Kicinski1-2/+2
2023-07-22eth: tsnep: let page recycling happen with skbsJakub Kicinski1-1/+1
2023-07-21octeontx2-pf: htb offload support for Round Robin schedulingNaveen Mamindlapalli4-40/+247
2023-07-21sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli1-2/+2
2023-07-21octeontx2-pf: implement transmit schedular allocation algorithmNaveen Mamindlapalli2-6/+136
2023-07-21mlxsw: spectrum: Permit enslavement to netdevices with uppersPetr Machata1-4/+62
2023-07-21mlxsw: spectrum_router: Replay IP NETDEV_UP on device deslavementPetr Machata3-8/+65
2023-07-21mlxsw: spectrum_router: Replay IP NETDEV_UP on device enslavementPetr Machata4-0/+137