index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-11
Merge tag 'net-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/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 pso...
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...
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...
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...
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
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
[next]