aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-30ipv6: Fix preferred_lft not updating in some casesPaul Marks1-37/+15
2013-09-28IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE1-0/+27
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2013-09-03ipv6: ipv6_create_tempaddr cleanupPetr Holasek1-2/+0
2013-08-31ipv6: move in6_dev_finish_destroy() into core kernelCong Wang1-30/+0
2013-08-31ipv6: do not call ndisc_send_rs() with write lockCong Wang1-3/+7
2013-08-31ipv6: export in6addr_loopback to modulesCong Wang1-9/+0
2013-08-29ipv6: drop fragmented ndisc packets by default (RFC 6980)Hannes Frederic Sowa1-0/+10
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+4
2013-08-20ip6_tunnel: ensure to always have a link local addressNicolas Dichtel1-42/+14
2013-08-20Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c"David S. Miller1-14/+10
2013-08-20ipv6: fix checkpatch errors in net/ipv6/addrconf.cdingtianhong1-10/+14
2013-08-20ipv6: convert the uses of ADBG and remove the superfluous parenthesesdingtianhong1-11/+11
2013-08-20ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa1-6/+4
2013-08-13ipv6: make unsolicited report intervals configurable for mldHannes Frederic Sowa1-0/+25
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+22
2013-08-01ipv6: bump genid when delete/add addressfan.du1-0/+1
2013-08-01ipv6: prevent race between address creation and removalJiri Benc1-16/+15
2013-08-01ipv6: move peer_addr init into ipv6_add_addr()Jiri Pirko1-9/+11
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2013-07-01ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang1-2/+2
2013-06-28ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa1-5/+12
2013-06-28ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa1-8/+31
2013-06-26ipv6: rearm router solicitaion timer when setting new tokenized addressHannes Frederic Sowa1-1/+4
2013-06-25ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa1-0/+1
2013-06-25ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa1-5/+4
2013-06-25ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa1-6/+0
2013-06-25ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa1-73/+91
2013-06-23ipv6: remove a useless pr_info() in addrconf_gre_config()Cong Wang1-2/+0
2013-06-19ipv6: don't call addrconf_dst_alloc again when enable loGao feng1-0/+3
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-5/+5
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-06-04ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng1-1/+3
2013-05-28net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang1-2/+5
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-2/+2
2013-05-23netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal1-1/+1
2013-05-23ipv6: use ipv6_addr_scope() helperCong Wang1-2/+1
2013-05-23ipv6: use ipv6_addr_any() helperCong Wang1-3/+3
2013-05-19ipv6: add support of peer addressNicolas Dichtel1-17/+47
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+3
2013-04-14ipv6: statically link register_inet6addr_notifier()Cong Wang1-21/+3
2013-04-09net: ipv6: only invalidate previously tokenized addressesDaniel Borkmann1-2/+5
2013-04-09net: ipv6: also allow token to be set when device not readyDaniel Borkmann1-6/+16
2013-04-09net: ipv6: minor: use in6addr_any in token initDaniel Borkmann1-1/+1
2013-04-08net: ipv6: add tokenized interface identifier supportDaniel Borkmann1-3/+84
2013-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+27
2013-04-02net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan1-0/+27
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+10
2013-03-26firewire net, ipv6: IPv6 over Firewire (RFC3146) support.YOSHIFUJI Hideaki / 吉藤英明1-1/+19
2013-03-25ipv6: fix bad free of addrconf_init_netHong Zhiguo1-16/+10