summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2024-04-18tcp_metrics: use parallel_ops for tcp_metrics_nl_familyEric Dumazet1-0/+1
2024-04-18tcp_metrics: fix tcp_metrics_nl_dump() return valueEric Dumazet1-2/+4
2024-04-17tcp: accept bare FIN packets under memory pressureEric Dumazet1-1/+11
2024-04-15udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi1-5/+16
2024-04-15inet: bring NLM_DONE out to a separate recv() againJakub Kicinski1-0/+5
2024-04-13tcp: small optimization when TCP_TW_SYN is processedEric Dumazet1-1/+1
2024-04-12ipv4: Remove RTO_ONLINK.Guillaume Nault1-13/+1
2024-04-12tcp: add support for SO_PEEK_OFF socket optionJon Maloy2-6/+11
2024-04-12net: move skb ref helpers to new headerMina Almasry2-0/+2
2024-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+9
2024-04-11netfilter: complete validation of user inputEric Dumazet2-0/+8
2024-04-11tcp: tweak tcp_sock_write_txrx size assertionEric Dumazet1-1/+5
2024-04-10net: make napi_frag_unref reuse skb_page_unrefMina Almasry1-1/+1
2024-04-09ipv4/route: avoid unused-but-set-variable warningArnd Bergmann1-3/+1
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet4-14/+24
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet2-2/+3
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault2-4/+8
2024-04-08tcp: more struct tcp_sock adjustmentsEric Dumazet1-4/+4
2024-04-08ip_tunnel: harden copying IP tunnel params to userspaceAlexander Lobakin1-0/+2
2024-04-08inet: frags: delay fqdir_free_fn()Eric Dumazet1-2/+2
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski3-15/+5
2024-04-06tcp: annotate data-races around tp->window_clampEric Dumazet4-20/+26
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-20/+53
2024-04-04netfilter: validate user input for expected lengthEric Dumazet2-0/+8
2024-04-04trace: tcp: fully support trace_tcp_send_resetJason Xing1-4/+3
2024-04-03page_pool: check for PP direct cache locality laterAlexander Lobakin1-1/+1
2024-04-02tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet3-10/+7
2024-04-02inet: preserve const qualifier in inet_csk()Eric Dumazet2-3/+3
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin8-122/+198
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin6-35/+73
2024-03-30net: add sk_wake_async_rcu() helperEric Dumazet1-1/+1
2024-03-30udp: avoid calling sock_def_readable() if possibleEric Dumazet1-3/+11
2024-03-30udp: relax atomic operation on sk->sk_rmem_allocEric Dumazet1-6/+1
2024-03-30udp: annotate data-race in __udp_enqueue_schedule_skb()Eric Dumazet1-5/+6
2024-03-30tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...Kuniyuki Iwashima1-8/+11
2024-03-30tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...Kuniyuki Iwashima1-2/+9
2024-03-29erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet1-0/+5
2024-03-29net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler1-1/+1
2024-03-29tcp/dccp: bypass empty buckets in inet_twsk_purge()Eric Dumazet1-2/+7
2024-03-29udp: prevent local UDP tunnel packets from being GROedAntoine Tenart1-0/+6
2024-03-29udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart1-7/+1
2024-03-29gro: fix ownership transferAntoine Tenart1-1/+2
2024-03-29udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart2-2/+11
2024-03-28inet: inet_defrag: prevent sk release while still in useFlorian Westphal2-14/+58
2024-03-28Merge tag 'nf-24-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-0/+1
2024-03-28netfilter: arptables: Select NETFILTER_FAMILY_ARP when building arp_tables.cKuniyuki Iwashima1-0/+1
2024-03-26tcp: properly terminate timers for kernel socketsEric Dumazet2-0/+16
2024-03-23nexthop: fix uninitialized variable in nla_put_nh_group_stats()Dan Carpenter1-1/+3
2024-03-22Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds7-33/+28