summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau2015-05-011-0/+2
* dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-021-2/+2
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-5/+5
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-44/+44
* ipv6: fix sparse warnings in privacy stable addresses generationHannes Frederic Sowa2015-03-241-5/+5
* ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa2015-03-231-7/+4
* ipv6: do retries on stable privacy addressesHannes Frederic Sowa2015-03-231-3/+54
* ipv6: collapse state_lock and lockHannes Frederic Sowa2015-03-231-16/+15
* ipv6: introduce IFA_F_STABLE_PRIVACY flagHannes Frederic Sowa2015-03-231-6/+8
* ipv6: generation of stable privacy addresses for link-local and autoconfHannes Frederic Sowa2015-03-231-4/+126
* ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa2015-03-231-0/+68
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-181-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-031-1/+16
|\
| * ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2015-02-231-1/+16
* | multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-271-3/+35
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-091-2/+34
|\
| * ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann2015-02-061-0/+17
| * net: ipv6: allow explicitly choosing optimistic addressesErik Kline2015-02-051-2/+17
* | net: mark some potential candidates __read_mostlyDaniel Borkmann2015-01-301-1/+1
* | net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian2015-01-251-0/+10
* | netlink: Fix bugs in nlmsg_end() conversions.David S. Miller2015-01-181-1/+1
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-13/+19
|/
* ipv6: Remove unnecessary testzhuyj2014-11-261-4/+2
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-231-4/+8
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-011-0/+1
|\
| * ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel2014-10-291-0/+1
* | net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline2014-10-291-2/+44
* | ipv6: replace min/casting by min_tFabian Frederick2014-10-271-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-1/+2
|\
| * ipv6: remove rt6i_genidHannes Frederic Sowa2014-09-301-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-3/+5
|\ \ | |/
| * ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2014-09-121-3/+5
* | ipv6: exit early in addrconf_notify() if IPv6 is disabledWANG Cong2014-09-131-0/+3
* | ipv6: clean up ipv6_dev_ac_inc()WANG Cong2014-09-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-19/+10
|\ \ | |/
| * ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel2014-09-051-3/+2
| * ipv6: fix a refcnt leak with peer addrNicolas Dichtel2014-09-051-5/+2
| * ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca2014-09-051-10/+5
* | ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-6/+6
|/
* ipv6: fail early when creating netdev named all or defaultWANG Cong2014-07-291-28/+54
* ipv6: addrconf: implement address generation modesJiri Pirko2014-07-111-18/+38
* ipv6: Allow accepting RA from local IP addresses.Ben Greear2014-07-011-0/+10
* net: clean up snmp stats codeWANG Cong2014-05-071-11/+6
* ipv6: remove unused function ipv6_inherit_linklocal()WANG Cong2014-05-051-12/+0
* ipv6: support IFA_F_MANAGETEMPADDR for address deletion tooHeiner Kallweit2014-04-221-4/+16
* 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-241-2/+12
OpenPOWER on IntegriCloud