summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fix third arg of anycast_dst_alloc(), must be bool.François-Xavier Le Bail2013-12-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-201-29/+9Star
|\
| * sit/gre6: don't try to add the same route two timesNicolas Dichtel2013-11-141-3/+0Star
| * sit: link local routes are missingNicolas Dichtel2013-11-141-19/+5Star
| * sit: fix prefix length of ll and v4mapped addressesNicolas Dichtel2013-11-141-7/+4Star
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+14
|\ \ | |/ |/|
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+14
* | ipv6: Remove privacy config option.David S. Miller2013-10-291-38/+3Star
|/
* ipv6: Fix preferred_lft not updating in some casesPaul Marks2013-09-301-37/+15Star
* IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE2013-09-281-0/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-2/+0Star
|\
| * ipv6: ipv6_create_tempaddr cleanupPetr Holasek2013-09-041-2/+0Star
* | ipv6: move in6_dev_finish_destroy() into core kernelCong Wang2013-09-011-30/+0Star
* | ipv6: do not call ndisc_send_rs() with write lockCong Wang2013-09-011-3/+7
* | ipv6: export in6addr_loopback to modulesCong Wang2013-09-011-9/+0Star
* | ipv6: drop fragmented ndisc packets by default (RFC 6980)Hannes Frederic Sowa2013-08-291-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-261-6/+4Star
|\|
| * ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa2013-08-201-6/+4Star
* | ip6_tunnel: ensure to always have a link local addressNicolas Dichtel2013-08-211-42/+14Star
* | Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c"David S. Miller2013-08-211-14/+10Star
* | ipv6: fix checkpatch errors in net/ipv6/addrconf.cdingtianhong2013-08-211-10/+14
* | ipv6: convert the uses of ADBG and remove the superfluous parenthesesdingtianhong2013-08-211-11/+11
* | ipv6: make unsolicited report intervals configurable for mldHannes Frederic Sowa2013-08-141-0/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-041-21/+22
|\|
| * ipv6: prevent race between address creation and removalJiri Benc2013-08-011-16/+15Star
| * ipv6: move peer_addr init into ipv6_add_addr()Jiri Pirko2013-08-011-9/+11
* | ipv6: bump genid when delete/add addressfan.du2013-08-021-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-5/+7
|\
| * ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa2013-06-261-5/+4Star
| * ipv6: don't call addrconf_dst_alloc again when enable loGao feng2013-06-201-0/+3
* | ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-07-021-2/+2
* | ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa2013-06-291-5/+12
* | ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa2013-06-291-8/+31
* | ipv6: rearm router solicitaion timer when setting new tokenized addressHannes Frederic Sowa2013-06-271-1/+4
* | ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa2013-06-261-0/+1
* | ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa2013-06-261-6/+0Star
* | ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa2013-06-261-73/+91
* | ipv6: remove a useless pr_info() in addrconf_gre_config()Cong Wang2013-06-241-2/+0Star
* | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-061-2/+4
|\|
| * ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng2013-06-051-1/+3
| * netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2013-05-231-1/+1
* | net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang2013-05-291-2/+5
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-2/+2
* | ipv6: use ipv6_addr_scope() helperCong Wang2013-05-231-2/+1Star
* | ipv6: use ipv6_addr_any() helperCong Wang2013-05-231-3/+3
* | ipv6: add support of peer addressNicolas Dichtel2013-05-201-17/+47
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-231-21/+3Star
|\
| * ipv6: statically link register_inet6addr_notifier()Cong Wang2013-04-141-21/+3Star
* | net: ipv6: only invalidate previously tokenized addressesDaniel Borkmann2013-04-091-2/+5