summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2024-04-26tcp: support rstreason for passive resetJason Xing
2024-04-26rstreason: prepare for active resetJason Xing
2024-04-26rstreason: prepare for passive resetJason Xing
2024-04-25net: add two more call_rcu_hurry()Eric Dumazet
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-25tcp: avoid premature drops in tcp_add_backlog()Eric Dumazet
2024-04-25tcp: update sacked after tracepoint in __tcp_retransmit_skbPhilo Lu
2024-04-23tcp: Fix Use-After-Free in tcp_ao_connect_initHyunwoo Kim
2024-04-23ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet
2024-04-22tcp: try to send bigger TSO packetsEric Dumazet
2024-04-22tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()Eric Dumazet
2024-04-22tcp: remove dubious FIN exception from tcp_cwnd_test()Eric Dumazet
2024-04-22tcp: do not export tcp_twsk_purge()Eric Dumazet
2024-04-22icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-19udp: preserve the connected status if only UDP cmsgYick Xie
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-17tcp_metrics: use parallel_ops for tcp_metrics_nl_familyEric Dumazet
2024-04-17tcp_metrics: fix tcp_metrics_nl_dump() return valueEric Dumazet
2024-04-17tcp: accept bare FIN packets under memory pressureEric Dumazet
2024-04-15udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi
2024-04-15inet: bring NLM_DONE out to a separate recv() againJakub Kicinski
2024-04-12tcp: small optimization when TCP_TW_SYN is processedEric Dumazet
2024-04-11ipv4: Remove RTO_ONLINK.Guillaume Nault
2024-04-11tcp: add support for SO_PEEK_OFF socket optionJon Maloy
2024-04-11net: move skb ref helpers to new headerMina Almasry
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-10netfilter: complete validation of user inputEric Dumazet
2024-04-10tcp: tweak tcp_sock_write_txrx size assertionEric Dumazet
2024-04-09net: make napi_frag_unref reuse skb_page_unrefMina Almasry
2024-04-09ipv4/route: avoid unused-but-set-variable warningArnd Bergmann
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault
2024-04-08tcp: more struct tcp_sock adjustmentsEric Dumazet
2024-04-08ip_tunnel: harden copying IP tunnel params to userspaceAlexander Lobakin
2024-04-08inet: frags: delay fqdir_free_fn()Eric Dumazet
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski
2024-04-05tcp: annotate data-races around tp->window_clampEric Dumazet
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04netfilter: validate user input for expected lengthEric Dumazet
2024-04-03trace: tcp: fully support trace_tcp_send_resetJason Xing
2024-04-02page_pool: check for PP direct cache locality laterAlexander Lobakin
2024-04-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet
2024-03-29udp: avoid calling sock_def_readable() if possibleEric Dumazet
2024-03-29udp: relax atomic operation on sk->sk_rmem_allocEric Dumazet