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
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
2025-07-14
bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
Jordan Rife
1
-32
/
+77
2025-07-14
bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
Jordan Rife
1
-4
/
+5
2025-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+4
2025-07-09
net: ipconfig: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-3
/
+3
2025-07-09
tcp: refine sk_rcvbuf increase for ooo packets
Eric Dumazet
1
-1
/
+3
2025-07-08
udp: remove udp_tunnel_gro_init()
Eric Dumazet
1
-9
/
+1
2025-07-08
tcp: update the outdated ref draft-ietf-tcpm-rack
Xin Guo
2
-2
/
+2
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
2
-4
/
+2
2025-07-08
tcp: Correct signedness in skb remaining space calculation
Jiayuan Chen
1
-1
/
+1
2025-07-08
xfrm: delete x->tunnel as we delete x
Sabrina Dubroca
1
-0
/
+2
2025-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-3
/
+4
2025-07-02
net: preserve MSG_ZEROCOPY with forwarding
Willem de Bruijn
1
-0
/
+6
2025-07-02
net: ipv4: fix stat increase when udp early demux drops the packet
Antoine Tenart
1
-3
/
+4
2025-07-02
ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]
Eric Dumazet
11
-31
/
+35
2025-07-02
net: dst: annotate data-races around dst->output
Eric Dumazet
1
-1
/
+1
2025-07-02
net: dst: annotate data-races around dst->input
Eric Dumazet
1
-1
/
+1
2025-07-02
net: dst: annotate data-races around dst->expires
Eric Dumazet
1
-3
/
+4
2025-07-02
net: dst: annotate data-races around dst->obsolete
Eric Dumazet
2
-8
/
+9
2025-07-02
udp: move udp_memory_allocated into net_aligned_data
Eric Dumazet
3
-4
/
+3
2025-07-02
tcp: move tcp_memory_allocated into net_aligned_data
Eric Dumazet
2
-3
/
+2
2025-07-02
xfrm: Set transport header to fix UDP GRO handling
Tobias Brunner
1
-0
/
+3
2025-06-28
net: ipv4: guard ip_mr_output() with rcu
Eric Dumazet
1
-2
/
+2
2025-06-27
tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK range
xin.guo
1
-1
/
+2
2025-06-27
tcp: remove inet_rtx_syn_ack()
Eric Dumazet
4
-12
/
+4
2025-06-27
tcp: remove rtx_syn_ack field
Eric Dumazet
2
-2
/
+1
2025-06-26
ipv4: fib: Remove unnecessary encap_type check
Yue Haibing
1
-5
/
+0
2025-06-25
net: Remove unnecessary NULL check for lwtunnel_fill_encap()
Yue Haibing
3
-6
/
+3
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
7
-32
/
+29
2025-06-23
net: annotate races around sk->sk_uid
Eric Dumazet
6
-7
/
+10
2025-06-19
tcp: tcp_time_to_recover() cleanup
Eric Dumazet
1
-5
/
+3
2025-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-12
/
+28
2025-06-18
udp_tunnel: remove rtnl_lock dependency
Stanislav Fomichev
2
-24
/
+70
2025-06-18
tcp: fix passive TFO socket having invalid NAPI ID
David Wei
1
-0
/
+3
2025-06-18
tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behavior
Neal Cardwell
1
-12
/
+25
2025-06-17
net: tcp: tsq: Convert from tasklet to BH workqueue
Tejun Heo
2
-19
/
+19
2025-06-17
net: ipv4: Add ip_mr_output()
Petr Machata
2
-1
/
+118
2025-06-17
net: ipv4: ipmr: Split ipmr_queue_xmit() in two
Petr Machata
1
-16
/
+29
2025-06-17
net: ipv4: ipmr: ipmr_queue_xmit(): Drop local variable `dev'
Petr Machata
1
-5
/
+2
2025-06-17
net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
Petr Machata
3
-5
/
+8
2025-06-17
tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()
Neal Cardwell
2
-3
/
+0
2025-06-17
tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hint
Neal Cardwell
3
-26
/
+1
2025-06-17
tcp: remove obsolete and unused RFC3517/RFC6675 loss recovery code
Neal Cardwell
1
-127
/
+10
2025-06-13
net: arp: use kfree_skb_reason() in arp_rcv()
Qiu Yutan
1
-3
/
+7
[prev]
[next]