index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
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
2025-10-23
tcp: fix tcp_tso_should_defer() vs large RTT
Eric Dumazet
1
-4
/
+15
2025-10-23
net/ip6_tunnel: Prevent perpetual tunnel growth
Dmitry Safonov
1
-14
/
+0
2025-10-19
tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()
Eric Dumazet
1
-1
/
+4
2025-10-19
tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().
Kuniyuki Iwashima
1
-1
/
+0
2025-10-15
tcp: use skb->len instead of skb->truesize in tcp_can_ingest()
Eric Dumazet
1
-2
/
+13
2025-10-15
tcp: fix __tcp_close() to only send RST when required
Eric Dumazet
1
-4
/
+5
2025-10-15
inet: ping: check sock_net() in ping_get_port() and ping_lookup()
Eric Dumazet
1
-4
/
+10
2025-10-15
ipv4: start using dst_dev_rcu()
Eric Dumazet
4
-10
/
+12
2025-10-15
tcp_metrics: use dst_dev_net_rcu()
Eric Dumazet
1
-3
/
+3
2025-10-15
net: dst: introduce dst->dev_rcu
Eric Dumazet
1
-2
/
+2
2025-09-23
nexthop: Forbid FDB status change while nexthop is in a group
Ido Schimmel
1
-0
/
+7
2025-09-17
tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().
Kuniyuki Iwashima
1
-0
/
+5
2025-09-14
net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCP_REPAIR
Anderson Nascimento
1
-1
/
+3
2025-09-11
Merge tag 'net-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+6
2025-09-11
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-1
/
+4
2025-09-10
tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate psock->cork.
Kuniyuki Iwashima
1
-1
/
+4
2025-09-09
tunnels: reset the GSO metadata before reusing the skb
Antoine Tenart
1
-0
/
+6
2025-09-03
ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()
Dan Carpenter
1
-4
/
+3
2025-09-01
icmp: fix icmp_ndo_send address translation for reply direction
Fabian Bläse
1
-2
/
+4
2025-08-28
net: ipv4: fix regression in local-broadcast routes
Oscar Maes
1
-3
/
+7
2025-08-21
netfilter: nf_reject: don't leak dst refcount for loopback packets
Florian Westphal
1
-4
/
+2
2025-08-12
Merge tag 'ipsec-2025-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Paolo Abeni
1
-1
/
+1
2025-08-07
netfilter: add back NETFILTER_XTABLES dependencies
Arnd Bergmann
1
-0
/
+3
2025-08-07
udp: also consider secpath when evaluating ipsec use for checksumming
Sabrina Dubroca
1
-1
/
+1
2025-08-01
net: Add locking to protect skb->dev access in ip_output
Sharath Chandra Vurukala
1
-5
/
+10
2025-07-25
netfilter: Exclude LEGACY TABLES on PREEMPT_RT.
Pablo Neira Ayuso
1
-12
/
+12
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+5
2025-07-24
Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Paolo Abeni
2
-0
/
+5
2025-07-22
tcp: do not increment BeyondWindow MIB for old seq
Paolo Abeni
1
-1
/
+5
2025-07-22
tcp: do not set a zero size receive buffer
Paolo Abeni
1
-0
/
+4
2025-07-22
tcp: trace retransmit failures in tcp_retransmit_skb
Fan Yu
1
-17
/
+29
2025-07-21
tcp: add tcp_sock_set_maxseg
Geliang Tang
1
-9
/
+14
2025-07-18
net: s/dev_get_flags/netif_get_flags/
Stanislav Fomichev
3
-3
/
+3
2025-07-18
net: s/dev_get_port_parent_id/netif_get_port_parent_id/
Stanislav Fomichev
1
-1
/
+1
2025-07-18
net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
Jesper Dangaard Brouer
2
-15
/
+17
2025-07-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-69
/
+200
2025-07-17
neighbour: Update pneigh_entry in pneigh_create().
Kuniyuki Iwashima
1
-3
/
+1
2025-07-17
neighbour: Split pneigh_lookup().
Kuniyuki Iwashima
1
-2
/
+2
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+2
2025-07-17
net: fix segmentation after TCP/UDP fraglist GRO
Felix Fietkau
2
-0
/
+2
2025-07-16
tcp: fix UaF in tcp_prune_ofo_queue()
Paolo Abeni
1
-1
/
+1
2025-07-14
tcp: stronger sk_rcvbuf checks
Eric Dumazet
1
-6
/
+16
2025-07-14
tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skb
Eric Dumazet
1
-1
/
+1
2025-07-14
tcp: call tcp_measure_rcv_mss() for ooo packets
Eric Dumazet
1
-0
/
+1
2025-07-14
tcp: add LINUX_MIB_BEYOND_WINDOW
Eric Dumazet
2
-0
/
+2
2025-07-14
tcp: do not accept packets beyond window
Eric Dumazet
1
-5
/
+17
2025-07-14
net: ipv4: fix incorrect MTU in broadcast routes
Oscar Maes
1
-1
/
+0
2025-07-14
bpf: tcp: Avoid socket skips and repeats during iteration
Jordan Rife
1
-32
/
+115
2025-07-14
bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
Jordan Rife
1
-10
/
+14
2025-07-14
bpf: tcp: Get rid of st_bucket_done
Jordan Rife
1
-8
/
+6
[next]