summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* [IPV6]: Fix up some CONFIG typosNeil Horman2007-01-301-2/+2
* [IPV6] MCAST: Fix joining all-node multicast group on device initialization.YOSHIFUJI Hideaki2007-01-231-0/+6
* [IPV4/IPV6]: Fix inet{,6} device initialization order.David L Stevens2007-01-041-2/+2
* [PATCH] sysctl: remove unused "context" paramAlexey Dobriyan2006-12-101-2/+1
* [IPV6]: Use kmemdupArnaldo Carvalho de Melo2006-12-021-2/+1
* [IPV6]: Misc endianness annotations.Al Viro2006-12-021-1/+1
* [IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf2006-12-021-16/+14
* [IPv6] iflink: Convert IPv6's RTM_GETLINK to use the new netlink apiThomas Graf2006-12-021-42/+37
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-021-38/+32
* [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki2006-12-021-1/+1
* [IPV6]: Seperate sit driver to extra module (addrconf.c changes)Joerg Roedel2006-10-111-2/+16
* [IPV4]: inet_rcv_saddr() annotationsAl Viro2006-09-281-2/+2
* [IPV6] ADDRCONF: Mobile IPv6 Home Address support.Noriaki TAKAMIYA2006-09-221-3/+41
* [IPV6] ADDRCONF: Allow non-DAD'able addresses.Noriaki TAKAMIYA2006-09-221-15/+16
* [IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki2006-09-221-22/+24
* [IPV6] NDISC: Add proxy_ndp sysctl.YOSHIFUJI Hideaki2006-09-221-0/+11
* [IPV6] address: Support NLM_F_EXCL when adding addressesThomas Graf2006-09-221-20/+25
* [IPV6] address: Allow address changes while device is administrative downThomas Graf2006-09-221-6/+0
* [IPV6] address: Convert address dumping to new netlink apiThomas Graf2006-09-221-46/+33
* [IPV6] address: Add put_ifaddrmsg() and rt_scope()Thomas Graf2006-09-221-34/+43
* [IPV6] address: Add put_cacheinfo() to dump struct cacheinfoThomas Graf2006-09-221-34/+38
* [IPV6] address: Convert address lookup to new netlink apiThomas Graf2006-09-221-28/+24
* [IPV6] address: Convert address deletion to new netlink apiThomas Graf2006-09-221-14/+9
* [IPV6] address: Convert address addition to new netlink apiThomas Graf2006-09-221-27/+45
* [IPv6] route: FIB6 configuration using struct fib6_configThomas Graf2006-09-221-34/+31
* [IPv6] route: Simplify ip6_ins_rt()Thomas Graf2006-09-221-1/+1
* [IPv6] route: Simplify ip6_del_rt()Thomas Graf2006-09-221-3/+3
* [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley2006-09-221-3/+3
* [IPv6] prefix: Convert prefix notifications to use rtnl_notify()Thomas Graf2006-09-221-11/+14
* [IPv6] link: Convert link notifications to use rtnl_notify()Thomas Graf2006-09-221-11/+14
* [IPv6] address: Convert address notification to use rtnl_notify()Thomas Graf2006-09-221-11/+15
* [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf2006-09-221-3/+1
* [IPV6]: Protect RTM_GETRULE table entry with IPV6_MULTIPLE_TABLES ifdefDavid S. Miller2006-09-221-0/+2
* [IPv4]: Move interface address bits to linux/if_addr.hThomas Graf2006-09-221-0/+1
* [IPV6]: Policy Routing RulesThomas Graf2006-09-221-0/+1
* [IPV6]: Multiple Routing TablesThomas Graf2006-09-221-3/+3
* [IPV6]: ipv6_add_addr should install dstentry earlierKeir Fraser2006-08-291-2/+2
* [IPV6]: The ifa lock is a BH lockHerbert Xu2006-08-091-2/+2
* [IPV6] ADDRCONF: NLM_F_REPLACE support for RTM_NEWADDRNoriaki TAKAMIYA2006-08-021-0/+57
* [IPV6] ADDRCONF: Support get operation of single addressNoriaki TAKAMIYA2006-08-021-1/+58
* [IPV6] ADDRCONF: Do not verify an address with infinity lifetimeYOSHIFUJI Hideaki2006-08-021-1/+5
* [IPV6] ADDRCONF: Allow user-space to specify address lifetimeNoriaki TAKAMIYA2006-08-021-4/+42
* [IPV6] ADDRCONF: Check payload length for IFA_LOCAL attribute in RTM_{ADD,DEL...YOSHIFUJI Hideaki2006-08-021-2/+4
* [IPV6]: Use ipv6_addr_src_scope for link address sorting.YOSHIFUJI Hideaki2006-07-121-1/+2
* [IPV6]: order addresses by scopeBrian Haley2006-07-121-3/+21
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [IPV6] ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRI...YOSHIFUJI Hideaki2006-06-231-0/+3
* [IPV6]: Fix source address selection.Łukasz Stelmach2006-06-231-0/+6
* [IPV6]: Sum real space for RTAs.YOSHIFUJI Hideaki2006-06-171-4/+24
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-5/+5