summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-04net: use ktime_t in struct scm_timestamping_internalEric Dumazet
2026-03-04tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.cEric Dumazet
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-03-03net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers
2026-03-03net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su
2026-03-03net/tcp-ao: Fix MAC comparison to be constant-timeEric Biggers
2026-03-02dccp Remove inet_hashinfo2_init_mod().Kuniyuki Iwashima
2026-03-02ipmr: Don't hold RTNL for ipmr_rtm_route().Kuniyuki Iwashima
2026-03-02ipmr: Add dedicated mutex for mrt->{mfc_hash,mfc_cache_list}.Kuniyuki Iwashima
2026-03-02ipmr/ip6mr: Convert net->ipv[46].ipmr_seq to atomic_t.Kuniyuki Iwashima
2026-03-02ipmr: Call fib_rules_unregister() without RTNL.Kuniyuki Iwashima
2026-03-02ipmr: Remove RTNL in ipmr_rules_init() and ipmr_net_init().Kuniyuki Iwashima
2026-03-02ipmr: Convert ipmr_net_exit_batch() to ->exit_rtnl().Kuniyuki Iwashima
2026-03-02ipmr: Move unregister_netdevice_many() out of ipmr_free_table().Kuniyuki Iwashima
2026-03-02ipmr: Move unregister_netdevice_many() out of mroute_clean_tables().Kuniyuki Iwashima
2026-03-02ipmr: Convert ipmr_rtm_dumproute() to RCU.Kuniyuki Iwashima
2026-03-02ipmr: Convert ipmr_rtm_getroute() to RCU.Kuniyuki Iwashima
2026-03-02ipmr: Use MAXVIFS in mroute_msgsize().Kuniyuki Iwashima
2026-03-02ipmr: Convert ipmr_rtm_dumplink() to RCU.Kuniyuki Iwashima
2026-03-02ipmr: Annotate access to mrt->mroute_do_{pim,assert,wrvifwhole}.Kuniyuki Iwashima
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-28icmp: fix ICMP error source address when xfrm policy matchesAntony Antony
2026-02-28tcp: give up on stronger sk_rcvbuf checks (for now)Jakub Kicinski
2026-02-28udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.Kuniyuki Iwashima
2026-02-27inet: annotate data-races around isk->inet_numEric Dumazet
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-02-26inet: remove three EXPORT_SYMBOL()Eric Dumazet
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-25netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal
2026-02-25tcp: re-enable acceptance of FIN packets when RWIN is 0Simon Baatz
2026-02-25esp: fix skb leak with espintcp and async cryptoSabrina Dubroca
2026-02-24icmp: increase net.ipv4.icmp_msgs_{per_sec,burst}Eric Dumazet
2026-02-24tcp: reduce calls to tcp_schedule_loss_probe()Eric Dumazet
2026-02-24tcp: make tcp_v{4,6}_send_check() staticEric Dumazet
2026-02-24tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet
2026-02-24tcp: inline __tcp_v4_send_check()Eric Dumazet
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-20udplite: Fix null-ptr-deref in __udp_enqueue_schedule_skb().Kuniyuki Iwashima
2026-02-19tcp: fix potential race in tcp_v6_syn_recv_sock()Eric Dumazet
2026-02-19Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-18ipv4: icmp: icmpv4_xrlim_allow() optimization if net.ipv4.icmp_ratelimit is zeroEric Dumazet
2026-02-18icmp: prevent possible overflow in icmp_global_allow()Eric Dumazet
2026-02-17ping: annotate data-races in ping_lookup()Eric Dumazet
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds