summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2025-03-13net-timestamp: support TCP GSO case for a few missing flagsJason Xing1-4/+7
2025-03-13net: gso: fix ownership in __udp_gso_segmentAntoine Tenart1-2/+6
2025-03-07tcp: Defer ts_recent changes until req is ownedWang Hai1-6/+4
2025-03-07tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev1-16/+10
2025-02-27tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca3-7/+7
2025-02-27arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao1-1/+1
2025-02-27tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski1-3/+9
2025-02-21arp: use RCU protection in arp_xmit()Eric Dumazet1-1/+3
2025-02-21ipv4: icmp: convert to dev_net_rcu()Eric Dumazet1-14/+17
2025-02-21ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet1-5/+6
2025-02-21ipv4: use RCU protection in inet_select_addr()Eric Dumazet1-1/+2
2025-02-21ipv4: use RCU protection in rt_is_expired()Eric Dumazet1-1/+7
2025-02-21ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet1-3/+8
2025-02-17udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2025-02-08tcp: correct handling of extreme memory squeezeJon Maloy1-3/+6
2025-02-08ipmr: do not call mr_mfc_uses_dev() for unres entriesEric Dumazet1-3/+0
2025-02-08tcp_cubic: fix incorrect HyStart round start detectionMahdi Arghavani1-3/+5
2025-02-08inet: ipmr: fix data-racesEric Dumazet2-17/+17
2025-02-08udp: Deal with race between UDP socket address change and rehashStefano Brivio1-0/+56
2025-02-08inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet4-23/+24
2025-02-08inetpeer: update inetpeer timestamp in inet_getpeer()Eric Dumazet1-8/+4
2025-02-08inetpeer: remove create argument of inet_getpeer()Eric Dumazet1-9/+2
2025-02-08inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet3-4/+4
2025-01-14udp: Make rehash4 independent in udp_lib_rehash()Philo Lu1-19/+27
2025-01-09ipv4: route: fix drop reason being overridden in ip_route_input_slowAntoine Tenart1-0/+1
2025-01-08tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann1-1/+1
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+4
2024-12-23net: Fix netns for ip_tunnel_init_flow()Xiao Liang1-3/+3
2024-12-23net: fix memory leak in tcp_conn_request()Wang Liang1-0/+1
2024-12-20tcp_bpf: Fix copied value in tcp_bpf_sendmsgLevi Zim1-4/+4
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang1-1/+3
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-1/+1
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-6/+11
2024-12-10tcp: check space before adding MPTCP SYN optionsMoYuanhao1-2/+4
2024-12-10udp: fix l4 hash after reconnectPaolo Abeni1-3/+5
2024-12-07ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima1-1/+2
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-7/+4
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni1-1/+1
2024-12-03Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera1-11/+3
2024-11-30net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen1-0/+3
2024-11-30tcp: populate XPS related fields of timewait socketsEric Dumazet1-0/+4
2024-11-28ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni1-1/+1
2024-11-28ipmr: fix tables suspicious RCU usagePaolo Abeni1-13/+29
2024-11-28ipmr: add debug check for mr table cleanupPaolo Abeni1-0/+14
2024-11-28tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima1-1/+1
2024-11-26tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsgZijian Zhang1-7/+4
2024-11-18net: ip: fix unexpected return in fib_validate_source()Menglong Dong1-1/+1
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu1-1/+1
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu1-3/+194
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu1-2/+4