summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-15Merge branch 'net-string-format-safety-updates'Jakub Kicinski
2024-10-15net: txgbe: Pass string literal as format argument of alloc_workqueue()Simon Horman
2024-10-15net: dsa: microchip: copy string using strscpySimon Horman
2024-10-15Merge branch 'replace-call_rcu-by-kfree_rcu-for-simple-kmem_cache_free-callback'Jakub Kicinski
2024-10-15kcm: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-15net: bridge: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-15ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-15inetpeer: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-15ipv4: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-15net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-l...Oleksij Rempel
2024-10-15net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit()Wang Hai
2024-10-15netdevsim: use cond_resched() in nsim_dev_trap_report_work()Eric Dumazet
2024-10-15net: airoha: Implement BQL supportLorenzo Bianconi
2024-10-15macsec: don't increment counters for an unrelated SASabrina Dubroca
2024-10-15net: phy: aquantia: fix return value check in aqr107_config_mdi()Daniel Golle
2024-10-15Merge branch 'net-af_packet-allow-joining-a-fanout-when-link-is-down'Jakub Kicinski
2024-10-15selftests: net/psock_fanout: unbound socket fanoutGur Stavi
2024-10-15selftests: net/psock_fanout: socket joins fanout when link is downGur Stavi
2024-10-15af_packet: allow fanout_add when socket is not RUNNINGGur Stavi
2024-10-15r8169: implement additional ethtool stats opsHeiner Kallweit
2024-10-15ring-buffer: Fix reader locking when changing the sub buffer orderPetr Pavlu
2024-10-15Merge tag 'batadv-next-pullrequest-20241015' of git://git.open-mesh.org/linux...Paolo Abeni
2024-10-15Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-10-15net: gianfar: Use __be64 * to store pointers to big endian valuesSimon Horman
2024-10-15rtnl_net_debug: Remove rtnl_net_debug_exit().Kuniyuki Iwashima
2024-10-15octeontx2-af: Fix potential integer overflows on integer shiftsColin Ian King
2024-10-15tools: ynl-gen: use names of constants in generated limitsJakub Kicinski
2024-10-15net: ethernet: ti: am65-cpsw: Enable USXGMII mode for J7200 CPSW5GSiddharth Vadapalli
2024-10-15net: stmmac: dwmac-tegra: Fix link bring-up sequenceParitosh Dixit
2024-10-15net: usb: usbnet: fix race in probe failureOliver Neukum
2024-10-15net: phy: intel-xway: add support for PHY LEDsDaniel Golle
2024-10-15net: phy: mxl-gpy: correctly describe LED polarityDaniel Golle
2024-10-15net: phy: aquantia: correctly describe LED polarity overrideDaniel Golle
2024-10-15net: phy: support 'active-high' property for PHY LEDsDaniel Golle
2024-10-15Merge branch 'make-phy-output-rmii-reference-clock'Paolo Abeni
2024-10-15net: phy: c45-tja11xx: add support for outputting RMII reference clockWei Fang
2024-10-15dt-bindings: net: tja11xx: add "nxp,rmii-refclk-out" propertyWei Fang
2024-10-14selftests: net: move EXTRA_CLEAN of libynl.a into ynl.mkJakub Kicinski
2024-10-14selftests: net: rebuild YNL if dependencies changedJakub Kicinski
2024-10-14net: mtk_eth_soc: use ethtool_putsRosen Penev
2024-10-14net: mvneta: use ethtool_putsRosen Penev
2024-10-14Merge branch 'add-support-for-per-napi-config-via-netlink'Jakub Kicinski
2024-10-14mlx4: Add support for persistent NAPI config to RX CQsJoe Damato
2024-10-14mlx5: Add support for persistent NAPI configJoe Damato
2024-10-14bnxt: Add support for persistent NAPI configJoe Damato
2024-10-14netdev-genl: Support setting per-NAPI config valuesJoe Damato
2024-10-14net: napi: Add napi_configJoe Damato
2024-10-14netdev-genl: Dump gro_flush_timeoutJoe Damato
2024-10-14net: napi: Make gro_flush_timeout per-NAPIJoe Damato
2024-10-14netdev-genl: Dump napi_defer_hard_irqsJoe Damato