summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2025-04-10net: fix geneve_opt length integer overflowLin Ma
2025-04-10tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault
2025-04-10udp: Fix memory accounting leak.Kuniyuki Iwashima
2025-04-10udp: Fix multiple wraparounds of sk->sk_rmem_alloc.Kuniyuki Iwashima
2025-03-13net-timestamp: support TCP GSO case for a few missing flagsJason Xing
2025-03-13net: gso: fix ownership in __udp_gso_segmentAntoine Tenart
2025-03-07tcp: Defer ts_recent changes until req is ownedWang Hai
2025-03-07tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev
2025-02-27tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
2025-02-27arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao
2025-02-27tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski
2025-02-21arp: use RCU protection in arp_xmit()Eric Dumazet
2025-02-21ipv4: icmp: convert to dev_net_rcu()Eric Dumazet
2025-02-21ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet
2025-02-21ipv4: use RCU protection in inet_select_addr()Eric Dumazet
2025-02-21ipv4: use RCU protection in rt_is_expired()Eric Dumazet
2025-02-21ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet
2025-02-17udp: gso: do not drop small packets when PMTU reducesYan Zhai
2025-02-08tcp: correct handling of extreme memory squeezeJon Maloy
2025-02-08ipmr: do not call mr_mfc_uses_dev() for unres entriesEric Dumazet
2025-02-08tcp_cubic: fix incorrect HyStart round start detectionMahdi Arghavani
2025-02-08inet: ipmr: fix data-racesEric Dumazet
2025-02-08udp: Deal with race between UDP socket address change and rehashStefano Brivio
2025-02-08inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet
2025-02-08inetpeer: update inetpeer timestamp in inet_getpeer()Eric Dumazet
2025-02-08inetpeer: remove create argument of inet_getpeer()Eric Dumazet
2025-02-08inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
2025-01-14udp: Make rehash4 independent in udp_lib_rehash()Philo Lu
2025-01-09ipv4: route: fix drop reason being overridden in ip_route_input_slowAntoine Tenart
2025-01-08tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-23net: Fix netns for ip_tunnel_init_flow()Xiao Liang
2024-12-23net: fix memory leak in tcp_conn_request()Wang Liang
2024-12-20tcp_bpf: Fix copied value in tcp_bpf_sendmsgLevi Zim
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-10tcp: check space before adding MPTCP SYN optionsMoYuanhao
2024-12-10udp: fix l4 hash after reconnectPaolo Abeni
2024-12-07ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni
2024-12-03Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera
2024-11-30net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen
2024-11-30tcp: populate XPS related fields of timewait socketsEric Dumazet
2024-11-28ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni
2024-11-28ipmr: fix tables suspicious RCU usagePaolo Abeni
2024-11-28ipmr: add debug check for mr table cleanupPaolo Abeni
2024-11-28tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima
2024-11-26tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsgZijian Zhang