summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Avoid double dst_freeMartin KaFai Lau2015-09-151-4/+3Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-091-31/+0Star
|\
| * net/ipv6: Export addrconf_ifid_eui48Matan Barak2015-08-311-31/+0Star
* | net: Optimize snmp stat aggregation by walking all the percpu data at onceRaghavendra K T2015-08-311-10/+16
* | ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc2015-08-211-1/+1
* | net: addr IFLA_OPERSTATE to netlink message for ipv6 ifinfoAndy Gospodarek2015-08-141-1/+4
* | net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-08-141-1/+104
* | net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2015-07-311-0/+10
* | ipv6: sysctl to restrict candidate source addressesErik Kline2015-07-221-3/+19
* | ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki2015-07-161-4/+2Star
* | ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明2015-07-161-12/+18
* | ipv6: Do not iterate over all interfaces when finding source address on speci...YOSHIFUJI Hideaki/吉藤英明2015-07-111-90/+107
|/
* ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau2015-05-021-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-241-7/+4Star
* ipv6: do retries on stable privacy addressesHannes Frederic Sowa2015-03-241-3/+54
* ipv6: collapse state_lock and lockHannes Frederic Sowa2015-03-241-16/+15Star
* ipv6: introduce IFA_F_STABLE_PRIVACY flagHannes Frederic Sowa2015-03-241-6/+8
* ipv6: generation of stable privacy addresses for link-local and autoconfHannes Frederic Sowa2015-03-241-4/+126
* ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa2015-03-241-0/+68
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-041-1/+16
|\
| * ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2015-02-241-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-061-2/+17
* | net: mark some potential candidates __read_mostlyDaniel Borkmann2015-01-311-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-191-1/+1
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-13/+19
|/
* ipv6: Remove unnecessary testzhuyj2014-11-261-4/+2Star
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-241-4/+8
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-4/+2Star
* 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-081-19/+10Star
|\|
| * ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel2014-09-061-3/+2Star
| * ipv6: fix a refcnt leak with peer addrNicolas Dichtel2014-09-061-5/+2Star