summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-24net: dsa: mt7530: define MAC speed capabilities per switch modelArınç ÜNAL1-5/+10
2024-04-24net: dsa: mt7530: return mt7530_setup_mdio & mt7531_setup_common on errorArınç ÜNAL1-1/+5
2024-04-24net: dsa: mt7530: move MT753X_MTRAP operations for MT7530Arınç ÜNAL1-11/+27
2024-04-24net: dsa: mt7530: refactor MT7530_HWTRAP and MT7530_MHWTRAPArınç ÜNAL2-55/+54
2024-04-24net: dsa: mt7530: refactor MT7530_MFC and MT7531_CFC, add MT7531_QRY_FFPArınç ÜNAL2-50/+57
2024-04-24net: dsa: mt7530: rename mt753x_bpdu_port_fw enum to mt753x_to_cpu_fwArınç ÜNAL2-64/+56
2024-04-24net: dsa: mt7530: rename p5_intf_sel and use only for MT7530 switchArınç ÜNAL2-44/+33
2024-04-24net: dsa: mt7530: refactor MT7530_PMCR_P()Arınç ÜNAL2-40/+42
2024-04-24net: dsa: mt7530: disable EEE abilities on failure on MT7531 and MT7988Arınç ÜNAL1-1/+5
2024-04-24neighbour: fix neigh_master_filtered()Eric Dumazet1-1/+1
2024-04-23Merge branch 'selftests-drv-net-support-testing-with-a-remote-system'Jakub Kicinski12-30/+417
2024-04-23selftests: drv-net: add require_XYZ() helpers for validating envJakub Kicinski2-1/+34
2024-04-23selftests: drv-net: add a TCP ping test case (and useful helpers)Jakub Kicinski3-1/+68
2024-04-23selftests: net: support matching cases by name prefixJakub Kicinski2-3/+13
2024-04-23selftests: drv-net: add a trivial ping testJakub Kicinski2-1/+31
2024-04-23selftests: drv-net: construct environment for running tests which require an ...Jakub Kicinski4-1/+162
2024-04-23selftests: drv-net: factor out parsing of the envJakub Kicinski1-18/+27
2024-04-23selftests: drv-net: define endpoint structuresJakub Kicinski5-8/+85
2024-04-23Merge branch 'netdev-support-dumping-a-single-netdev-in-qstats'Jakub Kicinski6-81/+188
2024-04-23selftests: drv-net: test dumping qstats per deviceJakub Kicinski2-3/+77
2024-04-23netlink: support all extack types in dumpsJakub Kicinski1-5/+10
2024-04-23netlink: move extack writing helpersJakub Kicinski1-63/+63
2024-04-23netdev: support dumping a single netdev in qstatsJakub Kicinski3-13/+41
2024-04-23af_unix: Don't access successor in unix_del_edges() during GC.Kuniyuki Iwashima1-5/+12
2024-04-23Merge branch 'net-ipa-eight-simple-cleanups'Paolo Abeni15-167/+51
2024-04-23net: ipa: kill ipa_version_supported()Alex Elder2-23/+0
2024-04-23net: ipa: fix two minor ipa_cmd problemsAlex Elder2-8/+4
2024-04-23net: ipa: fix two bogus argument namesAlex Elder1-3/+3
2024-04-23net: ipa: make ipa_table_hash_support() a real functionAlex Elder2-6/+9
2024-04-23net: ipa: remove unneeded FILT_ROUT_HASH_EN definitionsAlex Elder6-84/+0
2024-04-23net: ipa: call device_init_wakeup() earlierAlex Elder4-32/+10
2024-04-23net: ipa: only enable the SUSPEND IPA interrupt when neededAlex Elder2-10/+9
2024-04-23net: ipa: maintain bitmap of suspend-enabled endpointsAlex Elder1-2/+17
2024-04-23Merge branch 'net-stmmac-fix-mac-capabilities-procedure'Paolo Abeni3-27/+25
2024-04-23net: stmmac: Move MAC caps init to phylink MAC caps getterSerge Semin1-19/+17
2024-04-23net: stmmac: Rename phylink_get_caps() callback to update_caps()Serge Semin3-11/+11
2024-04-23Merge branch 'enable-rx-hw-timestamp-for-ptp-packets-using-cpts-fifo'Paolo Abeni4-64/+118
2024-04-23net: ethernet: ti: am65-cpsw/ethtool: Enable RX HW timestamp only for PTP pac...Chintan Vankar4-57/+35
2024-04-23net: ethernet: ti: am65-cpts: Enable RX HW timestamp for PTP packets using CP...Chintan Vankar2-7/+83
2024-04-23Merge branch 'read-phy-address-of-switch-from-device-tree-on-mt7530-dsa-subdr...Paolo Abeni3-84/+75
2024-04-23net: dsa: mt7530: simplify core operationsArınç ÜNAL1-65/+43
2024-04-23net: dsa: mt7530-mdio: read PHY address of switch from device treeArınç ÜNAL3-28/+41
2024-04-23net: ethernet: mtk_eth_soc: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-04-23dpaa2-switch: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+6
2024-04-23cxgb4: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+3
2024-04-23net: openvswitch: Check vport netdev nameJun Gu1-1/+4
2024-04-23Merge branch 'netlink-add-nftables-spec-w-multi-messages'Jakub Kicinski4-30/+1346
2024-04-23netfilter: nfnetlink: Handle ACK flags for batch messagesDonald Hunter1-0/+5
2024-04-23tools/net/ynl: Add multi message support to ynlDonald Hunter2-22/+71
2024-04-23tools/net/ynl: Fix extack decoding for directional opsDonald Hunter1-8/+6