summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-21/+11
* 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/+0
* | 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/+11
* 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/+1
* 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/+1
* net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2012-11-181-6/+0
* net: Enable some sysctls that are safe for the userns rootEric W. Biederman2012-11-181-4/+0
* net: Allow userns root to control ipv6Eric W. Biederman2012-11-181-2/+2
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-181-0/+6
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-181-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/+3
* ipv6: remove a useless NULL checkAmerigo Wang2012-11-031-1/+1
* ipv6: use IS_ENABLED()Amerigo Wang2012-11-011-10/+10
* rtnl/ipv6: add support of RTM_GETNETCONFNicolas Dichtel2012-10-281-2/+73
* rtnl/ipv6: use netconf msg to advertise forwarding statusNicolas Dichtel2012-10-281-0/+77
* ipv6: addrconf: fix /proc/net/if_inet6Eric Dumazet2012-10-161-6/+9
* ipv6: don't add link local route when there is no link local addressNicolas Dichtel2012-10-021-13/+2
* ipv6: del unreachable route when an addr is deleted on loNicolas Dichtel2012-10-011-2/+8
* ipv6: replace write lock with read lock when get route infoLi RongQing2012-09-131-2/+2
* ipv6: Compare addresses only bits up to the prefix length (RFC6724).YOSHIFUJI Hideaki / 吉藤英明2012-09-131-2/+4
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-16/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-031-27/+8
|\
| * ipv6: remove some deadcodeSorin Dumitru2012-08-311-22/+7
| * net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet2012-08-231-5/+1
* | netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2012-08-301-1/+1
|/
* net: remove delay at device dismantleEric Dumazet2012-08-221-1/+5
* ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings2012-08-141-3/+1
* ipv6: add ipv6_addr_hash() helperEric Dumazet2012-07-181-13/+8
* Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2012-05-161-2/+0
|\
| * net: delete all instances of special processing for token ringPaul Gortmaker2012-05-151-2/+0
* | net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-05-161-9/+8
* | net: ipv6: Standardize prefixes for message loggingJoe Perches2012-05-161-30/+23
|/
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-10/+7
* 6lowpan: IPv6 link local addressalex.bluesman.smirnov@gmail.com2012-05-101-1/+13
* net ipv6: Convert addrconf to use register_net_sysctlEric W. Biederman2012-04-201-28/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-151-6/+3
|\
| * ipv6: fix problem with expired dst cacheGao feng2012-04-131-6/+3
* | ipv6: Remove unused argument to addrconf_dad_start().David S. Miller2012-04-141-6/+6
* | net/ipv6/addrconf.c: Checkpatch cleanupsEldad Zack2012-04-021-13/+12
OpenPOWER on IntegriCloud