summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-08xfrm: Add an inbound percpu state cache.Steffen Klassert
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-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-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/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov
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-14Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera
2024-12-14net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen
2024-12-05ipmr: fix tables suspicious RCU usagePaolo Abeni
2024-12-05tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima
2024-11-13ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-29ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel
2024-10-29bpf: fix filed access without lockJiayuan Chen
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki
2024-10-15tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima
2024-10-11ipv4: give an IPv4 dev to blackhole_netdevXin Long
2024-10-10Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-10-09tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni
2024-10-09netfilter: fib: check correct rtable in vrf setupsFlorian Westphal
2024-10-03tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell
2024-10-03tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell
2024-10-03tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-03Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-10-02gso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn
2024-10-02net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-01ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov
2024-09-27netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet
2024-09-26Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-09-26netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman
2024-09-23xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-09-23xfrm: extract dst lookup parameters into a structEyal Birger
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds