summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-10net: dsa: loop: use new helper fixed_phy_register_100fd to simplify the codeHeiner Kallweit
2025-11-10isdn: kcapi: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2025-11-10Merge branch 'gve-improve-rx-buffer-length-management'Jakub Kicinski
2025-11-10gve: Default to max_rx_buffer_size for DQO if device supportedAnkit Garg
2025-11-10gve: Allow ethtool to configure rx_buf_lenAnkit Garg
2025-11-10gve: Use extack to log xdp config verification errorsAnkit Garg
2025-11-10gve: Decouple header split from RX buffer lengthAnkit Garg
2025-11-10Merge branch 'net-stmmac-ingenic-convert-to-set_phy_intf_sel'Jakub Kicinski
2025-11-10net: stmmac: ingenic: use ->set_phy_intf_sel()Russell King (Oracle)
2025-11-10net: stmmac: ingenic: pass ingenic_mac struct rather than plat_datRussell King (Oracle)
2025-11-10net: stmmac: ingenic: simplify x2000 mac_set_mode()Russell King (Oracle)
2025-11-10net: stmmac: ingenic: simplify mac_set_mode() methodsRussell King (Oracle)
2025-11-10net: stmmac: ingenic: move "MAC PHY control register" debugRussell King (Oracle)
2025-11-10net: stmmac: ingenic: use stmmac_get_phy_intf_sel()Russell King (Oracle)
2025-11-10net: stmmac: ingenic: prep PHY_INTF_SEL_x field after switch()Russell King (Oracle)
2025-11-10net: stmmac: ingenic: use PHY_INTF_SEL_x directlyRussell King (Oracle)
2025-11-10net: stmmac: ingenic: use PHY_INTF_SEL_x to select PHY interfaceRussell King (Oracle)
2025-11-10net: stmmac: ingenic: simplify jz4775 mac_set_mode()Russell King (Oracle)
2025-11-10net: stmmac: ingenic: move ingenic_mac_init()Russell King (Oracle)
2025-11-10usbnet: Add support for Byte Queue Limits (BQL)Simon Schippers
2025-11-10tg3: Fix num of RX queues being reported by ethtoolBreno Leitao
2025-11-10Merge branch 'net-dsa-b53-add-support-for-bcm5389-97-98-and-bcm63xx-arl-formats'Jakub Kicinski
2025-11-10net: dsa: b53: add support for bcm63xx ARL entry formatJonas Gorski
2025-11-10net: dsa: b53: add support for 5389/5397/5398 ARL entry formatJonas Gorski
2025-11-10net: dsa: b53: move ARL entry functions into ops structJonas Gorski
2025-11-10net: dsa: b53: split reading search entry into their own functionsJonas Gorski
2025-11-10net: dsa: b53: provide accessors for accessing ARL_SRCH_CTLJonas Gorski
2025-11-10net: dsa: b53: move writing ARL entries into their own functionsJonas Gorski
2025-11-10net: dsa: b53: move reading ARL entries into their own functionJonas Gorski
2025-11-10net: dsa: b53: b53_arl_read{,25}(): use the entry for comparisionJonas Gorski
2025-11-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-11-10net: ravb: Correct bad check of timestamp control flagsNiklas Söderlund
2025-11-10ptp: ocp: Document sysfs output format for backward compatibilityZhongqiu Han
2025-11-10sctp: Don't inherit do_auto_asconf in sctp_clone_sock().Kuniyuki Iwashima
2025-11-10Merge branch 'net-smc-introduce-smc_hs_ctrl'Martin KaFai Lau
2025-11-10bpf/selftests: Add selftest for bpf_smc_hs_ctrlD. Wythe
2025-11-10net/smc: bpf: Introduce generic hook for handshake flowD. Wythe
2025-11-10bpf: Export necessary symbols for modules with struct_opsD. Wythe
2025-11-10Merge branch 'make-tc-bpf-helpers-preserve-skb-metadata'Martin KaFai Lau
2025-11-10selftests/bpf: Cover skb metadata access after bpf_skb_change_protoJakub Sitnicki
2025-11-10selftests/bpf: Cover skb metadata access after change_head/tail helperJakub Sitnicki
2025-11-10selftests/bpf: Cover skb metadata access after bpf_skb_adjust_roomJakub Sitnicki
2025-11-10selftests/bpf: Cover skb metadata access after vlan push/pop helperJakub Sitnicki
2025-11-10selftests/bpf: Expect unclone to preserve skb metadataJakub Sitnicki
2025-11-10selftests/bpf: Dump skb metadata on verification failureJakub Sitnicki
2025-11-10selftests/bpf: Verify skb metadata in BPF instead of userspaceJakub Sitnicki
2025-11-10bpf: Make bpf_skb_change_head helper metadata-safeJakub Sitnicki
2025-11-10bpf: Make bpf_skb_change_proto helper metadata-safeJakub Sitnicki
2025-11-10bpf: Make bpf_skb_adjust_room metadata-safeJakub Sitnicki
2025-11-10bpf: Make bpf_skb_vlan_push helper metadata-safeJakub Sitnicki