summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-11-03mpls: Unify return paths in mpls_dev_notify().Kuniyuki Iwashima-8/+16
2025-11-03mpls: Hold dev refcnt for mpls_nh.Kuniyuki Iwashima-19/+45
2025-11-03mpls: Return early in mpls_label_ok().Kuniyuki Iwashima-6/+5
2025-11-03sctp: make sctp_transport_init() voidHuiwen He-15/+6
2025-11-03sctp: Hold sock lock while iterating over address listStefan Wiehler-5/+9
2025-11-03sctp: Prevent TOCTOU out-of-bounds writeStefan Wiehler-0/+3
2025-11-03sctp: Hold RCU read lock while iterating over address listStefan Wiehler-0/+4
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov-157/+301
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner-1/+1
2025-11-039p: convert to the new mount APIEric Sandeen-341/+42
2025-11-03net/9p: move structures and macros to header filesEric Sandeen-47/+4
2025-11-03net/9p: cleanup: change p9_trans_module->def to boolDominique Martinet-6/+6
2025-11-039p: Use kvmalloc for message buffers on supported transportsPierre Barre-2/+16
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-1/+2
2025-10-31net: vlan: sync VLAN features with lower deviceHangbin Liu-0/+2
2025-10-31net: dsa: tag_brcm: legacy: fix untagged rx on unbridged ports for bcm63xxJonas Gorski-2/+8
2025-10-31Merge tag 'for-net-2025-10-31' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-3/+10
2025-10-31Merge tag 'wireless-2025-10-30' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-33/+110
2025-10-31Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()Ilia Gavrilov-3/+3
2025-10-31Bluetooth: hci_event: validate skb length for unknown CC opcodeRaphael Pinsonneault-Thibeault-0/+7
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-94/+215
2025-10-30Merge tag 'nf-next-25-10-30' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-29/+24
2025-10-30Merge tag 'wireless-next-2025-10-30' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-48/+195
2025-10-30net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefullyHalil Pasic-24/+40
2025-10-30net/smc: make wr buffer count configurableHalil Pasic-22/+53
2025-10-30netfilter: conntrack: disable 0 value for conntrack_max settingFlorian Westphal-3/+3
2025-10-30netfilter: nf_tables: use C99 struct initializer for nft_set_iterFernando Fernandez Mancera-26/+21
2025-10-30xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu-1/+5
2025-10-30xfrm: Determine inner GSO type from packet inner protocolJianbo Liu-4/+8
2025-10-30xfrm: Check inner packet family directly from skb_dstJianbo Liu-2/+2
2025-10-30net: sctp: fix KMSAN uninit-value in sctp_inq_popRanganath V N-1/+1
2025-10-30pfkey: Deprecate pfkeySteffen Klassert-4/+9
2025-10-30wifi: mac80211: Allow HT Action frame processing on 6 GHz when HE is supportedThomas Wu-2/+5
2025-10-30wifi: mac80211: add RX flag to report radiotap VHT informationBenjamin Berg-36/+68
2025-10-29net: devmem: refresh devmem TX dst in case of route invalidationShivaji Kant-3/+24
2025-10-29net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit-1/+3
2025-10-29ipv6: icmp: Add RFC 5837 supportIdo Schimmel-2/+214
2025-10-29ipv4: icmp: Add RFC 5837 supportIdo Schimmel-1/+201
2025-10-29Merge tag 'nf-25-10-29' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski-4/+28
2025-10-29net: sched: Don't use WARN_ON_ONCE() for -ENOMEM in tcf_classify().Kuniyuki Iwashima-1/+1
2025-10-29mptcp: zero window probe mibPaolo Abeni-0/+3
2025-10-29mptcp: restore window probePaolo Abeni-1/+6
2025-10-29mptcp: fix MSG_PEEK stream corruptionPaolo Abeni-13/+25
2025-10-29mptcp: drop bogus optimization in __mptcp_check_push()Paolo Abeni-8/+5
2025-10-29tcp: fix too slow tcp_rcvbuf_grow() actionEric Dumazet-3/+18
2025-10-29tcp: add newval parameter to tcp_rcvbuf_grow()Eric Dumazet-19/+15
2025-10-29mptcp: fix subflow rcvbuf adjustPaolo Abeni-2/+6
2025-10-29net: ipv4: Remove extern udp_v4_early_demux()/tcp_v4_early_demux() in .c filesWang Liang-2/+2
2025-10-29netfilter: nft_ct: add seqadj extension for natted connectionsAndrii Melnychenko-0/+5
2025-10-29netfilter: nft_connlimit: fix possible data race on connection countFernando Fernandez Mancera-1/+1