summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
5 daysinet: frags: strip GSO state from fragments before reassemblyXinyang Ge1-0/+7
6 daysipv4: reject undersized MTUs in ip_do_fragment()Yong Wang1-0/+4
6 daysinet: frags: publish queues before arming timerZhiling Zou1-2/+4
10 daysnet: move skb_gro_receive_list from udp to coreFelix Fietkau1-29/+0
10 daystcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells1-2/+3
10 daystcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsgDavid Howells1-8/+12
10 daysnetfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal1-2/+2
2026-08-19bpf: tcp: fix double sock release on batch reallocXiang Mei (Microsoft)1-1/+4
2026-08-19bpf, sockmap: Fix sk_redir use-after-free in send verdictChengfeng Ye1-0/+2
2026-08-19ipv4: fix use-after-free in fib_nhc_update_mtu()Chengfeng Ye2-23/+40
2026-08-19ipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi1-18/+49
2026-08-19tcp: fix TFO max_qlen accounting across reuseport migrationJiayuan Chen1-4/+16
2026-08-19udp: fix potential use-after-free in tunnel segmentationXuanqiang Luo1-1/+3
2026-08-19bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()Jose Fernandez (Anthropic)1-19/+24
2026-08-19bpf: tcp: Avoid socket skips and repeats during iterationJordan Rife1-32/+115
2026-08-19bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch itemsJordan Rife1-10/+14
2026-08-19bpf: tcp: Get rid of st_bucket_doneJordan Rife1-8/+6
2026-08-19bpf: tcp: Make sure iter->batch always contains a full bucket snapshotJordan Rife1-32/+77
2026-08-19bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batchJordan Rife1-4/+5
2026-08-19tcp: add a scheduling point in established_get_first()Jian Wen1-0/+3
2026-08-19net: do not send ICMP/NDISC Redirects when peer allocation failsEric Dumazet1-2/+0
2026-08-19ipv6: introduce dst_rt6_info() helperEric Dumazet1-1/+1
2026-08-19bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()Chengfeng Ye1-1/+1
2026-08-19ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookupEric Dumazet1-3/+15
2026-08-19nexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)1-1/+1
2026-08-19ipv4: 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-24netfilter: nf_reject: skip iphdr options when looking for icmp headerFlorian Westphal1-1/+1
2026-07-24xfrm: Use the XFRM_GRO to indicate a GRO call on inputSteffen Klassert1-1/+1
2026-07-24ipv4: account for fraggap on the paged allocation pathWongi Lee1-2/+2
2026-07-24net: ipv4: bound TCP reordering sysctl writes and MTU probe sizesWyatt Feng2-4/+10
2026-07-24ipv4: igmp: remove multicast group from hash table on device destructionYuyang Huang1-0/+1
2026-07-24net: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+6
2026-07-04net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet6-12/+14
2026-06-19netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi1-1/+1
2026-06-19xfrm: ah: account for ESN high bits in async callbacksMichael Bommarito1-2/+12
2026-06-19net: ipv4: stop checking crypto_ahash_alignmaskEric Biggers1-10/+7
2026-06-19udp: clear skb->dev before running a sockmap verdictSechang Lim1-0/+8
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-19xfrm: esp: restore combined single-frag length gateJingguo Tan1-2/+2
2026-06-19xfrm: ah: use skb_to_full_sk in async output callbacksMichael Bommarito1-1/+1
2026-06-19tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet1-3/+10
2026-06-19tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet1-5/+4
2026-06-19ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_...Eric Dumazet1-1/+1
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