summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-07-27ice: update reset path for SRIOV LAG supportDave Ertman3-4/+244
2023-07-27ice: enforce no DCB config changing when in bondDave Ertman1-0/+50
2023-07-27ice: enforce interface eligibility and add messaging for SRIOV LAGDave Ertman1-5/+84
2023-07-27ice: support non-standard teardown of bond interfaceDave Ertman1-7/+40
2023-07-27ice: Flesh out implementation of support for SRIOV on bonded interfaceDave Ertman1-10/+816
2023-07-27ice: process events created by lag netdev event handlerDave Ertman5-74/+501
2023-07-27ice: implement lag netdev event handlerDave Ertman2-14/+140
2023-07-27ice: changes to the interface with the HW and FW for SRIOV_VF+LAGDave Ertman7-29/+211
2023-07-27ice: Add driver support for firmware changes for LAGDave Ertman8-30/+66
2023-07-27ice: Correctly initialize queue context valuesJacob Keller2-5/+19
2023-07-27benet: fix return value check in be_lancer_xmit_workarounds()Yuanjun Gong1-1/+2
2023-07-27net/mlx4: clean up a type issueDan Carpenter1-2/+2
2023-07-27net: ethernet: mtk_eth_soc: add basic support for MT7988 SoCLorenzo Bianconi3-28/+273
2023-07-27net: ethernet: mtk_eth_soc: convert clock bitmap to u64Daniel Golle1-47/+49
2023-07-27net: ethernet: mtk_eth_soc: convert caps in mtk_soc_data struct to u64Lorenzo Bianconi2-39/+39
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-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: fec: tx processing does not call XDP APIs if budget is 0Wei Fang1-4/+12
2023-07-26igc: Fix Kernel Panic during ndo_tx_timeout callbackMuhammad Husaini Zulkifli1-12/+28
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-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: 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-25net: stmmac: Apply redundant write work around on 4.xx tooVincent Whitchurch1-1/+3
2023-07-25octeontx2-af: Fix hash extraction enable configurationSuman Ghosh2-5/+46
2023-07-25octeontx2-af: Install TC filter rules in hardware based on prioritySuman Ghosh8-104/+255
2023-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-6/+7
2023-07-25ice: Fix memory management in ice_ethtool_fdir.cJedrzej Jagielski1-12/+14
2023-07-25net: fec: avoid tx queue timeout when XDP is enabledWei Fang1-0/+2
2023-07-25ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong1-2/+5
2023-07-25atheros: fix return value check in atl1_tso()Yuanjun Gong1-2/+5
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