aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-11ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2Hannes Frederic Sowa1-2/+13
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-01-29ipv6 addrconf: Fix interface identifiers of 802.15.4 devices.YOSHIFUJI Hideaki / 吉藤英明1-0/+1
2013-01-29ipv4: introduce address lifetimeJiri Pirko1-4/+0
2013-01-22ipv6: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2013-01-10ipv6: use addrconf_get_prefix_route for prefix route lookup [v2]Romain Kuntz1-14/+11
2013-01-10ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz1-1/+1
2012-12-19ipv6: addrconf.c: remove unnecessary "if"Cong Ding1-2/+1
2012-12-04ipv6: Protect ->mc_forwarding access with CONFIG_IPV6_MROUTEDavid S. Miller1-1/+4
2012-12-04netconf: advertise mc_forwarding statusNicolas Dichtel1-2/+8
2012-12-03ipv6: Make 'addrconf_rs_timer' send Router Solicitations (and re-arm itself) if Router Advertisements are acceptedShmulik Ladkani1-1/+1
2012-12-01ipv6: unify logic evaluating inet6_dev's accept_ra propertyShmulik Ladkani1-2/+1
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman1-6/+0
2012-11-18net: Enable some sysctls that are safe for the userns rootEric W. Biederman1-4/+0
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman1-2/+2
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+6
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman1-0/+4
2012-11-13ipv6: add knob to send unsolicited ND on link-layer address changeHannes Frederic Sowa1-0/+8
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang1-4/+3
2012-11-03ipv6: remove a useless NULL checkAmerigo Wang1-1/+1
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang1-10/+10
2012-10-28rtnl/ipv6: add support of RTM_GETNETCONFNicolas Dichtel1-2/+73
2012-10-28rtnl/ipv6: use netconf msg to advertise forwarding statusNicolas Dichtel1-0/+77
2012-10-16ipv6: addrconf: fix /proc/net/if_inet6Eric Dumazet1-6/+9
2012-10-02ipv6: don't add link local route when there is no link local addressNicolas Dichtel1-13/+2
2012-10-01ipv6: del unreachable route when an addr is deleted on loNicolas Dichtel1-2/+8
2012-09-13ipv6: replace write lock with read lock when get route infoLi RongQing1-2/+2
2012-09-13ipv6: Compare addresses only bits up to the prefix length (RFC6724).YOSHIFUJI Hideaki / 吉藤英明1-2/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-16/+16
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-27/+8
2012-08-31ipv6: remove some deadcodeSorin Dumitru1-22/+7
2012-08-30netfilter: ip6tables: add MASQUERADE targetPatrick McHardy1-1/+1
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet1-5/+1
2012-08-22net: remove delay at device dismantleEric Dumazet1-1/+5
2012-08-14ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings1-3/+1
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet1-13/+8
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller1-2/+0
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-9/+8
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches1-30/+23
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker1-2/+0
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-10/+7
2012-05-106lowpan: IPv6 link local addressalex.bluesman.smirnov@gmail.com1-1/+13
2012-04-20net ipv6: Convert addrconf to use register_net_sysctlEric W. Biederman1-28/+4
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+3
2012-04-14ipv6: Remove unused argument to addrconf_dad_start().David S. Miller1-6/+6
2012-04-13ipv6: fix problem with expired dst cacheGao feng1-6/+3
2012-04-02net/ipv6/addrconf.c: Checkpatch cleanupsEldad Zack1-13/+12
2012-04-02ipv6: Stop using NLA_PUT*().David S. Miller1-17/+15
2012-03-11ipv6: Fix Smatch warning.Li Wei1-1/+1
2012-03-06IPv6: Fix not join all-router mcast group when forwarding set.Li Wei1-0/+4