aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2026-05-04ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculationUjjal Roy1-3/+3
2026-05-01tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_us to tcp_sock_write_tx groupEric Dumazet1-4/+4
2026-05-01tcp: move tp->bytes_acked to tcp_sock_write_tx groupEric Dumazet1-1/+1
2026-05-01tcp: move tp->first_tx_mstamp and tp->delivered_mstamp to tcp_sock_write_txEric Dumazet1-2/+2
2026-05-01tcp: move tp->segs_in and tp->segs_out to tcp_sock_write_txrx groupEric Dumazet1-2/+2
2026-05-01tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx groupEric Dumazet1-2/+2
2026-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-55/+100
2026-04-30net/tcp: Remove tcp_sigpoolEric Biggers3-370/+0
2026-04-30net/tcp-ao: Return void from functions that can no longer failEric Biggers2-70/+68
2026-04-30net/tcp-ao: Use stack-allocated MAC and traffic_key buffersEric Biggers1-33/+11
2026-04-30net/tcp-ao: Use crypto library API instead of crypto_ahashEric Biggers2-265/+255
2026-04-30net/tcp-ao: Drop support for most non-RFC-specified algorithmsEric Biggers1-0/+4
2026-04-29tcp: add tcp_mstamp_refresh_inline()Eric Dumazet2-10/+4
2026-04-28Merge tag 'nf-26-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-3/+23
2026-04-27tcp: make probe0 timer handle expired user timeoutAltan Hacigumus1-2/+3
2026-04-27ipmr: Free mr_table after RCU grace period.Kuniyuki Iwashima2-50/+74
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+0
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds19-85/+114
2026-04-23tcp: call sk_data_ready() after listener migrationZhenzhong Wu1-0/+3
2026-04-23ipv4: icmp: validate reply type before using icmp_pointersRuide Cao1-1/+4
2026-04-23tcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen1-3/+7
2026-04-23net: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski1-1/+0
2026-04-21netfilter: arp_tables: fix IEEE1394 ARP payload parsingPablo Neira Ayuso2-3/+23
2026-04-20netfilter: nat: use kfree_rcu to release opsPablo Neira Ayuso1-2/+2
2026-04-18tcp: annotate data-races around tp->plb_rehashEric Dumazet2-2/+3
2026-04-18tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)Eric Dumazet1-1/+2
2026-04-18tcp: annotate data-races around tp->timeout_rehashEric Dumazet2-2/+3
2026-04-18tcp: annotate data-races around tp->srtt_usEric Dumazet2-3/+4
2026-04-18tcp: annotate data-races around tp->reord_seenEric Dumazet2-3/+3
2026-04-18tcp: annotate data-races around tp->dsack_dupsEric Dumazet2-2/+2
2026-04-18tcp: annotate data-races around tp->bytes_retransEric Dumazet2-3/+3
2026-04-18tcp: annotate data-races around tp->bytes_sentEric Dumazet2-2/+3
2026-04-18tcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet3-4/+6
2026-04-18tcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet2-6/+6
2026-04-18tcp: annotate data-races around tp->snd_ssthreshEric Dumazet13-29/+31
2026-04-18tcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet3-11/+13
2026-04-18tcp: add data-race annotations around tp->data_segs_out and tp->total_retransEric Dumazet2-5/+7
2026-04-18tcp: annotate data-races in tcp_get_info_chrono_stats()Eric Dumazet1-4/+10
2026-04-16nexthop: fix IPv6 route referencing IPv4 nexthopJiayuan Chen1-2/+2
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+3
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds55-1235/+793
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2026-04-13tcp: Don't set treq->req_usec_ts in cookie_tcp_reqsk_init().Kuniyuki Iwashima1-1/+1
2026-04-13udp: Force compute_score to always inlineGabriel Krisman Bertazi1-6/+6
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-4/+4
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski2-0/+6
2026-04-12Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski4-5/+10
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet1-1/+2
2026-04-12tcp: change tcp_filter() to return the reason by valueEric Dumazet1-2/+4
2026-04-12net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet2-2/+4