summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10tools: ynl: call nested attribute free function for indexed arraysZahari Doychev
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-10net: dsa: tag_brcm: do not mark link local traffic as offloadedJonas Gorski
2025-11-10selftests/tc-testing: Create tests trying to add children to clsact/ingress q...Victor Nogueira
2025-11-10net/sched: Abort __tc_modify_qdisc if parent is a clsact/ingress qdiscVictor Nogueira
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-10sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rtoEric Dumazet
2025-11-10Merge tag 'riscv-for-linus-6.18-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-11-10Bluetooth: hci_conn: Fix not cleaning up PA_LINK connectionsLuiz Augusto von Dentz
2025-11-10Bluetooth: 6lowpan: add missing l2cap_chan_lock()Pauli Virtanen
2025-11-10Bluetooth: 6lowpan: Don't hold spin lock over sleeping functionsPauli Virtanen
2025-11-10Bluetooth: L2CAP: export l2cap_chan_hold for modulesPauli Virtanen
2025-11-10Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusionPauli Virtanen
2025-11-10Bluetooth: 6lowpan: reset link-local header on ipv6 recv pathPauli Virtanen
2025-11-10Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAFRaphael Pinsonneault-Thibeault
2025-11-10Bluetooth: MGMT: cancel mesh send timer when hdev removedPauli Virtanen
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
2025-11-10bpf: Make bpf_skb_vlan_pop helper metadata-safeJakub Sitnicki
2025-11-10vlan: Make vlan_remove_tag return nothingJakub Sitnicki
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki
2025-11-10net: Preserve metadata on pskb_expand_headJakub Sitnicki