aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-24wifi: ath10k: allocate dummy net_device dynamicallyBreno Leitao
2024-04-24wifi: qtnfmac: Use netdev dummy allocator helperBreno Leitao
2024-04-24net: ibm/emac: allocate dummy net_device dynamicallyBreno Leitao
2024-04-24net: ipa: allocate dummy net_device dynamicallyBreno Leitao
2024-04-24net: mediatek: mtk_eth_sock: allocate dummy net_device dynamicallyBreno Leitao
2024-04-24net: marvell: prestera: allocate dummy net_device dynamicallyBreno Leitao
2024-04-24net: create a dummy net_device allocatorBreno Leitao
2024-04-24net: free_netdev: exit earlier if dummyBreno Leitao
2024-04-24net: core: Fix documentationBreno Leitao
2024-04-24Merge branch 'dsa-mt7530-improvements'David S. Miller
2024-04-24net: dsa: mt7530: explain exposing MDIO bus of MT7531AE betterArınç ÜNAL
2024-04-24net: dsa: mt7530: do not pass port variable to mt7531_rgmii_setup()Arınç ÜNAL
2024-04-24net: dsa: mt7530: use priv->ds->num_ports instead of MT7530_NUM_PORTSArınç ÜNAL
2024-04-24net: dsa: mt7530: get rid of mac_port_validate member of mt753x_infoArınç ÜNAL
2024-04-24net: dsa: mt7530: refactor MT7530_PMEEECR_P()Arınç ÜNAL
2024-04-24net: dsa: mt7530: get rid of function sanity checkArınç ÜNAL
2024-04-24net: dsa: mt7530: define MAC speed capabilities per switch modelArınç ÜNAL
2024-04-24net: dsa: mt7530: return mt7530_setup_mdio & mt7531_setup_common on errorArınç ÜNAL
2024-04-24net: dsa: mt7530: move MT753X_MTRAP operations for MT7530Arınç ÜNAL
2024-04-24net: dsa: mt7530: refactor MT7530_HWTRAP and MT7530_MHWTRAPArınç ÜNAL
2024-04-24net: dsa: mt7530: refactor MT7530_MFC and MT7531_CFC, add MT7531_QRY_FFPArınç ÜNAL
2024-04-24net: dsa: mt7530: rename mt753x_bpdu_port_fw enum to mt753x_to_cpu_fwArınç ÜNAL
2024-04-24net: dsa: mt7530: rename p5_intf_sel and use only for MT7530 switchArınç ÜNAL
2024-04-24net: dsa: mt7530: refactor MT7530_PMCR_P()Arınç ÜNAL
2024-04-24net: dsa: mt7530: disable EEE abilities on failure on MT7531 and MT7988Arınç ÜNAL
2024-04-23neighbour: fix neigh_master_filtered()Eric Dumazet
2024-04-23Merge branch 'selftests-drv-net-support-testing-with-a-remote-system'Jakub Kicinski
2024-04-23selftests: drv-net: add require_XYZ() helpers for validating envJakub Kicinski
2024-04-23selftests: drv-net: add a TCP ping test case (and useful helpers)Jakub Kicinski
2024-04-23selftests: net: support matching cases by name prefixJakub Kicinski
2024-04-23selftests: drv-net: add a trivial ping testJakub Kicinski
2024-04-23selftests: drv-net: construct environment for running tests which require an ...Jakub Kicinski
2024-04-23selftests: drv-net: factor out parsing of the envJakub Kicinski
2024-04-23selftests: drv-net: define endpoint structuresJakub Kicinski
2024-04-23Merge branch 'netdev-support-dumping-a-single-netdev-in-qstats'Jakub Kicinski
2024-04-23selftests: drv-net: test dumping qstats per deviceJakub Kicinski
2024-04-23netlink: support all extack types in dumpsJakub Kicinski
2024-04-23netlink: move extack writing helpersJakub Kicinski
2024-04-23netdev: support dumping a single netdev in qstatsJakub Kicinski
2024-04-23af_unix: Don't access successor in unix_del_edges() during GC.Kuniyuki Iwashima
2024-04-23Merge branch 'net-ipa-eight-simple-cleanups'Paolo Abeni
2024-04-23net: ipa: kill ipa_version_supported()Alex Elder
2024-04-23net: ipa: fix two minor ipa_cmd problemsAlex Elder
2024-04-23net: ipa: fix two bogus argument namesAlex Elder
2024-04-23net: ipa: make ipa_table_hash_support() a real functionAlex Elder
2024-04-23net: ipa: remove unneeded FILT_ROUT_HASH_EN definitionsAlex Elder
2024-04-23net: ipa: call device_init_wakeup() earlierAlex Elder
2024-04-23net: ipa: only enable the SUSPEND IPA interrupt when neededAlex Elder
2024-04-23net: ipa: maintain bitmap of suspend-enabled endpointsAlex Elder
2024-04-23Merge branch 'net-stmmac-fix-mac-capabilities-procedure'Paolo Abeni