summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
12 daysnet/tcp-ao: fix use-after-free of key in del_async pathHanQuan
12 daysnet: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
12 daysipv4: account for fraggap on the paged allocation pathWongi Lee
12 daysinet: add indirect call wrapper for getfrag() callsEric Dumazet
2026-06-19tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-06-19tcp: use EXPORT_IPV6_MOD[_GPL]()Eric 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-19xfrm: hold dev ref until after transport_finish NF_HOOKQi Tang
2026-06-19netfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng
2026-06-19netfilter: nf_conntrack: destroy stale expectfn expectations on unregisterWeiming Shi
2026-06-19ipv4: restrict IPOPT_SSRR and IPOPT_LSRR optionsEric Dumazet
2026-06-09xfrm: esp: restore combined single-frag length gateJingguo Tan
2026-06-09xfrm: ah: use skb_to_full_sk in async output callbacksMichael Bommarito
2026-06-09inet: frags: flush pending skbs in fqdir_pre_exit()Jakub Kicinski
2026-06-09inet: frags: add inet_frag_queue_flush()Jakub Kicinski
2026-06-09tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet
2026-06-09tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet
2026-06-09ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_...Eric Dumazet
2026-06-01tcp: Fix out-of-bounds access for twsk in tcp_ao_established_key().Kuniyuki Iwashima
2026-06-01tcp: Fix imbalanced icsk_accept_queue count.Kuniyuki Iwashima
2026-06-01netfilter: x_tables: unregister the templates firstFlorian Westphal
2026-06-01ipv4: raw: reject IP_HDRINCL packets with ihl < 5Michael Bommarito
2026-05-23net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
2026-05-23tcp: make probe0 timer handle expired user timeoutAltan Hacigumus
2026-05-23netfilter: arp_tables: fix IEEE1394 ARP payload parsingPablo Neira Ayuso
2026-05-23tcp: annotate data-races around tp->plb_rehashEric Dumazet
2026-05-23tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)Eric Dumazet
2026-05-23tcp: annotate data-races around tp->dsack_dupsEric Dumazet
2026-05-23tcp: annotate data-races around tp->bytes_retransEric Dumazet
2026-05-23tcp: annotate data-races around tp->bytes_sentEric Dumazet
2026-05-23tcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet
2026-05-23tcp: add data-race annotations around tp->data_segs_out and tp->total_retransEric Dumazet
2026-05-23nexthop: fix IPv6 route referencing IPv4 nexthopJiayuan Chen
2026-05-23tcp: Don't set treq->req_usec_ts in cookie_tcp_reqsk_init().Kuniyuki Iwashima
2026-05-23udp: Force compute_score to always inlineGabriel Krisman Bertazi
2026-05-23ipv4: udp: fix typos in commentsAlok Tiwari
2026-05-14xfrm: ah: account for ESN high bits in async callbacksMichael Bommarito
2026-05-08xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen
2026-05-07tcp: call sk_data_ready() after listener migrationZhenzhong Wu
2026-05-07ipv4: icmp: validate reply type before using icmp_pointersRuide Cao
2026-04-22ipv4: icmp: fix null-ptr-deref in icmp_build_probe()Yiqi Sun
2026-04-22ipv4: nexthop: allocate skb dynamically in rtm_get_nexthop()Fernando Fernandez Mancera
2026-04-22ipv4: nexthop: avoid duplicate NHA_HW_STATS_ENABLE on nexthop group dumpFernando Fernandez Mancera
2026-04-18net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-04-02udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau
2026-04-02tcp: optimize inet_use_bhash2_on_bind()Eric Dumazet
2026-04-02esp: fix skb leak with espintcp and async cryptoSabrina Dubroca
2026-04-02xfrm: Fix the usage of skb->skSteffen Klassert