aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-11ipv6: Add IFA_F_DADFAILED flagBrian Haley1-5/+7
2009-07-03IPv6: preferred lifetime of address not getting updatedBrian Haley1-3/+27
2009-06-25ipv6: avoid wraparound for expired preferred lifetimeJens Rosenboom1-1/+4
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-12trivial: Fix a typo in comment of addrconf_dad_start()Masatake YAMATO1-1/+1
2009-06-01IPv6: Add 'autoconf' and 'disable_ipv6' module parametersBrian Haley1-5/+78
2009-05-19addrconf: refuse isatap eui64 for INADDR_ANYSascha Hlusiak1-0/+2
2009-05-18net: FIX ipv6_forward sysctl restartEric W. Biederman1-1/+1
2009-03-24ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich1-34/+0
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen1-5/+2
2009-03-18ipv6: Fix incorrect disable_ipv6 behaviorBrian Haley1-7/+14
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-36/+17
2009-03-03netns: fix addrconf_ifdown kernel panicDaniel Lezcano1-30/+9
2009-03-03ipv6: Fix sysctl unregistration deadlockStephen Hemminger1-6/+8
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso1-3/+6
2009-02-06ipv6/addrconf: common code locatedIlpo Järvinen1-27/+18
2009-01-27ipv6: Make mc_forwarding sysctl read-only.David S. Miller1-1/+1
2008-11-19ip: convert to net_device_ops for ioctlStephen Hemminger1-4/+9
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2008-11-05ipv6: fix run pending DAD when interface becomes readyBenjamin Thery1-1/+3
2008-11-03net: '&' reduxAlexey Dobriyan1-31/+31
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison1-1/+1
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison1-3/+2
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan1-1/+0
2008-08-23ipv6: protocol for address routesStephen Hemminger1-0/+1
2008-08-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr()Brian Haley1-2/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-4/+7
2008-07-22ipv6: make struct ipv6_devconf staticAdrian Bunk1-1/+1
2008-07-20ipv6: Fix warning in addrconf code.David Miller1-2/+1
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki1-3/+5
2008-07-08pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.David S. Miller1-3/+2
2008-07-08netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller1-1/+2
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-07-08ipv6: fix race between ipv6_del_addr and DAD timerAndrey Vagin1-2/+2
2008-07-03ipv6 addrconf: add accept_dad sysctl to control DAD operation.YOSHIFUJI Hideaki1-0/+35
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki1-0/+11
2008-07-03ipv6: Do not assign non-valid address on interface.YOSHIFUJI Hideaki1-0/+7
2008-06-19net: Disable LRO on devices that are forwardingBen Hutchings1-0/+6
2008-06-11Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-nextDavid S. Miller1-7/+15
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-12ipv6 netns: Address labels per namespaceBenjamin Thery1-5/+7
2008-06-12ipv6 addrconf: Introduce addrconf_is_prefix_route() helper.YOSHIFUJI Hideaki1-2/+8
2008-06-05[IPV6] ADDRCONF: Allow longer lifetime on 64bit archs.YOSHIFUJI Hideaki1-47/+50
2008-06-05[IPV6] ADDRCONF: Check range of prefix lengthThomas Graf1-2/+8
2008-05-19ipv6 addrconf: Allow infinite prefix lifetime.YOSHIFUJI Hideaki1-24/+49
2008-05-19ndisc: Add missing strategies for per-device retrans timer/reachable time settings.YOSHIFUJI Hideaki1-1/+1
2008-04-21[NETNS]: Remove empty ->init callback.Pavel Emelyanov1-7/+0
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-15/+16
2008-04-13[IPV6] ADDRCONF: Don't generate temporary address for ip6-ip6 interface.YOSHIFUJI Hideaki1-2/+1
2008-04-13[IPV6] ADDRCONF: Ensure disabling multicast RS even if privacy extensions are disabled.YOSHIFUJI Hideaki1-7/+9