aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2026-03-02ipmr: Use MAXVIFS in mroute_msgsize().Kuniyuki Iwashima1-5/+4
2026-03-02ipmr: Convert ipmr_rtm_dumplink() to RCU.Kuniyuki Iwashima1-12/+17
2026-03-02ipmr: Annotate access to mrt->mroute_do_{pim,assert,wrvifwhole}.Kuniyuki Iwashima1-10/+10
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet9-48/+38
2026-02-28icmp: fix ICMP error source address when xfrm policy matchesAntony Antony1-1/+0
2026-02-28tcp: give up on stronger sk_rcvbuf checks (for now)Jakub Kicinski1-15/+1
2026-02-28udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.Kuniyuki Iwashima1-9/+14
2026-02-27inet: annotate data-races around isk->inet_numEric Dumazet2-5/+5
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet6-12/+14
2026-02-26inet: remove three EXPORT_SYMBOL()Eric Dumazet1-3/+1
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-74/+81
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-10/+25
2026-02-25netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal3-4/+0
2026-02-25tcp: re-enable acceptance of FIN packets when RWIN is 0Simon Baatz1-4/+14
2026-02-25esp: fix skb leak with espintcp and async cryptoSabrina Dubroca1-3/+6
2026-02-24icmp: increase net.ipv4.icmp_msgs_{per_sec,burst}Eric Dumazet1-2/+2
2026-02-24tcp: reduce calls to tcp_schedule_loss_probe()Eric Dumazet2-2/+2
2026-02-24tcp: make tcp_v{4,6}_send_check() staticEric Dumazet2-6/+3
2026-02-24tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet1-3/+16
2026-02-24tcp: inline __tcp_v4_send_check()Eric Dumazet2-19/+9
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook4-5/+4
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds15-19/+19
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook26-64/+60
2026-02-20udplite: Fix null-ptr-deref in __udp_enqueue_schedule_skb().Kuniyuki Iwashima1-2/+1
2026-02-19tcp: fix potential race in tcp_v6_syn_recv_sock()Eric Dumazet4-4/+10
2026-02-19Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-17/+31
2026-02-18ipv4: icmp: icmpv4_xrlim_allow() optimization if net.ipv4.icmp_ratelimit is zeroEric Dumazet1-4/+10
2026-02-18icmp: prevent possible overflow in icmp_global_allow()Eric Dumazet1-1/+2
2026-02-17ping: annotate data-races in ping_lookup()Eric Dumazet1-12/+19
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds30-552/+765
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+25
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds2-6/+42
2026-02-10xfrm: fix ip_rt_bug race in icmp_route_lookup reverse pathJiayuan Chen1-0/+15
2026-02-06tcp: inline tcp_filter()Eric Dumazet1-8/+0
2026-02-05inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMPEric Dumazet1-4/+10
2026-02-05tcp: move __reqsk_free() out of lineEric Dumazet1-0/+10
2026-02-05tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.cEric Dumazet1-0/+86
2026-02-05inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet1-0/+9
2026-02-04tcp: split tcp_check_space() in two partsEric Dumazet1-9/+4
2026-02-04tcp: move tcp_rbtree_insert() to tcp_output.cEric Dumazet2-19/+19
2026-02-04tcp: use __skb_push() in __tcp_transmit_skb()Eric Dumazet1-1/+1
2026-02-03tcp: accecn: enable AccECNChia-Yu Chang1-1/+1
2026-02-03tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_infoChia-Yu Chang1-0/+8
2026-02-03tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSISTChia-Yu Chang3-3/+19
2026-02-03tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaionChia-Yu Chang5-9/+36
2026-02-03tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACKChia-Yu Chang1-2/+2