summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
8 daysMerge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
8 daysnet: nfc: nci: Fix parameter validation for packet dataMichael Thalmeier
8 daysrds: tcp: fix uninit-value in __inet_bindTabrez Ahmed
8 daysnet/rds: Fix NULL pointer dereference in rds_tcp_accept_oneAllison Henderson
8 daysMerge tag 'nf-26-02-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
8 daysipv6: icmp: icmpv6_xrlim_allow() optimization if net.ipv6.icmp.ratelimit is zeroEric Dumazet
8 daysipv4: icmp: icmpv4_xrlim_allow() optimization if net.ipv4.icmp_ratelimit is zeroEric Dumazet
8 daysipv6: icmp: remove obsolete code in icmpv6_xrlim_allow()Eric Dumazet
8 daysicmp: prevent possible overflow in icmp_global_allow()Eric Dumazet
9 daysnet/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash()Ruitong Liu
9 daysping: annotate data-races in ping_lookup()Eric Dumazet
9 daysnet: do not delay zero-copy skbs in skb_attempt_defer_free()Eric Dumazet
9 daysnet: psp: select CONFIG_SKB_EXTENSIONSArnd Bergmann
10 daysMerge tag 'ceph-for-7.0-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
10 daysMerge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
10 daysnetfilter: nf_tables: fix use-after-free in nf_tables_addchain()Inseo An
10 daysnet: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso
10 daysipvs: do not keep dest_dst if dev is going downJulian Anastasov
10 daysipvs: skip ipv6 extension headers for csum checksJulian Anastasov
10 daysnetfilter: nf_conntrack_h323: don't pass uninitialised l3num valueFlorian Westphal
10 daysnetfilter: nf_tables: revert commit_mutex usage in reset pathBrian Witte
10 daysnetfilter: nft_quota: use atomic64_xchg for resetBrian Witte
10 daysnetfilter: nft_counter: serialize reset with spinlockBrian Witte
10 daysnetfilter: annotate NAT helper hook pointers with __rcuSun Jian
10 daysnet: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RTEric Dumazet
10 daysnet: bridge: mcast: always update mdb_n_entries for vlan contextsNikolay Aleksandrov
10 daysnet/rds: rds_sendmsg should not discard payload_lenAllison Henderson
12 daysMerge tag '9p-for-7.0-rc1' of https://github.com/martinetd/linuxLinus Torvalds
14 daysvsock: prevent child netns mode switch from local to globalStefano Garzarella
14 daysvsock: fix child netns mode initializationStefano Garzarella
14 daysipv6: Fix out-of-bound access in fib6_add_rt2node().Kuniyuki Iwashima
14 daysipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux
14 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2026-02-12net: mctp: ensure our nlmsg responses are initialisedJeremy Kerr
2026-02-12Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-12Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-02-11af_unix: Fix memleak of newsk in unix_stream_connect().Kuniyuki Iwashima
2026-02-11net: dsa: add tag format for MxL862xx switchesDaniel Golle
2026-02-10tcp: inet6_csk_xmit() optimizationEric Dumazet
2026-02-10tcp: populate inet->cork.fl.u.ip6 in tcp_v6_syn_recv_sock()Eric Dumazet
2026-02-10tcp: populate inet->cork.fl.u.ip6 in tcp_v6_connect()Eric Dumazet
2026-02-10ipv6: inet6_csk_xmit() and inet6_csk_update_pmtu() use inet->cork.fl.u.ip6Eric Dumazet
2026-02-10ipv6: use inet->cork.fl.u.ip6 and np->final in ip6_datagram_dst_update()Eric Dumazet
2026-02-10ipv6: use np->final in inet6_sk_rebuild_header()Eric Dumazet
2026-02-10Merge tag 'nf-next-26-02-06' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-02-10mptcp: allow overridden write_space to be invokedGeliang Tang