summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook20-32/+27
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds40-102/+51
3 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds25-38/+38
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds309-576/+576
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook490-1231/+1156
5 daysMerge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds34-397/+440
5 daysnet: nfc: nci: Fix parameter validation for packet dataMichael Thalmeier1-18/+141
5 daysrds: tcp: fix uninit-value in __inet_bindTabrez Ahmed1-1/+1
5 daysnet/rds: Fix NULL pointer dereference in rds_tcp_accept_oneAllison Henderson1-3/+17
6 daysMerge tag 'nf-26-02-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski14-298/+157
6 daysipv6: icmp: icmpv6_xrlim_allow() optimization if net.ipv6.icmp.ratelimit is zeroEric Dumazet1-2/+6
6 daysipv4: icmp: icmpv4_xrlim_allow() optimization if net.ipv4.icmp_ratelimit is zeroEric Dumazet1-4/+10
6 daysipv6: icmp: remove obsolete code in icmpv6_xrlim_allow()Eric Dumazet2-7/+2
6 daysicmp: prevent possible overflow in icmp_global_allow()Eric Dumazet1-1/+2
7 daysnet/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash()Ruitong Liu1-1/+5
7 daysping: annotate data-races in ping_lookup()Eric Dumazet1-12/+19
7 daysnet: do not delay zero-copy skbs in skb_attempt_defer_free()Eric Dumazet1-1/+6
7 daysnet: psp: select CONFIG_SKB_EXTENSIONSArnd Bergmann1-0/+1
7 daysMerge tag 'ceph-for-7.0-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds6-116/+430
7 daysMerge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+58
7 daysnetfilter: nf_tables: fix use-after-free in nf_tables_addchain()Inseo An1-0/+1
7 daysnet: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso1-1/+1
7 daysipvs: do not keep dest_dst if dev is going downJulian Anastasov1-10/+36
7 daysipvs: skip ipv6 extension headers for csum checksJulian Anastasov3-39/+20
7 daysnetfilter: nf_conntrack_h323: don't pass uninitialised l3num valueFlorian Westphal1-5/+5
7 daysnetfilter: nf_tables: revert commit_mutex usage in reset pathBrian Witte1-206/+42
7 daysnetfilter: nft_quota: use atomic64_xchg for resetBrian Witte1-6/+7
7 daysnetfilter: nft_counter: serialize reset with spinlockBrian Witte1-4/+16
7 daysnetfilter: annotate NAT helper hook pointers with __rcuSun Jian5-27/+29
8 daysnet: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RTEric Dumazet1-5/+12
8 daysnet: bridge: mcast: always update mdb_n_entries for vlan contextsNikolay Aleksandrov1-27/+18
8 daysnet/rds: rds_sendmsg should not discard payload_lenAllison Henderson1-2/+4
9 daysMerge tag '9p-for-7.0-rc1' of https://github.com/martinetd/linuxLinus Torvalds3-52/+55
11 daysvsock: prevent child netns mode switch from local to globalStefano Garzarella1-3/+12
11 daysvsock: fix child netns mode initializationStefano Garzarella1-2/+3
11 daysipv6: Fix out-of-bound access in fib6_add_rt2node().Kuniyuki Iwashima1-1/+1
11 daysipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux3-9/+20
11 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-8/+11
12 daysnet: mctp: ensure our nlmsg responses are initialisedJeremy Kerr3-0/+3
12 daysMerge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-2/+4
12 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-71/+92
12 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds8-1/+8
12 daysMerge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds3-111/+236
13 daysMerge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds207-3474/+7130
13 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni8-39/+118
14 daysaf_unix: Fix memleak of newsk in unix_stream_connect().Kuniyuki Iwashima1-8/+3
14 daysnet: dsa: add tag format for MxL862xx switchesDaniel Golle3-0/+118
14 daystcp: inet6_csk_xmit() optimizationEric Dumazet1-15/+15
14 daystcp: populate inet->cork.fl.u.ip6 in tcp_v6_syn_recv_sock()Eric Dumazet2-14/+14
14 daystcp: populate inet->cork.fl.u.ip6 in tcp_v6_connect()Eric Dumazet1-23/+24