aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* [IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA2007-07-101-2/+2
* bonding / ipv6: no addrconf for slaves separately from masterJay Vosburgh2007-07-101-0/+3
* [IPV6] addrconf: Fix IPv6 on tuntap tunnelsHerbert Xu2007-06-141-22/+11
* [NETLINK]: Mark netlink policies constPatrick McHardy2007-06-071-1/+1
* [IPV6]: Ignore ipv6 events on non-IPV6 capable devices.Oliver Hartkopp2007-05-241-10/+21
* [IPV6] ROUTE: Assign rt6i_idev for ip6_{prohibit,blk_hole}_entry.YOSHIFUJI Hideaki2007-05-101-0/+4
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-031-11/+17
* [IPV6]: Track device renames in snmp6.Stephen Hemminger2007-04-281-2/+4
* [IPV6]: Export in6addr_any for future use.YOSHIFUJI Hideaki2007-04-251-2/+0
* [IPV6]: Consolidate common SNMP codeHerbert Xu2007-04-251-0/+60
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-2/+2
* [IPV6] SNMP: Netlink interface.YOSHIFUJI Hideaki2007-04-251-5/+17
* [RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy2007-04-251-2/+0
* [IPv6]: Use rtnl registration interfaceThomas Graf2007-04-251-19/+16
* [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.Neil Horman2007-04-251-15/+91
* [IPV6]: Decentralize EXPORT_SYMBOLs.YOSHIFUJI Hideaki2007-04-251-0/+9
* [IPV6]: Disallow RH0 by default.YOSHIFUJI Hideaki2007-04-241-0/+11
* [IPV6]: Set IF_READY if the device is up and has carrierHerbert Xu2007-03-271-0/+3
* [NET]: fix up misplaced inlines.Dave Jones2007-03-221-3/+3
* [IPV6]: Do not set IF_READY if device is downHerbert Xu2007-03-071-4/+0
* [IPV6]: anycast refcnt fixMichal Wrobel2007-02-281-0/+2
* [IPV6] ADDRCONF: Register inet6_dev earlier.YOSHIFUJI Hideaki2007-02-261-0/+8
* [IPV6] ADDRCONF: Manage prefix route corresponding to address manually added.YOSHIFUJI Hideaki2007-02-261-8/+14
* [IPV6] ADDRCONF: Statically link __ipv6_addr_type() for sunrpc subsystem.YOSHIFUJI Hideaki2007-02-261-68/+0
* [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tablesEric W. Biederman2007-02-141-5/+0
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-2/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-99/+99
* [NETLINK]: Don't BUG on undersized allocationsPatrick McHardy2007-02-081-25/+45
* [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