summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-14net: add generic percpu page_pool allocatorLorenzo Bianconi4-6/+70
2024-02-14net: dsa: realtek: fix digital interface select macro for EXT0Luiz Angelo Daros de Luca1-2/+2
2024-02-14Merge branch 'r8169-extend-eee-tx-idle-timer-support'Jakub Kicinski1-15/+46
2024-02-14r8169: add support for returning tx_lpi_timer in ethtool get_eeeHeiner Kallweit1-1/+21
2024-02-14r8169: support setting the EEE tx idle timer on RTL8168hHeiner Kallweit1-0/+5
2024-02-14r8169: add generic rtl_set_eee_txidle_timer functionHeiner Kallweit1-14/+20
2024-02-14r8169: add LED support for RTL8125/RTL8126Heiner Kallweit3-4/+166
2024-02-14dt-bindings: net: qca,ar9331: convert to DT schemaKrzysztof Kozlowski2-147/+161
2024-02-14net: fec: Refactor: Replace FEC_ENET_FCE with FEC_RCR_FLOWCTLCsókás Bence1-4/+2
2024-02-14net: fec: Refactor: #define magic constantsCsókás Bence1-16/+30
2024-02-14Merge branch 'net-adopt-netdev_lockdep_set_classes'Jakub Kicinski12-31/+13
2024-02-14net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet10-0/+11
2024-02-14net: bridge: use netdev_lockdep_set_classes()Eric Dumazet1-8/+1
2024-02-14vlan: use netdev_lockdep_set_classes()Eric Dumazet1-23/+1
2024-02-14Merge branch 'net-use-net-dev_by_index-in-two-places'Jakub Kicinski2-68/+36
2024-02-14rtnetlink: use xarray iterator to implement rtnl_dump_ifinfo()Eric Dumazet1-38/+20
2024-02-14vlan: use xarray iterator to implement /proc/net/vlan/configEric Dumazet1-30/+16
2024-02-13net: phy: aquantia: clear PMD Global Transmit Disable bit during initRobert Marko1-0/+9
2024-02-13net: sched: codel replace GPLv2/BSD boilerplateStephen Hemminger1-31/+1
2024-02-13r8169: simplify code by using core-provided pcpu stats allocationHeiner Kallweit1-5/+2
2024-02-13net: sched: Remove NET_ACT_IPT from KconfigHarshit Mogalapalli1-10/+0
2024-02-13net: stmmac: Simplify mtl IRQ status checkingKurt Kanzenbach1-4/+2
2024-02-13ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault6-10/+7
2024-02-13net/mlx5e: link NAPI instances to queues and IRQsJoe Damato2-1/+11
2024-02-12Merge branch 'net-avoid-slow-rcu'David S. Miller6-7/+6
2024-02-12netfilter: conntrack: expedite rcu in nf_conntrack_cleanup_net_listEric Dumazet1-1/+1
2024-02-12net: use synchronize_rcu_expedited in cleanup_net()Eric Dumazet1-1/+1
2024-02-12ipv4/fib: use synchronize_net() when holding RTNLEric Dumazet1-1/+1
2024-02-12bridge: vlan: use synchronize_net() when holding RTNLEric Dumazet1-2/+2
2024-02-12net: use synchronize_net() in dev_change_name()Eric Dumazet1-1/+1
2024-02-12ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet1-1/+0
2024-02-12Merge branch 'eth-common-fault-irq-support'David S. Miller6-7/+61
2024-02-12net: stmmac: Add driver support for common safety IRQSuraj Jaiswal4-2/+51
2024-02-12dt-bindings: net: qcom,ethqos: add binding doc for safety IRQ for sa8775pSuraj Jaiswal2-5/+10
2024-02-12tg3: fix bug caused by uninitialized variableHeiner Kallweit1-1/+1
2024-02-12Merge branch 'dsa-realtek-common'David S. Miller12-514/+705
2024-02-12net: dsa: realtek: embed dsa_switch into realtek_privLuiz Angelo Daros de Luca4-16/+19
2024-02-12net: dsa: realtek: use the same mii bus driver for both interfacesLuiz Angelo Daros de Luca6-97/+14
2024-02-12net: dsa: realtek: migrate user_mii_bus setup to realtek_dsaLuiz Angelo Daros de Luca3-56/+70
2024-02-12net: dsa: realtek: clean user_mii_bus setupLuiz Angelo Daros de Luca1-10/+3
2024-02-12net: dsa: realtek: get internal MDIO node by nameLuiz Angelo Daros de Luca1-1/+1
2024-02-12net: dsa: realtek: merge rtl83xx and interface modules into realtek_dsaLuiz Angelo Daros de Luca5-14/+12
2024-02-12net: dsa: realtek: common rtl83xx moduleLuiz Angelo Daros de Luca8-273/+322
2024-02-12net: dsa: realtek: keep variant reference in realtek_privLuiz Angelo Daros de Luca3-12/+7
2024-02-12net: dsa: realtek: convert variants into real driversLuiz Angelo Daros de Luca7-73/+292
2024-02-12net: dsa: realtek: introduce REALTEK_DSA namespaceLuiz Angelo Daros de Luca5-11/+15
2024-02-12net: dsa: realtek: drop cleanup from realtek_opsLuiz Angelo Daros de Luca1-1/+0
2024-02-12net: stmmac: dwmac-qcom-ethqos: Enable TBS on all queues but 0Abhishek Chauhan1-1/+5
2024-02-12Merge branch 'ipv6-expired-routes'David S. Miller7-43/+290
2024-02-12selftests/net: Adding test cases of replacing routes and route advertisements.Kui-Feng Lee1-22/+129