index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-17
ipv4: fix null-deref in ipv4_link_failure
Kyle Zeng
1
-1
/
+3
2023-09-13
tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.
Kuniyuki Iwashima
1
-1
/
+6
2023-09-13
tcp: Fix bind() regression for v4-mapped-v6 wildcard address.
Kuniyuki Iwashima
1
-1
/
+2
2023-09-13
tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...
Kuniyuki Iwashima
1
-15
/
+13
2023-09-08
net: ipv4: fix one memleak in __inet_del_ifa()
Liu Jian
1
-5
/
+5
2023-09-08
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
12
-18
/
+22
2023-09-05
igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU
Eric Dumazet
1
-1
/
+2
2023-09-01
ipv4: ignore dst hint for multipath routes
Sriram Yagnaraman
2
-1
/
+3
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
3
-4
/
+4
2023-09-01
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
2
-4
/
+4
2023-08-31
ipv4: annotate data-races around fi->fib_dead
Eric Dumazet
2
-2
/
+6
2023-08-30
net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicated
Heng Guo
3
-6
/
+3
2023-08-30
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
5
-6
/
+14
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-7
/
+4
2023-08-28
inet: fix IP_TRANSPARENT error handling
Eric Dumazet
1
-5
/
+3
2023-08-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+1
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+4
2023-08-22
net: remove unnecessary input parameter 'how' in ifdown function
Zhengchao Shao
1
-10
/
+1
2023-08-21
IPv4: add extack info for IPv4 address add/delete
Hangbin Liu
1
-3
/
+20
2023-08-20
net: selectively purge error queue in IP_RECVERR / IPV6_RECVERR
Eric Dumazet
1
-1
/
+1
2023-08-20
ipv4: fix data-races around inet->inet_id
Eric Dumazet
3
-4
/
+4
2023-08-19
tcp: refine skb->ooo_okay setting
Eric Dumazet
1
-7
/
+14
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+5
2023-08-18
mm: allow per-VMA locks on file-backed VMAs
Matthew Wilcox (Oracle)
1
-7
/
+4
2023-08-18
lwt: Check LWTUNNEL_XMIT_CONTINUE strictly
Yan Zhai
1
-1
/
+1
2023-08-16
inet: implement lockless IP_MINTTL
Eric Dumazet
1
-18
/
+14
2023-08-16
inet: implement lockless IP_TTL
Eric Dumazet
2
-16
/
+13
2023-08-16
inet: move inet->defer_connect to inet->inet_flags
Eric Dumazet
4
-9
/
+11
2023-08-16
inet: move inet->bind_address_no_port to inet->inet_flags
Eric Dumazet
3
-8
/
+8
2023-08-16
inet: move inet->nodefrag to inet->inet_flags
Eric Dumazet
4
-13
/
+11
2023-08-16
inet: move inet->is_icsk to inet->inet_flags
Eric Dumazet
4
-6
/
+6
2023-08-16
inet: move inet->transparent to inet->inet_flags
Eric Dumazet
5
-20
/
+17
2023-08-16
inet: move inet->mc_all to inet->inet_frags
Eric Dumazet
4
-14
/
+14
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
4
-11
/
+11
2023-08-16
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
6
-25
/
+20
2023-08-16
inet: move inet->freebind to inet->inet_flags
Eric Dumazet
2
-13
/
+10
2023-08-16
inet: move inet->recverr_rfc4884 to inet->inet_flags
Eric Dumazet
2
-10
/
+10
2023-08-16
inet: move inet->recverr to inet->inet_flags
Eric Dumazet
6
-26
/
+25
2023-08-16
inet: set/get simple options locklessly
Eric Dumazet
1
-56
/
+62
2023-08-16
inet: introduce inet->inet_flags
Eric Dumazet
4
-57
/
+36
2023-08-16
Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
1
-2
/
+2
2023-08-16
nexthop: Do not increment dump sentinel at the end of the dump
Ido Schimmel
1
-1
/
+0
2023-08-16
nexthop: Simplify nexthop bucket dump
Ido Schimmel
1
-5
/
+0
2023-08-16
networking: Update to register_net_sysctl_sz
Joel Granados
5
-6
/
+14
2023-08-15
net: fix the RTO timer retransmitting skb every 1ms if linear option is enabled
Jason Xing
1
-1
/
+3
2023-08-14
net: factor out __inet_listen_sk() helper
Paolo Abeni
1
-16
/
+22
2023-08-14
net: factor out inet{,6}_bind_sk helpers
Paolo Abeni
1
-2
/
+6
2023-08-13
net: tcp: refactor the dbg message in tcp_retransmit_timer()
Menglong Dong
1
-10
/
+13
2023-08-13
net: tcp: fix unexcepted socket die when snd_wnd is 0
Menglong Dong
1
-1
/
+17
2023-08-13
net: tcp: allow zero-window ACK update the window
Menglong Dong
1
-1
/
+1
[next]