summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-02tc: flower: support for SPIRatheesh Kannoth2-0/+38
2023-08-02net: flow_dissector: Add IPSEC dissectorRatheesh Kannoth2-1/+61
2023-08-02Merge branch 'oxnas=dwmac-removal'David S. Miller4-297/+0
2023-08-02dt-bindings: net: oxnas-dwmac: remove obsolete bindingsNeil Armstrong1-41/+0
2023-08-02net: stmmac: dwmac-oxnas: remove obsolete dwmac glue driverNeil Armstrong3-256/+0
2023-08-02Merge branch 'selftests-mlxsw'David S. Miller9-0/+1580
2023-08-02selftests: mlxsw: rif_bridge: Add a new selftestPetr Machata1-0/+183
2023-08-02selftests: mlxsw: rif_lag_vlan: Add a new selftestPetr Machata1-0/+146
2023-08-02selftests: mlxsw: rif_lag: Add a new selftestPetr Machata1-0/+136
2023-08-02selftests: router_bridge_1d_lag: Add a new selftestPetr Machata2-0/+409
2023-08-02selftests: router_bridge_lag: Add a new selftestPetr Machata2-0/+324
2023-08-02selftests: router_bridge_vlan_upper: Add a new selftestPetr Machata2-0/+170
2023-08-02selftests: router_bridge_1d: Add a new selftestPetr Machata2-0/+186
2023-08-02selftests: router_bridge: Add remastering testsPetr Machata1-0/+26
2023-08-02net: stmmac: XGMAC support for mdio C22 addr > 3Rohan G Thomas2-12/+25
2023-08-02Merge branch 'add-tja1120-support'Jakub Kicinski2-274/+864
2023-08-02net: phy: nxp-c45-tja11xx: reset PCS if the link goes downRadu Pirea (NXP OSS)1-0/+17
2023-08-02net: phy: nxp-c45-tja11xx: read ext trig ts on TJA1120Radu Pirea (NXP OSS)1-6/+58
2023-08-02net: phy: nxp-c45-tja11xx: run cable test with the PHY in test modeRadu Pirea (NXP OSS)1-0/+5
2023-08-02net: phy: nxp-c45-tja11xx: handle FUSA irqRadu Pirea (NXP OSS)1-2/+77
2023-08-02net: phy: nxp-c45-tja11xx: read egress ts on TJA1120Radu Pirea (NXP OSS)1-18/+92
2023-08-02net: phy: nxp-c45-tja11xx: enable LTC sampling on both ext_ts edgesRadu Pirea (NXP OSS)1-8/+52
2023-08-02net: phy: nxp-c45-tja11xx: add TJA1120 supportRadu Pirea (NXP OSS)2-1/+160
2023-08-02net: phy: nxp-c45-tja11xx: use get_featuresRadu Pirea (NXP OSS)1-1/+9
2023-08-02net: phy: nxp-c45-tja11xx: prepare the ground for TJA1120Radu Pirea (NXP OSS)1-168/+406
2023-08-02net: phy: nxp-c45-tja11xx: remove RX BIST frame countersRadu Pirea (NXP OSS)1-9/+0
2023-08-02net: phy: nxp-c45-tja11xx: use phylib master/slave implementationRadu Pirea (NXP OSS)1-75/+2
2023-08-02Merge branch 'virtio_net-add-per-queue-interrupt-coalescing-support'Jakub Kicinski2-24/+177
2023-08-02virtio_net: enable per queue interrupt coalesce featureGavin Li1-0/+3
2023-08-02virtio_net: support per queue interrupt coalesce commandGavin Li2-8/+155
2023-08-02virtio_net: extract interrupt coalescing settings to a structureGavin Li1-16/+19
2023-08-02inet6: Remove unused function declaration udpv6_connect()Yue Haibing1-2/+0
2023-08-02net: make sure we never create ifindex = 0Jakub Kicinski1-2/+1
2023-08-02net/macmace: Replace zero-length array with DECLARE_FLEX_ARRAY() helperAtul Raut1-1/+1
2023-08-01net: dsa: qca8k: use dsa_for_each macro instead of for loopChristian Marangi1-53/+54
2023-08-01net: dsa: qca8k: move qca8xxx hol fixup to separate functionChristian Marangi1-36/+42
2023-08-01net: dsa: qca8k: limit user ports access to the first CPU port on setupChristian Marangi1-8/+6
2023-08-01net: dsa: qca8k: make learning configurable and keep off if standaloneChristian Marangi3-3/+58
2023-08-01net: dsa: tag_qca: return early if dev is not foundChristian Marangi1-4/+4
2023-08-01Merge branch 'net-sched-improve-class-lifetime-handling'Paolo Abeni5-20/+49
2023-08-01net/sched: sch_qfq: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_htb: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_hfsc: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_drr: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela5-20/+41
2023-08-01Merge branch 'mptcp-cleanup-and-improvements-in-the-selftests'Jakub Kicinski5-301/+329
2023-08-01selftests: mptcp: userspace_pm: unmute unexpected errorsMatthieu Baerts1-50/+50
2023-08-01selftests: mptcp: pm_nl_ctl: always look for errorsMatthieu Baerts3-15/+26
2023-08-01selftests: mptcp: join: colored resultsMatthieu Baerts2-4/+43
2023-08-01selftests: mptcp: join: rework detailed reportMatthieu Baerts1-236/+214