summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
11 daystcp: Decrement tcp_md5_needed static branchDmitry Safonov1-2/+2
11 daystcp: defer md5sig_info kfree past RCU grace period in tcp_connectMichael Bommarito1-2/+6
11 daysnetfilter: nf_tables: remove register tracking infrastructureFlorian Westphal3-4/+0
11 daystcp: initialize standalone TCP-AO response paddingYizhou Zhao1-0/+3
11 daysbpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()Chengfeng Ye1-1/+1
11 daysipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookupEric Dumazet1-3/+15
11 daysnet: gre: fix lltx regression for GRE tunnels with SEQ/CSUMYun Zhou1-2/+2
11 daysnexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)1-1/+1
11 daysipv4: fib: free fib_alias with kfree_rcu() on insert error pathWeiming Shi1-1/+1
2026-07-24net: ipip: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-07-24net: ip_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-07-24ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet1-5/+9
2026-07-24net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_syncEric Dumazet1-1/+1
2026-07-24udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev2-24/+70
2026-07-24netfilter: nf_reject: skip iphdr options when looking for icmp headerFlorian Westphal1-1/+1
2026-07-24tcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req().Kuniyuki Iwashima1-0/+6
2026-07-18net: ipv4: bound TCP reordering sysctl writes and MTU probe sizesWyatt Feng2-4/+10
2026-07-18ipv4: igmp: remove multicast group from hash table on device destructionYuyang Huang1-0/+1
2026-07-04net/tcp-ao: fix use-after-free of key in del_async pathHanQuan1-0/+4
2026-07-04net: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+6
2026-07-04ipv4: account for fraggap on the paged allocation pathWongi Lee1-5/+2
2026-07-04inet: add indirect call wrapper for getfrag() callsEric Dumazet1-4/+9
2026-06-19tcp: secure_seq: add back ports to TS offsetEric Dumazet3-25/+31
2026-06-19tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet8-72/+70
2026-06-19netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi1-1/+1
2026-06-19inet: frags: fix use-after-free caused by the fqdir_pre_exit() flushHyunwoo Kim2-3/+3
2026-06-19udp: clear skb->dev before running a sockmap verdictSechang Lim1-0/+8
2026-06-19xfrm: hold dev ref until after transport_finish NF_HOOKQi Tang1-1/+4
2026-06-19netfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng2-18/+12
2026-06-19netfilter: nf_conntrack: destroy stale expectfn expectations on unregisterWeiming Shi1-0/+2
2026-06-19ipv4: restrict IPOPT_SSRR and IPOPT_LSRR optionsEric Dumazet1-0/+4
2026-06-09xfrm: esp: restore combined single-frag length gateJingguo Tan1-2/+2
2026-06-09xfrm: ah: use skb_to_full_sk in async output callbacksMichael Bommarito1-1/+1
2026-06-09inet: frags: flush pending skbs in fqdir_pre_exit()Jakub Kicinski2-5/+43
2026-06-09inet: frags: add inet_frag_queue_flush()Jakub Kicinski2-8/+13
2026-06-09tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet1-3/+10
2026-06-09tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet1-5/+4
2026-06-09ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_...Eric Dumazet1-1/+1
2026-06-01tcp: Fix out-of-bounds access for twsk in tcp_ao_established_key().Kuniyuki Iwashima1-1/+2
2026-06-01tcp: Fix imbalanced icsk_accept_queue count.Kuniyuki Iwashima1-1/+1
2026-06-01netfilter: x_tables: unregister the templates firstFlorian Westphal5-5/+5
2026-06-01ipv4: raw: reject IP_HDRINCL packets with ihl < 5Michael Bommarito1-1/+1
2026-05-23net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim1-0/+1
2026-05-23tcp: make probe0 timer handle expired user timeoutAltan Hacigumus1-2/+3
2026-05-23netfilter: arp_tables: fix IEEE1394 ARP payload parsingPablo Neira Ayuso2-3/+23
2026-05-23tcp: annotate data-races around tp->plb_rehashEric Dumazet2-2/+3
2026-05-23tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)Eric Dumazet1-1/+2
2026-05-23tcp: annotate data-races around tp->dsack_dupsEric Dumazet2-2/+2
2026-05-23tcp: annotate data-races around tp->bytes_retransEric Dumazet2-3/+3
2026-05-23tcp: annotate data-races around tp->bytes_sentEric Dumazet2-2/+3