summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2026-08-28inet: frags: strip GSO state from fragments before reassemblyXinyang Ge
2026-08-27ipv4: reject undersized MTUs in ip_do_fragment()Yong Wang
2026-08-27inet: frags: publish queues before arming timerZhiling Zou
2026-08-27inet: frags: save a pair of atomic operations in reassemblyEric Dumazet
2026-08-27inet: frags: change inet_frag_kill() to defer refcount updatesEric Dumazet
2026-08-27ipv4: frags: remove ipq_put()Eric Dumazet
2026-08-27inet: frags: add inet_frag_putn() helperEric Dumazet
2026-08-23tcp: challenge ACK for non-exact RST in SYN-RECEIVEDYuxiang Yang
2026-08-23tcp: Pass flags to __tcp_send_ackIlpo Järvinen
2026-08-23net: move skb_gro_receive_list from udp to coreFelix Fietkau
2026-08-19net/tcp_sigpool: Use kref_get_unless_zero()Dmitry Safonov
2026-08-19net/tcp_sigpool: Fix some off by one bugsDan Carpenter
2026-08-19bpf: tcp: fix double sock release on batch reallocXiang Mei (Microsoft)
2026-08-19bpf, sockmap: Fix sk_redir use-after-free in send verdictChengfeng Ye
2026-08-19ipv4: fix use-after-free in fib_nhc_update_mtu()Chengfeng Ye
2026-08-19ipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi
2026-08-19net/tcp: Add TCP-AO config and structuresDmitry Safonov
2026-08-19net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov
2026-08-19tcp: fix TFO max_qlen accounting across reuseport migrationJiayuan Chen
2026-08-19udp: fix potential use-after-free in tunnel segmentationXuanqiang Luo
2026-08-19tcp: do not change rcv_ssthresh in tcp_measure_rcv_mss()Nathan Gao
2026-08-19bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()Jose Fernandez (Anthropic)
2026-08-19bpf: tcp: Avoid socket skips and repeats during iterationJordan Rife
2026-08-19bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch itemsJordan Rife
2026-08-19bpf: tcp: Get rid of st_bucket_doneJordan Rife
2026-08-19bpf: tcp: Make sure iter->batch always contains a full bucket snapshotJordan Rife
2026-08-19bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batchJordan Rife
2026-08-09sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2026-08-09net: do not send ICMP/NDISC Redirects when peer allocation failsEric Dumazet
2026-08-03netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal
2026-08-03bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()Chengfeng Ye
2026-08-03ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookupEric Dumazet
2026-08-03nexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)
2026-08-03ipv4: fib: free fib_alias with kfree_rcu() on insert error pathWeiming Shi
2026-07-24net: ipip: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-07-24net: ip_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-07-24ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet
2026-07-24netfilter: nf_reject: skip iphdr options when looking for icmp headerFlorian Westphal
2026-07-24xfrm: Use the XFRM_GRO to indicate a GRO call on inputSteffen Klassert
2026-07-24net: ipv4: bound TCP reordering sysctl writes and MTU probe sizesWyatt Feng
2026-07-24ipv4: igmp: remove multicast group from hash table on device destructionYuyang Huang
2026-07-24bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet
2026-07-24net: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-07-04ipv4: account for fraggap on the paged allocation pathWongi Lee
2026-07-04inet: add indirect call wrapper for getfrag() callsEric Dumazet
2026-06-19netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi
2026-06-19inet: frags: fix use-after-free caused by the fqdir_pre_exit() flushHyunwoo Kim
2026-06-19udp: clear skb->dev before running a sockmap verdictSechang Lim
2026-06-19netfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng
2026-06-19netfilter: nf_conntrack: destroy stale expectfn expectations on unregisterWeiming Shi