index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
addrconf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-18
net: race condition in ipv6 forwarding and disable_ipv6 parameters
Francesco Ruggeri
1
-21
/
+40
2012-01-12
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
1
-1
/
+1
2012-01-04
ipv6/addrconf: speedup /proc/net/if_inet6 filling
Mihai Maruseac
1
-15
/
+28
2012-01-04
ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)
Neil Horman
1
-2
/
+2
2011-12-28
ipv6: Kill rt6i_dev and rt6i_expires defines.
David S. Miller
1
-4
/
+4
2011-12-28
ipv6: Remove optimistic DAD flag test in ipv6_add_addr()
David Miller
1
-10
/
+0
2011-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2011-12-12
ipv6: Fix for adding multicast route for loopback device automatically.
Li Wei
1
-1
/
+2
2011-12-06
ipv6: Make third arg to anycast_dst_alloc() bool.
David S. Miller
1
-1
/
+1
2011-12-05
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
David Miller
1
-1
/
+1
2011-11-22
net: remove ipv6_addr_copy()
Alexey Dobriyan
1
-4
/
+4
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-10-31
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
1
-0
/
+1
2011-10-30
ipv6: fix route lookup in addrconf_prefix_rcv()
Andreas Hofmeister
1
-3
/
+40
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-2
/
+2
2011-09-20
ipv6: fix a possible double free
Roy Li
1
-2
/
+2
2011-09-16
ipv6: Send ICMPv6 RSes only when RAs are accepted
Tore Anderson
1
-4
/
+4
2011-08-07
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2011-08-03
net: fix NULL dereferences in check_peer_redir()
Eric Dumazet
1
-1
/
+1
2011-08-02
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
1
-2
/
+2
2011-08-01
ipv6: updates to privacy addresses per RFC 4941.
Lorenzo Colitti
1
-21
/
+48
2011-07-25
ipv6: Do not leave router anycast address for /127 prefixes.
YOSHIFUJI Hideaki
1
-0
/
+2
2011-07-17
net: Abstract dst->neighbour accesses behind helpers.
David S. Miller
1
-1
/
+1
2011-07-17
ipv6: Get rid of rt6i_nexthop macro.
David S. Miller
1
-1
/
+1
2011-07-07
Disable router anycast address for /127 prefixes
Bjørn Mork
1
-0
/
+2
2011-06-09
rtnetlink: Compute and store minimum ifinfo dump size
Greg Rose
1
-6
/
+10
2011-06-08
ipv6: generate link local address for GRE tunnel
stephen hemminger
1
-0
/
+35
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-20
/
+22
2011-05-19
ipv6: reduce per device ICMP mib sizes
Eric Dumazet
1
-12
/
+12
2011-05-07
net,rcu: convert call_rcu(inet6_ifa_finish_destroy_rcu) to kfree_rcu()
Lai Jiangshan
1
-7
/
+1
2011-05-07
net,rcu: convert call_rcu(in6_dev_finish_destroy_rcu) to kfree_rcu()
Lai Jiangshan
1
-7
/
+1
2011-05-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2011-05-02
sysctl: net: call unregister_net_sysctl_table where needed
Lucian Adrian Grijincu
1
-1
/
+1
2011-04-22
inet: constify ip headers and in6_addr
Eric Dumazet
1
-8
/
+8
2011-04-15
ipv6: RTA_PREFSRC support for ipv6 route source address selection
Daniel Walter
1
-0
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-02-25
ipv6: hash is calculated but not used afterwards
Hagen Paul Pfeifer
1
-3
/
+0
2011-01-25
ipv6: Revert 'administrative down' address handling changes.
David S. Miller
1
-48
/
+33
2011-01-18
ipv6: Silence privacy extensions initialization
Romain Francoise
1
-3
/
+0
2010-12-18
ipv6: remove duplicate neigh_ifdown
stephen hemminger
1
-1
/
+0
2010-12-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+5
2010-12-16
ipv6: don't flush routes when setting loopback down
stephen hemminger
1
-1
/
+3
2010-12-10
ipv6: fix nl group when advertising a new link
Nicolas Dichtel
1
-2
/
+2
2010-11-27
rtnl: make link af-specific updates atomic
Thomas Graf
1
-6
/
+0
2010-11-22
ipv6: fix missing in6_ifa_put in addrconf
John Fastabend
1
-3
/
+3
2010-11-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-12
/
+16
2010-11-18
ipv6: Expose reachable and retrans timer values as msecs
Thomas Graf
1
-9
/
+10
2010-11-18
ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffies
Thomas Graf
1
-3
/
+6
2010-11-17
ipv6: AF_INET6 link address family
Thomas Graf
1
-33
/
+89
2010-11-16
ipv6: fix missing in6_ifa_put in addrconf
John Fastabend
1
-3
/
+3
[next]