index
:
pub/scm/linux/kernel/git/kbuild/linux.git
master
kbuild development tree
KBuild Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
Jose Fernandez (Anthropic)
1
-19
/
+24
2026-08-01
bpf, sockmap: Fix sk_redir use-after-free in send verdict
Chengfeng Ye
1
-0
/
+2
2026-07-31
inet: frags: publish queues before arming timer
Zhiling Zou
1
-5
/
+5
2026-07-31
netfilter: nf_tables: call skb_valid_dst() before skb_dst()
Pablo Neira Ayuso
1
-2
/
+4
2026-07-31
netfilter: flowtable: release tunnel route on error when building forward path
Pablo Neira Ayuso
1
-1
/
+1
2026-07-30
net: nexthop: add NHA_DST_PORT for fdb nexthops
Jack Ma
1
-1
/
+19
2026-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-42
/
+43
2026-07-30
Merge tag 'net-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
5
-41
/
+42
2026-07-30
ipip: reject unsupported configurations in fill_forward_path
Lorenzo Bianconi
1
-0
/
+6
2026-07-30
ipv4: remove unnecessary reset of position pointer
Fernando Fernandez Mancera
1
-3
/
+1
2026-07-28
net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister()
Eric Dumazet
1
-15
/
+17
2026-07-28
fou: Fix use-after-free in fou_create()
Xuanqiang Luo
1
-1
/
+1
2026-07-27
tcp: Use kvmalloc_array() for BPF iterator batches
Weimin Xiong
1
-2
/
+2
2026-07-27
net: do not send ICMP/NDISC Redirects when peer allocation fails
Eric Dumazet
1
-2
/
+0
2026-07-24
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-1
/
+1
2026-07-24
Merge tag 'nf-26-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
1
-15
/
+7
2026-07-24
bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()
Chengfeng Ye
1
-1
/
+1
2026-07-24
nexthop: avoid unlocked f6i_list walk in nh_rt_cache_flush
Xiang Mei (Microsoft)
1
-6
/
+6
2026-07-24
nexthop: take nh->lock for f6i_list walks in replace check and notify
Xiang Mei (Microsoft)
1
-2
/
+11
2026-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-31
/
+113
2026-07-23
Merge tag 'net-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
8
-30
/
+97
2026-07-23
tcp: challenge ACK for non-exact RST in SYN-RECEIVED
Yuxiang Yang
2
-14
/
+54
2026-07-23
raw: annotate lockless match fields in raw_v4_match()
Runyu Xiao
2
-9
/
+18
2026-07-23
ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookup
Eric Dumazet
1
-3
/
+15
2026-07-23
net: gre: fix lltx regression for GRE tunnels with SEQ/CSUM
Yun Zhou
1
-2
/
+2
2026-07-23
bpf: tcp: fix double sock release on batch realloc
Xiang Mei (Microsoft)
1
-1
/
+4
2026-07-22
netfilter: nf_conntrack_expect: add and use nf_ct_expect_related_pair()
Pablo Neira Ayuso
1
-15
/
+7
2026-07-22
Merge branch 'big-tcp-for-udp-tunnels'
Paolo Abeni
8
-36
/
+38
2026-07-22
udp: Set length in UDP header to 0 for big GSO packets
Alice Mikityanska
1
-1
/
+1
2026-07-22
udp: Validate UDP length in udp_gro_receive
Alice Mikityanska
1
-5
/
+7
2026-07-22
udp: Support gro_ipv4_max_size > 65536
Alice Mikityanska
2
-4
/
+4
2026-07-22
udp: Support BIG TCP GSO packets where they can occur
Alice Mikityanska
1
-1
/
+1
2026-07-22
net: Use helpers to get/set UDP len tree-wide
Alice Mikityanska
8
-29
/
+29
2026-07-21
tcp: initialize standalone TCP-AO response padding
Yizhou Zhao
1
-0
/
+3
2026-07-21
nexthop: initialize extack in nh_res_bucket_migrate()
Xiang Mei (Microsoft)
1
-1
/
+1
2026-07-21
net: ipv4: clear dev->ip_ptr before destroying inetdev
Yuyang Huang
1
-2
/
+2
2026-07-21
net/tcp: Prevent inlining tcp_syn_ack_timeout()
Emil Tsalapatis
1
-1
/
+1
2026-07-21
net: ipip: use tunnel parameters for fill_forward_path route lookup
Lorenzo Bianconi
1
-2
/
+3
2026-07-21
ipv4: snapshot dst.dev in ip_rt_send_redirect() and ip_rt_get_source()
Xuanqiang Luo
1
-13
/
+18
2026-07-21
ipv4: use rcu_assign_pointer() in rt_flush_dev()
Xuanqiang Luo
1
-1
/
+1
2026-07-21
udp: fix encapsulation packet resubmit in multicast deliver
Anton Danilov
1
-2
/
+4
2026-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-3
/
+5
2026-07-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-1
/
+16
2026-07-17
tcp: fix TIME_WAIT socket reference leak on PSP policy failure
Eric Dumazet
1
-2
/
+4
2026-07-15
bpf, sockmap: Account for receive queue in FIONREAD without a verdict program
Mattia Meleleo
1
-1
/
+16
2026-07-10
ipv4: fib: free fib_alias with kfree_rcu() on insert error path
Weiming Shi
1
-1
/
+1
2026-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-7
/
+22
2026-07-08
ipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()
Eric Dumazet
1
-2
/
+12
2026-07-08
ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()
Eric Dumazet
1
-5
/
+9
2026-07-07
ipv4: igmp: remove multicast group from hash table on device destruction
Yuyang Huang
1
-0
/
+1
[prev]
[next]