summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: ipv6: also allow token to be set when device not readyDaniel Borkmann2013-04-091-6/+16
* | net: ipv6: minor: use in6addr_any in token initDaniel Borkmann2013-04-091-1/+1
* | net: ipv6: add tokenized interface identifier supportDaniel Borkmann2013-04-081-3/+84
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-031-0/+27
|\|
| * net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan2013-04-021-0/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-271-16/+10Star
|\|
| * ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-03-251-16/+10Star
* | firewire net, ipv6: IPv6 over Firewire (RFC3146) support.YOSHIFUJI Hideaki / 吉藤英明2013-03-261-1/+19
* | ipv6: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-241-0/+8
* | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-6/+4Star
* | netconf: add the handler to dump entriesNicolas Dichtel2013-03-061-1/+69
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-21/+11Star
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2Hannes Frederic Sowa2013-02-111-2/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-0/+1
|\
| * ipv6 addrconf: Fix interface identifiers of 802.15.4 devices.YOSHIFUJI Hideaki / 吉藤英明2013-01-291-0/+1
* | ipv4: introduce address lifetimeJiri Pirko2013-01-291-4/+0Star
* | ipv6: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-2/+2
|/
* ipv6: use addrconf_get_prefix_route for prefix route lookup [v2]Romain Kuntz2013-01-101-14/+11Star
* ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz2013-01-101-1/+1
* ipv6: addrconf.c: remove unnecessary "if"Cong Ding2012-12-191-2/+1Star
* ipv6: Protect ->mc_forwarding access with CONFIG_IPV6_MROUTEDavid S. Miller2012-12-041-1/+4
* netconf: advertise mc_forwarding statusNicolas Dichtel2012-12-041-2/+8
* ipv6: Make 'addrconf_rs_timer' send Router Solicitations (and re-arm itself) ...Shmulik Ladkani2012-12-031-1/+1
* ipv6: unify logic evaluating inet6_dev's accept_ra propertyShmulik Ladkani2012-12-011-2/+1Star
* net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2012-11-191-6/+0Star
* net: Enable some sysctls that are safe for the userns rootEric W. Biederman2012-11-191-4/+0Star
* net: Allow userns root to control ipv6Eric W. Biederman2012-11-191-2/+2
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-191-0/+6
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-191-0/+4
* ipv6: add knob to send unsolicited ND on link-layer address changeHannes Frederic Sowa2012-11-131-0/+8
* ipv6: introduce ip6_rt_put()Amerigo Wang2012-11-031-4/+3Star
* ipv6: remove a useless NULL checkAmerigo Wang2012-11-031-1/+1
* ipv6: use IS_ENABLED()Amerigo Wang2012-11-011-10/+10