summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2025-03-22tcp: fix forever orphan socket caused by tcp_abortXueming Feng
2025-03-22tcp: fix races in tcp_abort()Eric Dumazet
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-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault
2025-03-07ipv4: Convert icmp_route_lookup() to dscp_t.Guillaume Nault
2025-03-07ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()Ido Schimmel
2025-03-07ipv4: icmp: Pass full DS field to ip_route_input()Ido Schimmel
2025-03-07net/ipv4: add tracepoint for icmp_sendPeilin He
2025-02-27bpf: Fix wrong copied_seq calculationJiayuan Chen
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-21net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin
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-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-02-01ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel
2025-01-17tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann
2025-01-09net: Fix netns for ip_tunnel_init_flow()Xiao Liang
2025-01-09ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()Ido Schimmel
2025-01-09ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit()Ido Schimmel
2025-01-09ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev()Ido Schimmel
2025-01-09ip_tunnel: annotate data-races around t->parms.linkEric Dumazet
2025-01-09net: fix memory leak in tcp_conn_request()Wang Liang
2025-01-02tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang
2025-01-02tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang
2024-12-19tcp: check space before adding MPTCP SYN optionsMoYuanhao
2024-12-14net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin
2024-12-14tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsgZijian Zhang
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-12-14net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko
2024-12-09ipmr: fix tables suspicious RCU usagePaolo Abeni
2024-12-09tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima
2024-12-09net: use unrcu_pointer() helperEric Dumazet
2024-12-09sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet
2024-12-09sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet