aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-08[NETLINK]: Don't BUG on undersized allocationsPatrick McHardy1-25/+45
2007-01-30[IPV6]: Fix up some CONFIG typosNeil Horman1-2/+2
2007-01-23[IPV6] MCAST: Fix joining all-node multicast group on device initialization.YOSHIFUJI Hideaki1-0/+6
2007-01-04[IPV4/IPV6]: Fix inet{,6} device initialization order.David L Stevens1-2/+2
2006-12-10[PATCH] sysctl: remove unused "context" paramAlexey Dobriyan1-2/+1
2006-12-02[IPV6]: Use kmemdupArnaldo Carvalho de Melo1-2/+1
2006-12-02[IPV6]: Misc endianness annotations.Al Viro1-1/+1
2006-12-02[IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf1-16/+14
2006-12-02[IPv6] iflink: Convert IPv6's RTM_GETLINK to use the new netlink apiThomas Graf1-42/+37
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf1-38/+32
2006-12-02[IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki1-1/+1
2006-10-11[IPV6]: Seperate sit driver to extra module (addrconf.c changes)Joerg Roedel1-2/+16
2006-09-28[IPV4]: inet_rcv_saddr() annotationsAl Viro1-2/+2
2006-09-22[IPV6] ADDRCONF: Mobile IPv6 Home Address support.Noriaki TAKAMIYA1-3/+41
2006-09-22[IPV6] ADDRCONF: Allow non-DAD'able addresses.Noriaki TAKAMIYA1-15/+16
2006-09-22[IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki1-22/+24
2006-09-22[IPV6] NDISC: Add proxy_ndp sysctl.YOSHIFUJI Hideaki1-0/+11
2006-09-22[IPV6] address: Support NLM_F_EXCL when adding addressesThomas Graf1-20/+25
2006-09-22[IPV6] address: Allow address changes while device is administrative downThomas Graf1-6/+0
2006-09-22[IPV6] address: Convert address dumping to new netlink apiThomas Graf1-46/+33
2006-09-22[IPV6] address: Add put_ifaddrmsg() and rt_scope()Thomas Graf1-34/+43
2006-09-22[IPV6] address: Add put_cacheinfo() to dump struct cacheinfoThomas Graf1-34/+38
2006-09-22[IPV6] address: Convert address lookup to new netlink apiThomas Graf1-28/+24
2006-09-22[IPV6] address: Convert address deletion to new netlink apiThomas Graf1-14/+9
2006-09-22[IPV6] address: Convert address addition to new netlink apiThomas Graf1-27/+45
2006-09-22[IPv6] route: FIB6 configuration using struct fib6_configThomas Graf1-34/+31
2006-09-22[IPv6] route: Simplify ip6_ins_rt()Thomas Graf1-1/+1
2006-09-22[IPv6] route: Simplify ip6_del_rt()Thomas Graf1-3/+3
2006-09-22[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley1-3/+3
2006-09-22[IPv6] prefix: Convert prefix notifications to use rtnl_notify()Thomas Graf1-11/+14
2006-09-22[IPv6] link: Convert link notifications to use rtnl_notify()Thomas Graf1-11/+14
2006-09-22[IPv6] address: Convert address notification to use rtnl_notify()Thomas Graf1-11/+15
2006-09-22[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf1-3/+1
2006-09-22[IPV6]: Protect RTM_GETRULE table entry with IPV6_MULTIPLE_TABLES ifdefDavid S. Miller1-0/+2
2006-09-22[IPv4]: Move interface address bits to linux/if_addr.hThomas Graf1-0/+1
2006-09-22[IPV6]: Policy Routing RulesThomas Graf1-0/+1
2006-09-22[IPV6]: Multiple Routing TablesThomas Graf1-3/+3
2006-08-29[IPV6]: ipv6_add_addr should install dstentry earlierKeir Fraser1-2/+2
2006-08-09[IPV6]: The ifa lock is a BH lockHerbert Xu1-2/+2
2006-08-02[IPV6] ADDRCONF: NLM_F_REPLACE support for RTM_NEWADDRNoriaki TAKAMIYA1-0/+57
2006-08-02[IPV6] ADDRCONF: Support get operation of single addressNoriaki TAKAMIYA1-1/+58
2006-08-02[IPV6] ADDRCONF: Do not verify an address with infinity lifetimeYOSHIFUJI Hideaki1-1/+5
2006-08-02[IPV6] ADDRCONF: Allow user-space to specify address lifetimeNoriaki TAKAMIYA1-4/+42
2006-08-02[IPV6] ADDRCONF: Check payload length for IFA_LOCAL attribute in RTM_{ADD,DEL}MSG messageYOSHIFUJI Hideaki1-2/+4
2006-07-12[IPV6]: Use ipv6_addr_src_scope for link address sorting.YOSHIFUJI Hideaki1-1/+2
2006-07-12[IPV6]: order addresses by scopeBrian Haley1-3/+21
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[IPV6] ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRIVACYYOSHIFUJI Hideaki1-0/+3
2006-06-23[IPV6]: Fix source address selection.Łukasz Stelmach1-0/+6
2006-06-17[IPV6]: Sum real space for RTAs.YOSHIFUJI Hideaki1-4/+24