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
/
ipv6
/
addrconf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-29
[IPV4]: inet_rcv_saddr() annotations
Al Viro
1
-2
/
+2
2006-09-23
[IPV6] ADDRCONF: Mobile IPv6 Home Address support.
Noriaki TAKAMIYA
1
-3
/
+41
2006-09-23
[IPV6] ADDRCONF: Allow non-DAD'able addresses.
Noriaki TAKAMIYA
1
-15
/
+16
2006-09-23
[IPV6] ADDRCONF: Convert addrconf_lock to RCU.
YOSHIFUJI Hideaki
1
-22
/
+24
2006-09-23
[IPV6] NDISC: Add proxy_ndp sysctl.
YOSHIFUJI Hideaki
1
-0
/
+11
2006-09-23
[IPV6] address: Support NLM_F_EXCL when adding addresses
Thomas Graf
1
-20
/
+25
2006-09-23
[IPV6] address: Allow address changes while device is administrative down
Thomas Graf
1
-6
/
+0
2006-09-23
[IPV6] address: Convert address dumping to new netlink api
Thomas Graf
1
-46
/
+33
2006-09-23
[IPV6] address: Add put_ifaddrmsg() and rt_scope()
Thomas Graf
1
-34
/
+43
2006-09-23
[IPV6] address: Add put_cacheinfo() to dump struct cacheinfo
Thomas Graf
1
-34
/
+38
2006-09-23
[IPV6] address: Convert address lookup to new netlink api
Thomas Graf
1
-28
/
+24
2006-09-23
[IPV6] address: Convert address deletion to new netlink api
Thomas Graf
1
-14
/
+9
2006-09-23
[IPV6] address: Convert address addition to new netlink api
Thomas Graf
1
-27
/
+45
2006-09-23
[IPv6] route: FIB6 configuration using struct fib6_config
Thomas Graf
1
-34
/
+31
2006-09-23
[IPv6] route: Simplify ip6_ins_rt()
Thomas Graf
1
-1
/
+1
2006-09-23
[IPv6] route: Simplify ip6_del_rt()
Thomas Graf
1
-3
/
+3
2006-09-23
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
Brian Haley
1
-3
/
+3
2006-09-23
[IPv6] prefix: Convert prefix notifications to use rtnl_notify()
Thomas Graf
1
-11
/
+14
2006-09-23
[IPv6] link: Convert link notifications to use rtnl_notify()
Thomas Graf
1
-11
/
+14
2006-09-23
[IPv6] address: Convert address notification to use rtnl_notify()
Thomas Graf
1
-11
/
+15
2006-09-23
[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
Thomas Graf
1
-3
/
+1
2006-09-23
[IPV6]: Protect RTM_GETRULE table entry with IPV6_MULTIPLE_TABLES ifdef
David S. Miller
1
-0
/
+2
2006-09-23
[IPv4]: Move interface address bits to linux/if_addr.h
Thomas Graf
1
-0
/
+1
2006-09-23
[IPV6]: Policy Routing Rules
Thomas Graf
1
-0
/
+1
2006-09-23
[IPV6]: Multiple Routing Tables
Thomas Graf
1
-3
/
+3
2006-08-30
[IPV6]: ipv6_add_addr should install dstentry earlier
Keir Fraser
1
-2
/
+2
2006-08-10
[IPV6]: The ifa lock is a BH lock
Herbert Xu
1
-2
/
+2
2006-08-03
[IPV6] ADDRCONF: NLM_F_REPLACE support for RTM_NEWADDR
Noriaki TAKAMIYA
1
-0
/
+57
2006-08-03
[IPV6] ADDRCONF: Support get operation of single address
Noriaki TAKAMIYA
1
-1
/
+58
2006-08-03
[IPV6] ADDRCONF: Do not verify an address with infinity lifetime
YOSHIFUJI Hideaki
1
-1
/
+5
2006-08-03
[IPV6] ADDRCONF: Allow user-space to specify address lifetime
Noriaki TAKAMIYA
1
-4
/
+42
2006-08-03
[IPV6] ADDRCONF: Check payload length for IFA_LOCAL attribute in RTM_{ADD,DEL...
YOSHIFUJI Hideaki
1
-2
/
+4
2006-07-13
[IPV6]: Use ipv6_addr_src_scope for link address sorting.
YOSHIFUJI Hideaki
1
-1
/
+2
2006-07-13
[IPV6]: order addresses by scope
Brian Haley
1
-3
/
+21
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-23
[IPV6] ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRI...
YOSHIFUJI Hideaki
1
-0
/
+3
2006-06-23
[IPV6]: Fix source address selection.
Łukasz Stelmach
1
-0
/
+6
2006-06-18
[IPV6]: Sum real space for RTAs.
YOSHIFUJI Hideaki
1
-4
/
+24
2006-03-27
[PATCH] Notifier chain update: API changes
Alan Stern
1
-5
/
+5
2006-03-21
[IPV6]: Cleanups for net/ipv6/addrconf.c (kzalloc, early exit) v2
Ingo Oeser
1
-72
/
+69
2006-03-21
[IPV6]: ROUTE: Add accept_ra_rt_info_max_plen sysctl.
YOSHIFUJI Hideaki
1
-0
/
+19
2006-03-21
[IPV6]: ROUTE: Add router_probe_interval sysctl.
YOSHIFUJI Hideaki
1
-0
/
+12
2006-03-21
[IPV6]: ROUTE: Add accept_ra_rtr_pref sysctl.
YOSHIFUJI Hideaki
1
-0
/
+19
2006-03-21
[IPV6]: ADDRCONF: Add accept_ra_pinfo sysctl.
YOSHIFUJI Hideaki
1
-0
/
+11
2006-03-21
[IPV6]: ROUTE: Add accept_ra_defrtr sysctl.
YOSHIFUJI Hideaki
1
-0
/
+11
2006-03-21
[IPV6]: ADDRCONF: Split up ipv6_generate_eui64() by device type.
YOSHIFUJI Hideaki
1
-38
/
+53
2006-03-21
[IPV6]: ADDRCONF: Use our standard algorithm for randomized ifid.
YOSHIFUJI Hideaki
1
-44
/
+1
2006-03-21
[IPV6]: TUNNEL6: Don't try to add multicast route twice.
YOSHIFUJI Hideaki
1
-1
/
+0
2006-03-12
[IPV6]: fix ipv6_saddr_score struct element
Brian Haley
1
-1
/
+1
2006-02-09
[IPV6]: Address autoconfiguration does not work after device down/up cycle
Kristian Slavov
1
-0
/
+3
[next]