summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-14net: phy: Introduce PSGMII PHY interface modeGabor Juhos2-0/+5
2023-08-14mlxsw: spectrum: Stop ignoring learning notifications from redirected trafficIdo Schimmel3-17/+0
2023-08-14mlxsw: spectrum_flower: Disable learning and security lookup when redirectingIdo Schimmel3-0/+22
2023-08-14mlxsw: core_acl_flex_actions: Add IGNORE_ACTIONIdo Schimmel2-0/+42
2023-08-14net: stmmac: xgmac: show more MAC HW features in debugfsFurong Xu4-6/+31
2023-08-14vxlan: Use helper functions to update statsLi Zetao1-11/+2
2023-08-14net: macsec: Use helper functions to update statsLi Zetao1-14/+3
2023-08-14vmxnet3: Add XDP support.William Tu7-42/+729
2023-08-13net: pcs: lynx: fix lynx_pcs_link_up_sgmii() not doing anything in fixed-link...Vladimir Oltean1-1/+1
2023-08-13net: ngbe: use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-13net: tc35815: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-13net: smsc: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-13tg3: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-13et131x: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-13net: e1000: Remove unused declarationsYue Haibing2-4/+0
2023-08-12Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-6/+6
2023-08-12ethernet: atarilance: mark init function staticArnd Bergmann1-1/+1
2023-08-12ethernet: ldmvsw: mark ldmvsw_open() staticArnd Bergmann1-2/+1
2023-08-11net: dsa: rzn1-a5psw: add vlan supportClément Léger2-3/+171
2023-08-11net: dsa: rzn1-a5psw: add support for .port_bridge_flagsClément Léger1-2/+58
2023-08-11net: dsa: rzn1-a5psw: use a5psw_reg_rmw() to modify flooding resolutionClément Léger1-6/+8
2023-08-11octeontx2-pf: Allow both ntuple and TC features on the interfaceHariprasad Kelam2-18/+12
2023-08-11bonding: remove unnecessary NULL check in bond_destructorZhengchao Shao1-2/+1
2023-08-11bonding: use bond_set_slave_arr to simplify codeZhengchao Shao1-25/+2
2023-08-11bonding: remove redundant NULL check in debugfs functionZhengchao Shao1-9/+0
2023-08-11bonding: use IS_ERR instead of NULL check in bond_create_debugfsZhengchao Shao1-1/+1
2023-08-11bonding: add modifier to initialization function and exit functionZhengchao Shao3-5/+5
2023-08-11net/marvell: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-11net/xgene: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-11net: mana: Add gdma stats to ethtool output for manaShradha Gupta2-0/+55
2023-08-11octeon_ep: Add control plane host and firmware versions.Sathesh Edara5-3/+64
2023-08-11octeontx2-af: Harden rule validation.Ratheesh Kannoth1-1/+3
2023-08-11net: ftmac100: add multicast filtering possibilitySergei Antonov1-5/+45
2023-08-11tun: avoid high-order page allocation for packet headerTahsin Erdogan1-1/+4
2023-08-11net: ethernet: 8390: ne2k-pci: use module_pci_driver() macroYang Yingliang1-15/+1
2023-08-11net: stmmac: xgmac: RX queue routing configurationFurong Xu2-2/+44
2023-08-11net: phy: marvell: Add support for offloading LED blinkingAndrew Lunn1-0/+281
2023-08-11net: phy: phy_device: Call into the PHY driver to set LED offloadAndrew Lunn1-0/+68
2023-08-11net: mhi: Remove redundant initialization owner in mhi_net_driverLi Zetao1-1/+0
2023-08-11net: stmmac: dwmac-imx: pause the TXC clock in fixed-linkShenwei Wang1-0/+43
2023-08-11net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang13-17/+17
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski38-215/+505
2023-08-10Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds37-210/+495
2023-08-10net: hns3: fix strscpy causing content truncation issueHao Chen2-4/+4
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_profile...Gustavo A. R. Silva1-1/+1
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_section...Gustavo A. R. Silva1-1/+1
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_profile...Gustavo A. R. Silva1-1/+1
2023-08-10ibmvnic: Ensure login failure recovery is safe from other resetsNick Child1-21/+47
2023-08-10ibmvnic: Do partial reset on login failureNick Child1-6/+40
2023-08-10ibmvnic: Handle DMA unmapping of login buffs in release functionsNick Child1-5/+10