summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa2014-03-281-51/+142
* ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit2014-03-131-1/+4
* gre: add link local route when local addr is anyNicolas Dichtel2014-02-171-0/+2
* ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng2014-01-251-2/+12
* ipv6: optimize link local address searchHannes Frederic Sowa2014-01-201-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-21/+17Star
|\
| * ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa2014-01-181-21/+17Star
* | ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTEThomas Haller2014-01-161-75/+109
* | ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routesThomas Haller2014-01-161-6/+13
* | ipv6: addrconf spelling fixesstephen hemminger2014-01-151-5/+5
* | net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-2/+4
|\|
| * ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIMEHannes Frederic Sowa2014-01-101-2/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-101-1/+3
|\ \
| * | ipv6: Add checks for 6LOWPAN ARP typeJukka Rissanen2013-12-111-1/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-5/+12
|\ \ \ | | |/ | |/|
| * | ipv6: don't install anycast address for /128 addresses on routersHannes Frederic Sowa2014-01-061-2/+2
| * | ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft...Yasushi Asano2014-01-031-3/+10
* | | netlink: cleanup rntl_af_registerstephen hemminger2014-01-021-4/+1Star
* | | ipv6: unneccessary to get address prefix in addrconf_get_prefix_routeLi RongQing2013-12-311-4/+1Star
* | | netconf: add support for IPv6 proxy_ndpstephen hemminger2013-12-231-1/+48
* | | ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko2013-12-101-2/+2
* | | neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko2013-12-101-0/+2
* | | neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-101-1/+1
* | | neigh: convert parms to an arrayJiri Pirko2013-12-101-5/+7
* | | ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage tempor...Jiri Pirko2013-12-061-72/+99
* | | ipv6 addrconf: extend ifa_flags to u32Jiri Pirko2013-12-061-12/+20
|/ /
* / 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