summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2025-05-29mr: consolidate the ipmr_can_free_table() checks.Paolo Abeni
2025-05-29xfrm: Fix UDP GRO handling for some corner casesTobias Brunner
2025-05-29espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-05-29espintcp: fix skb leaksSabrina Dubroca
2025-05-29ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-onlyGeert Uytterhoeven
2025-05-29ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().Kuniyuki Iwashima
2025-05-29tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet
2025-05-29ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl().Kuniyuki Iwashima
2025-05-29ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().Kuniyuki Iwashima
2025-05-29tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()Eric Dumazet
2025-05-29tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()Ilpo Järvinen
2025-05-09net: use sock_gen_put() when sk_state is TCP_TIME_WAITJibin Zhang
2025-05-09net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau
2025-05-02netfilter: fib: avoid lookup if socket is availableFlorian Westphal
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-05net-timestamp: support TCP GSO case for a few missing flagsJason Xing
2025-02-28net: gso: fix ownership in __udp_gso_segmentAntoine Tenart
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-26tcp: Defer ts_recent changes until req is ownedWang Hai
2025-02-25tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
2025-02-19arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao
2025-02-18tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski
2025-02-10arp: use RCU protection in arp_xmit()Eric Dumazet
2025-02-06ipv4: icmp: convert to dev_net_rcu()Eric Dumazet
2025-02-06ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet
2025-02-06ipv4: use RCU protection in inet_select_addr()Eric Dumazet
2025-02-06ipv4: use RCU protection in rt_is_expired()Eric Dumazet
2025-02-06ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai
2025-01-29tcp: correct handling of extreme memory squeezeJon Maloy
2025-01-29bpf: Fix wrong copied_seq calculationJiayuan Chen
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-01-23ipmr: do not call mr_mfc_uses_dev() for unres entriesEric Dumazet
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-01-20tcp_cubic: fix incorrect HyStart round start detectionMahdi Arghavani
2025-01-20xfrm: Fix the usage of skb->skSteffen Klassert
2025-01-16ipv4: Prepare inet_rtm_getroute() to .flowi4_tos conversion.Guillaume Nault
2025-01-16gre: Prepare ipgre_open() to .flowi4_tos conversion.Guillaume Nault
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-15inet: ipmr: fix data-racesEric Dumazet
2025-01-14tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counterEric Dumazet
2025-01-14tcp: add TCP_RFC7323_PAWS_ACK drop reasonEric Dumazet
2025-01-14tcp: add drop_reason support to tcp_disordered_ack()Eric Dumazet