summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-11-11net: dsa: loop: use new helper fixed_phy_register_100fd to simplify the codeHeiner Kallweit1-6/+1
2025-11-11isdn: kcapi: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2025-11-11Merge branch 'gve-improve-rx-buffer-length-management'Jakub Kicinski4-24/+78
2025-11-11gve: Default to max_rx_buffer_size for DQO if device supportedAnkit Garg1-0/+4
2025-11-11gve: Allow ethtool to configure rx_buf_lenAnkit Garg3-1/+60
2025-11-11gve: Use extack to log xdp config verification errorsAnkit Garg1-9/+15
2025-11-11gve: Decouple header split from RX buffer lengthAnkit Garg3-15/+0
2025-11-11Merge branch 'net-stmmac-ingenic-convert-to-set_phy_intf_sel'Jakub Kicinski1-120/+45
2025-11-11net: stmmac: ingenic: use ->set_phy_intf_sel()Russell King (Oracle)1-22/+11
2025-11-11net: stmmac: ingenic: pass ingenic_mac struct rather than plat_datRussell King (Oracle)1-18/+7
2025-11-11net: stmmac: ingenic: simplify x2000 mac_set_mode()Russell King (Oracle)1-21/+7
2025-11-11net: stmmac: ingenic: simplify mac_set_mode() methodsRussell King (Oracle)1-48/+2
2025-11-11net: stmmac: ingenic: move "MAC PHY control register" debugRussell King (Oracle)1-15/+3
2025-11-11net: stmmac: ingenic: use stmmac_get_phy_intf_sel()Russell King (Oracle)1-21/+34
2025-11-11net: stmmac: ingenic: prep PHY_INTF_SEL_x field after switch()Russell King (Oracle)1-11/+23
2025-11-11net: stmmac: ingenic: use PHY_INTF_SEL_x directlyRussell King (Oracle)1-12/+8
2025-11-11net: stmmac: ingenic: use PHY_INTF_SEL_x to select PHY interfaceRussell King (Oracle)1-4/+4
2025-11-11net: stmmac: ingenic: simplify jz4775 mac_set_mode()Russell King (Oracle)1-8/+6
2025-11-11net: stmmac: ingenic: move ingenic_mac_init()Russell King (Oracle)1-14/+14
2025-11-11usbnet: Add support for Byte Queue Limits (BQL)Simon Schippers2-0/+13
2025-11-11tg3: Fix num of RX queues being reported by ethtoolBreno Leitao1-1/+1
2025-11-11Merge branch 'net-dsa-b53-add-support-for-bcm5389-97-98-and-bcm63xx-arl-formats'Jakub Kicinski3-97/+312
2025-11-11net: dsa: b53: add support for bcm63xx ARL entry formatJonas Gorski3-7/+61
2025-11-11net: dsa: b53: add support for 5389/5397/5398 ARL entry formatJonas Gorski3-3/+89
2025-11-11net: dsa: b53: move ARL entry functions into ops structJonas Gorski2-21/+76
2025-11-11net: dsa: b53: split reading search entry into their own functionsJonas Gorski1-18/+38
2025-11-11net: dsa: b53: provide accessors for accessing ARL_SRCH_CTLJonas Gorski1-13/+24
2025-11-11net: dsa: b53: move writing ARL entries into their own functionsJonas Gorski1-12/+26
2025-11-11net: dsa: b53: move reading ARL entries into their own functionJonas Gorski1-46/+23
2025-11-11net: dsa: b53: b53_arl_read{,25}(): use the entry for comparisionJonas Gorski1-12/+10
2025-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski22-197/+1345
2025-11-11net: ravb: Correct bad check of timestamp control flagsNiklas Söderlund1-2/+2
2025-11-11ptp: ocp: Document sysfs output format for backward compatibilityZhongqiu Han1-0/+6
2025-11-11sctp: Don't inherit do_auto_asconf in sctp_clone_sock().Kuniyuki Iwashima2-4/+1
2025-11-10Merge branch 'net-smc-introduce-smc_hs_ctrl'Martin KaFai Lau14-14/+870
2025-11-10bpf/selftests: Add selftest for bpf_smc_hs_ctrlD. Wythe3-0/+512
2025-11-10net/smc: bpf: Introduce generic hook for handshake flowD. Wythe9-14/+355
2025-11-10bpf: Export necessary symbols for modules with struct_opsD. Wythe2-0/+3
2025-11-10Merge branch 'make-tc-bpf-helpers-preserve-skb-metadata'Martin KaFai Lau8-183/+475
2025-11-10selftests/bpf: Cover skb metadata access after bpf_skb_change_protoJakub Sitnicki2-0/+30
2025-11-10selftests/bpf: Cover skb metadata access after change_head/tail helperJakub Sitnicki2-0/+39
2025-11-10selftests/bpf: Cover skb metadata access after bpf_skb_adjust_roomJakub Sitnicki2-15/+71
2025-11-10selftests/bpf: Cover skb metadata access after vlan push/pop helperJakub Sitnicki2-0/+49
2025-11-10selftests/bpf: Expect unclone to preserve skb metadataJakub Sitnicki2-63/+79
2025-11-10selftests/bpf: Dump skb metadata on verification failureJakub Sitnicki2-7/+42
2025-11-10selftests/bpf: Verify skb metadata in BPF instead of userspaceJakub Sitnicki2-83/+57
2025-11-10bpf: Make bpf_skb_change_head helper metadata-safeJakub Sitnicki1-1/+3
2025-11-10bpf: Make bpf_skb_change_proto helper metadata-safeJakub Sitnicki1-1/+2
2025-11-10bpf: Make bpf_skb_adjust_room metadata-safeJakub Sitnicki1-4/+5
2025-11-10bpf: Make bpf_skb_vlan_push helper metadata-safeJakub Sitnicki1-2/+3