Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
27ba4059e06b3bbd38a7d944fd5a78cdf47534f4
/
net
/
ipv6
a346abe
ipv6: icmp: allow flowlabel reflection in echo replies
by Eric Dumazet
· 6 years ago
d96ff26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
b2c709c
ipv6: Convert gateway validation to use fib6_info
by David Ahern
· 6 years ago
2c6b55f
ipv6: fix neighbour resolution with raw socket
by Nicolas Dichtel
· 6 years ago
9b1c1ef
ipv6: constify rt6_nexthop()
by Nicolas Dichtel
· 6 years ago
3b52569
ipv6: fix suspicious RCU usage in rt6_dump_route()
by Eric Dumazet
· 6 years ago
b8e8a86
net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"
by Eiichi Tsukata
· 6 years ago
1c5ba67
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Pablo Neira Ayuso
· 6 years ago
40cb35d
ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()
by Stefano Brivio
· 6 years ago
1e47b48
ipv6: Dump route exceptions if requested
by Stefano Brivio
· 6 years ago
bf9a8a061
ipv6/route: Change return code of rt6_dump_route() for partial node dumps
by Stefano Brivio
· 6 years ago
3401bfb
ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()
by Stefano Brivio
· 6 years ago
ef11209
Revert "net/ipv6: Bail early if user only wants cloned entries"
by Stefano Brivio
· 6 years ago
564c91f
fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONED
by Stefano Brivio
· 6 years ago
7d9e5f4
ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREF
by Wei Wang
· 6 years ago
67f415d
ipv6: convert rx data path to not take refcnt on dst
by Wei Wang
· 6 years ago
d64a1f5
ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logic
by Wei Wang
· 6 years ago
7410921
ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entries
by Wei Wang
· 6 years ago
0e09edc
ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()
by Wei Wang
· 6 years ago
9eee3b4
ipv6: Error when route does not have any valid nexthops
by Ido Schimmel
· 6 years ago
92ad632
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c356dc4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
c884d8a
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 6 years ago
8527fa6
netfilter: synproxy: fix building syncookie calls
by Arnd Bergmann
· 6 years ago
c7036d9
ipv6: Default fib6_type to RTN_UNICAST when not set
by David Ahern
· 6 years ago
d5dd887
inet: fix various use-after-free in defrags units
by Eric Dumazet
· 6 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
d470e72
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
d5382fe
ipv6: Stop sending in-kernel notifications for each nexthop
by Ido Schimmel
· 6 years ago
2881fd6
ipv6: Add IPv6 multipath notification for route delete
by Ido Schimmel
· 6 years ago
ebee3ca
ipv6: Add IPv6 multipath notifications for add / replace
by Ido Schimmel
· 6 years ago
d4b96c7
ipv6: Extend notifier info for multipath routes
by Ido Schimmel
· 6 years ago
13091aa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
da0f382
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
d7f9b2f
netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXY
by Fernando Fernandez Mancera
· 6 years ago
3006a52
netfilter: synproxy: remove module dependency on IPv6 SYNPROXY
by Fernando Fernandez Mancera
· 6 years ago
f48d2cc
udp: Remove unused variable/function (exact_dif)
by Tim Beale
· 6 years ago
7354537
udp: Remove unused parameter (exact_dif)
by Tim Beale
· 6 years ago
d6fb396
ipv4: tcp: fix ACK/RST sent with a transmit delay
by Eric Dumazet
· 6 years ago
a842fe1
tcp: add optional per socket transmit delay
by Eric Dumazet
· 6 years ago
e1ae5c2
vrf: Increment Icmp6InMsgs on the original netdev
by Stephen Suryaputra
· 6 years ago
522924b
net: correct udp zerocopy refcnt also when zerocopy only on append
by Willem de Bruijn
· 6 years ago
5b98324
ipv6: Allow routes to use nexthop objects
by David Ahern
· 6 years ago
2d44234
ipv6: Handle all fib6_nh in a nexthop in mtu updates
by David Ahern
· 6 years ago
49d5b8e
ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirect
by David Ahern
· 6 years ago
c55c898
ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirect
by David Ahern
· 6 years ago
e659ba3
ipv6: Handle all fib6_nh in a nexthop in exception handling
by David Ahern
· 6 years ago
2c170e0
ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_dev
by David Ahern
· 6 years ago
a1b7a1f
ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_size
by David Ahern
· 6 years ago
17a5984
ipv6: Handle all fib6_nh in a nexthop in __find_rr_leaf
by David Ahern
· 6 years ago
962b680
ipv6: Handle all fib6_nh in a nexthop in rt6_device_match
by David Ahern
· 6 years ago
2ab75bf
ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_from
by David Ahern
· 6 years ago
fe03d47
Update my email address
by Jozsef Kadlecsik
· 6 years ago
c67b855
ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state
by Eric Dumazet
· 6 years ago
3920967
ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()
by Eric Dumazet
· 6 years ago
65a3c49
ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zero
by Eric Dumazet
· 6 years ago
9331b67
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
38e406f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
a6cdeeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
1e1d926
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
8a3dca6
netfilter: ipv6: nf_defrag: accept duplicate fragments again
by Guillaume Nault
· 6 years ago
983695f
bpf: fix unconnected udp hooks
by Daniel Borkmann
· 6 years ago
4daa95a
ipv6: fix spelling mistake: "wtih" -> "with"
by Colin Ian King
· 6 years ago
b9aa52c
ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
by Olivier Matz
· 6 years ago
59e3e4b
ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
by Olivier Matz
· 6 years ago
16e6427
netfilter: ipv6: Fix undefined symbol nf_ct_frag6_gather
by wenxu
· 6 years ago
50a8acc
ipv6: tcp: send consistent flowlabel in TIME_WAIT state
by Eric Dumazet
· 6 years ago
323a53c
ipv6: tcp: enable flowlabel reflection in some RST packets
by Eric Dumazet
· 6 years ago
26f8113
net: ipv6: drop unneeded likely() call around IS_ERR()
by Enrico Weigelt
· 6 years ago
75a6faf
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
by Thomas Gleixner
· 6 years ago
a10e763
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
by Thomas Gleixner
· 6 years ago
b7c320f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 343
by Thomas Gleixner
· 6 years ago
f88d8ea
ipv6: Plumb support for nexthop object in a fib6_info
by David Ahern
· 6 years ago
7dd7316
ipv6: Always allocate pcpu memory in a fib6_nh
by David Ahern
· 6 years ago
a0d56cb
netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments
by Guillaume Nault
· 6 years ago
b703414
net: fix use-after-free in kfree_skb_list
by Eric Dumazet
· 6 years ago
c353071
ipv6: use this_cpu_read() in rt6_get_pcpu_route()
by Eric Dumazet
· 6 years ago
2789c14
ipv6: icmp: use this_cpu_read() in icmpv6_sk()
by Eric Dumazet
· 6 years ago
257a525
bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
by Martin KaFai Lau
· 6 years ago
4ac30c4
bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_err
by Martin KaFai Lau
· 6 years ago
cd5a411
net: use new in_dev_ifa iterators
by Florian Westphal
· 6 years ago
0462eaa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
956fe21
bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls
by brakmo
· 6 years ago
b4b12b0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c9bb616
netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=y
by Pablo Neira Ayuso
· 6 years ago
2f4c533
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
100f6d8
net: correct zerocopy refcnt with udp MSG_MORE
by Willem de Bruijn
· 6 years ago
764dd16
netfilter: nf_conntrack_bridge: add support for IPv6
by Pablo Neira Ayuso
· 6 years ago
8a6a1f1
net: ipv6: split skbuff into fragments transformer
by Pablo Neira Ayuso
· 6 years ago
0feca61
net: ipv6: add skbuff fraglist splitter
by Pablo Neira Ayuso
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
ae7352d
inet: frags: call inet_frags_fini() after unregister_pernet_subsys()
by Eric Dumazet
· 6 years ago
4907abc
net: dynamically allocate fqdir structures
by Eric Dumazet
· 6 years ago
a39aca6
net: add a net pointer to struct fqdir
by Eric Dumazet
· 6 years ago
9cce45f
net: rename inet_frags_init_net() to fdir_init()
by Eric Dumazet
· 6 years ago
3bb13dd
netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysctl_table
by Eric Dumazet
· 6 years ago
8668d0e
ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]
by Eric Dumazet
· 6 years ago
803fdd9
net: rename struct fqdir fields
by Eric Dumazet
· 6 years ago
89fb900
net: rename inet_frags_exit_net() to fqdir_exit()
by Eric Dumazet
· 6 years ago
6ce3b4d
inet: rename netns_frags to fqdir
by Eric Dumazet
· 6 years ago
Next »