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
2019-06-05
net: ipv4: fix rcu lockdep splat due to wrong annotation
Florian Westphal
1
-1
/
+1
2019-06-04
net: fix use-after-free in kfree_skb_list
Eric Dumazet
1
-3
/
+2
2019-06-04
tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)
Eric Dumazet
1
-2
/
+2
2019-06-04
ipv4: icmp: use this_cpu_read() in icmp_sk()
Eric Dumazet
1
-1
/
+1
2019-06-03
bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
Martin KaFai Lau
1
-1
/
+5
2019-06-03
net: ipv4: provide __rcu annotation for ifa_list
Florian Westphal
1
-31
/
+57
2019-06-03
net: use new in_dev_ifa iterators
Florian Westphal
2
-9
/
+20
2019-06-03
netfilter: use in_dev_for_each_ifa_rcu
Florian Westphal
1
-2
/
+7
2019-06-03
devinet: use in_dev_for_each_ifa_rcu in more places
Florian Westphal
1
-8
/
+19
2019-06-03
net: inetdevice: provide replacement iterators for in_ifaddr walk
Florian Westphal
1
-15
/
+16
2019-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-5
/
+5
2019-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-11
/
+23
2019-06-01
bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls
brakmo
1
-11
/
+23
2019-06-01
nexthop: remove redundant assignment to err
Colin Ian King
1
-1
/
+1
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-40
/
+40
2019-05-31
netfilter: ipv4: prefer skb_ensure_writable
Florian Westphal
4
-5
/
+5
2019-05-31
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
39
-214
/
+39
2019-05-31
net: correct zerocopy refcnt with udp MSG_MORE
Willem de Bruijn
1
-2
/
+2
2019-05-31
net: don't clear sock->sk early to avoid trouble in strparser
Jakub Kicinski
1
-1
/
+1
2019-05-31
net: ipv4: place control buffer handling away from fragmentation iterators
Pablo Neira Ayuso
1
-18
/
+37
2019-05-31
net: ipv4: split skbuff into fragments transformer
Pablo Neira Ayuso
1
-88
/
+112
2019-05-31
net: ipv4: add skbuff fraglist splitter
Pablo Neira Ayuso
1
-33
/
+55
2019-05-30
tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_key
Jason Baron
1
-24
/
+71
2019-05-30
tcp: add support to TCP_FASTOPEN_KEY for optional backup key
Jason Baron
1
-10
/
+20
2019-05-30
tcp: add backup TFO key infrastructure
Jason Baron
4
-55
/
+123
2019-05-30
tcp: introduce __tcp_fastopen_cookie_gen_cipher()
Christoph Paasch
1
-36
/
+37
2019-05-30
ipv4: tcp_input: fix stack out of bounds when parsing TCP options.
Young Xiao
1
-0
/
+2
2019-05-30
inet: frags: Remove unnecessary smp_store_release/READ_ONCE
Herbert Xu
1
-6
/
+10
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
39
-214
/
+39
2019-05-29
nexthop: Add support for nexthop groups
David Ahern
1
-23
/
+481
2019-05-29
nexthop: Add support for lwt encaps
David Ahern
1
-1
/
+36
2019-05-29
nexthop: Add support for IPv6 gateways
David Ahern
1
-0
/
+56
2019-05-29
nexthop: Add support for IPv4 nexthops
David Ahern
1
-0
/
+208
2019-05-29
net: Initial nexthop code
David Ahern
2
-1
/
+723
2019-05-29
inet: frags: fix use-after-free read in inet_frag_destroy_rcu
Eric Dumazet
1
-2
/
+18
2019-05-29
inet: frags: uninline fqdir_init()
Eric Dumazet
1
-0
/
+19
2019-05-27
ipv4: remove redundant assignment to n
Colin Ian King
1
-1
/
+0
2019-05-27
inet: frags: rework rhashtable dismantle
Eric Dumazet
1
-12
/
+37
2019-05-27
net: dynamically allocate fqdir structures
Eric Dumazet
3
-18
/
+19
2019-05-27
net: add a net pointer to struct fqdir
Eric Dumazet
1
-13
/
+7
2019-05-27
net: rename inet_frags_init_net() to fdir_init()
Eric Dumazet
1
-2
/
+1
2019-05-27
ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]
Eric Dumazet
1
-12
/
+6
2019-05-27
net: rename struct fqdir fields
Eric Dumazet
2
-28
/
+28
2019-05-27
net: rename inet_frags_exit_net() to fqdir_exit()
Eric Dumazet
2
-4
/
+4
2019-05-27
inet: rename netns_frags to fqdir
Eric Dumazet
2
-36
/
+36
2019-05-25
ip_sockglue: Fix missing-check bug in ip_ra_control()
Gen Zhang
1
-0
/
+2
2019-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-20
/
+3
2019-05-23
ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
Eric Dumazet
1
-11
/
+11
2019-05-23
ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
Eric Dumazet
1
-17
/
+30
2019-05-23
net: Set strict_start_type for routes and rules
David Ahern
1
-0
/
+1
[prev]
[next]