index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-17
tcp_metrics: fix tcp_metrics_nl_dump() return value
Eric Dumazet
1
-2
/
+4
2024-04-17
tcp: accept bare FIN packets under memory pressure
Eric Dumazet
1
-1
/
+11
2024-04-15
udp: Avoid call to compute_score on multiple sites
Gabriel Krisman Bertazi
1
-5
/
+16
2024-04-15
inet: bring NLM_DONE out to a separate recv() again
Jakub Kicinski
1
-0
/
+5
2024-04-12
tcp: small optimization when TCP_TW_SYN is processed
Eric Dumazet
1
-1
/
+1
2024-04-11
ipv4: Remove RTO_ONLINK.
Guillaume Nault
1
-13
/
+1
2024-04-11
tcp: add support for SO_PEEK_OFF socket option
Jon Maloy
2
-6
/
+11
2024-04-11
net: move skb ref helpers to new header
Mina Almasry
2
-0
/
+2
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+9
2024-04-10
netfilter: complete validation of user input
Eric Dumazet
2
-0
/
+8
2024-04-10
tcp: tweak tcp_sock_write_txrx size assertion
Eric Dumazet
1
-1
/
+5
2024-04-09
net: make napi_frag_unref reuse skb_page_unref
Mina Almasry
1
-1
/
+1
2024-04-09
ipv4/route: avoid unused-but-set-variable warning
Arnd Bergmann
1
-3
/
+1
2024-04-09
tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field
Eric Dumazet
4
-14
/
+24
2024-04-09
tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()
Eric Dumazet
2
-2
/
+3
2024-04-08
ipv4: Set scope explicitly in ip_route_output().
Guillaume Nault
2
-4
/
+8
2024-04-08
tcp: more struct tcp_sock adjustments
Eric Dumazet
1
-4
/
+4
2024-04-08
ip_tunnel: harden copying IP tunnel params to userspace
Alexander Lobakin
1
-0
/
+2
2024-04-08
inet: frags: delay fqdir_free_fn()
Eric Dumazet
1
-2
/
+2
2024-04-06
net: skbuff: generalize the skb->decrypted bit
Jakub Kicinski
3
-15
/
+5
2024-04-05
tcp: annotate data-races around tp->window_clamp
Eric Dumazet
4
-20
/
+26
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-20
/
+53
2024-04-04
netfilter: validate user input for expected length
Eric Dumazet
2
-0
/
+8
2024-04-03
trace: tcp: fully support trace_tcp_send_reset
Jason Xing
1
-4
/
+3
2024-04-02
page_pool: check for PP direct cache locality later
Alexander Lobakin
1
-1
/
+1
2024-04-01
tcp/dccp: do not care about families in inet_twsk_purge()
Eric Dumazet
3
-10
/
+7
2024-04-01
inet: preserve const qualifier in inet_csk()
Eric Dumazet
2
-3
/
+3
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
8
-122
/
+198
2024-04-01
ip_tunnel: use a separate struct to store tunnel params in the kernel
Alexander Lobakin
6
-35
/
+73
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
1
-1
/
+1
2024-03-29
udp: avoid calling sock_def_readable() if possible
Eric Dumazet
1
-3
/
+11
2024-03-29
udp: relax atomic operation on sk->sk_rmem_alloc
Eric Dumazet
1
-6
/
+1
2024-03-29
udp: annotate data-race in __udp_enqueue_schedule_skb()
Eric Dumazet
1
-5
/
+6
2024-03-29
tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...
Kuniyuki Iwashima
1
-8
/
+11
2024-03-29
tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...
Kuniyuki Iwashima
1
-2
/
+9
2024-03-29
erspan: make sure erspan_base_hdr is present in skb->head
Eric Dumazet
1
-0
/
+5
2024-03-29
net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skb
Balazs Scheidler
1
-1
/
+1
2024-03-29
tcp/dccp: bypass empty buckets in inet_twsk_purge()
Eric Dumazet
1
-2
/
+7
2024-03-29
udp: prevent local UDP tunnel packets from being GROed
Antoine Tenart
1
-0
/
+6
2024-03-29
udp: do not transition UDP GRO fraglist partial checksums to unnecessary
Antoine Tenart
1
-7
/
+1
2024-03-29
gro: fix ownership transfer
Antoine Tenart
1
-1
/
+2
2024-03-29
udp: do not accept non-tunnel GSO skbs landing in a tunnel
Antoine Tenart
2
-2
/
+11
2024-03-28
bpf: Remove CONFIG_X86 and CONFIG_DYNAMIC_FTRACE guard from the tcp-cc kfuncs
Martin KaFai Lau
3
-12
/
+0
2024-03-28
inet: inet_defrag: prevent sk release while still in use
Florian Westphal
2
-14
/
+58
2024-03-28
Merge tag 'nf-24-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
1
-0
/
+1
2024-03-28
netfilter: arptables: Select NETFILTER_FAMILY_ARP when building arp_tables.c
Kuniyuki Iwashima
1
-0
/
+1
2024-03-25
tcp: properly terminate timers for kernel sockets
Eric Dumazet
2
-0
/
+16
2024-03-22
nexthop: fix uninitialized variable in nla_put_nh_group_stats()
Dan Carpenter
1
-1
/
+3
2024-03-21
Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
7
-33
/
+28
2024-03-19
Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-4
/
+4
[prev]
[next]