aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-20net: bcmgenet: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net: bgmac: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman115-504/+1266
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet1-1/+1
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski2-10/+2
2023-08-20net: dsa: realtek: add phylink_get_caps implementationRussell King (Oracle)1-0/+28
2023-08-20net: bcmgenet: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net: bgmac: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net/mlx5: Add RoCE MACsec steering infrastructure in corePatrisious Haddad2-9/+391
2023-08-20net/mlx5: Configure MACsec steering for ingress RoCEv2 trafficPatrisious Haddad2-9/+352
2023-08-20net/mlx5: Configure MACsec steering for egress RoCEv2 trafficPatrisious Haddad1-1/+45
2023-08-20net/mlx5: Add MACsec priorities in RDMA namespacesPatrisious Haddad1-3/+32
2023-08-20RDMA/mlx5: Implement MACsec gid addition and deletionPatrisious Haddad2-33/+0
2023-08-20net/mlx5: Maintain fs_id xarray per MACsec device inside macsec steeringPatrisious Haddad3-94/+271
2023-08-20net/mlx5: Remove netdevice from MACsec steeringPatrisious Haddad3-77/+71
2023-08-20net/mlx5e: Move MACsec flow steering and statistics database from ethernet to...Patrisious Haddad5-25/+20
2023-08-20net/mlx5e: Rename MACsec flow steering functions/parameters to suit core nami...Patrisious Haddad5-119/+119
2023-08-20net/mlx5: Remove dependency of macsec flow steering on ethernetPatrisious Haddad1-9/+34
2023-08-20net/mlx5e: Move MACsec flow steering operations to be used as core libraryPatrisious Haddad9-29/+27
2023-08-20macsec: add functions to get macsec real netdevice and check offloadPatrisious Haddad1-0/+12
2023-08-19net: microchip: sparx5: Update return value check for vcap_get_rule()Ruan Jinjie1-1/+1
2023-08-19net: lan966x: Fix return value check for vcap_get_rule()Ruan Jinjie1-2/+2
2023-08-19net: microchip: vcap api: Always return ERR_PTR for vcap_get_rule()Ruan Jinjie1-1/+1
2023-08-19net: phy: Fix deadlocking in phy_error() invocationSerge Semin1-4/+7
2023-08-19net: mdio: xgene: remove useless xgene_mdio_statusRussell King (Oracle)1-3/+0
2023-08-19stmmac: intel: Enable correction of MAC propagation delayKurt Kanzenbach1-0/+1
2023-08-19net: sfp: handle 100G/25G active optical cables in sfp_parse_supportJosua Mayer1-0/+10
2023-08-19net: mdio: mdio-bitbang: Fix C45 read/write protocolSerge Semin1-2/+2
2023-08-19net: dsa: mt7530: fix handling of 802.1X PAE framesArınç ÜNAL2-0/+6
2023-08-18mlxsw: Fix the size of 'VIRT_ROUTER_MSB'Amit Cohen3-5/+5
2023-08-18mlxsw: reg: Fix SSPR register layoutIdo Schimmel1-9/+0
2023-08-18mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTCDanielle Ratson1-2/+6
2023-08-18net: freescale: Remove unused declarationsYue Haibing2-9/+0
2023-08-18ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()Lu Wei1-1/+2
2023-08-18bnxt_en: Add tx_resets ring counterMichael Chan3-0/+10
2023-08-18bnxt_en: Display the ring error counters under ethtool -SMichael Chan1-25/+23
2023-08-18bnxt_en: Save ring error counters across resetMichael Chan2-1/+46
2023-08-18bnxt_en: Increment rx_resets counter in bnxt_disable_napi()Michael Chan1-5/+7
2023-08-18bnxt_en: Let the page pool manage the DMA mappingSomnath Kotur1-22/+10
2023-08-18bnxt_en: Use the unified RX page pool buffers for XDP and non-XDPSomnath Kotur2-60/+14
2023-08-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski19-735/+624
2023-08-18net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gatesVladimir Oltean1-0/+3
2023-08-18net: dm9051: Use PTR_ERR_OR_ZERO() to simplify codeRuan Jinjie1-4/+1
2023-08-18sky2: Remove redundant NULL check for debugfs_create_dirRuan Jinjie1-1/+1
2023-08-18octeontx2-af: SDP: fix receive link configHariprasad Kelam1-1/+2
2023-08-18pds_core: remove redundant pci_clear_master()Yu Liao1-4/+2
2023-08-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski6-56/+42
2023-08-18net: fec: use napi_consume_skb() in fec_enet_tx_queue()Wei Fang1-1/+1
2023-08-18sfc: Remove unneeded semicolonYang Li1-1/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-49/+186