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-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault2-2/+3
2025-03-07ipv4: Convert icmp_route_lookup() to dscp_t.Guillaume Nault1-10/+9
2025-02-27bpf: Fix wrong copied_seq calculationJiayuan Chen2-5/+60
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-21net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin1-0/+13
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-08xfrm: Add an inbound percpu state cache.Steffen Klassert1-3/+3
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-17tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann1-1/+1
2025-01-09net: Fix netns for ip_tunnel_init_flow()Xiao Liang1-3/+3
2025-01-09net: fix memory leak in tcp_conn_request()Wang Liang1-0/+1
2025-01-02tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang1-1/+3
2025-01-02tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-1/+1
2024-12-19tcp: check space before adding MPTCP SYN optionsMoYuanhao1-2/+4
2024-12-14net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov2-20/+25
2024-12-14net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin1-12/+10
2024-12-14tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsgZijian Zhang1-7/+4
2024-12-14Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera1-11/+3
2024-12-14net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen1-0/+3
2024-12-05ipmr: fix tables suspicious RCU usagePaolo Abeni1-13/+29
2024-12-05tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima1-1/+1
2024-11-14ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao1-1/+2
2024-11-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-3/+4
2024-10-29ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel1-1/+1
2024-10-29bpf: fix filed access without lockJiayuan Chen1-3/+4
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-22/+18
2024-10-16udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki1-1/+3
2024-10-16tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima1-5/+16
2024-10-12ipv4: give an IPv4 dev to blackhole_netdevXin Long1-10/+25
2024-10-10Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-3/+1