aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-18net: race condition in ipv6 forwarding and disable_ipv6 parametersFrancesco Ruggeri1-21/+40
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2012-01-04ipv6/addrconf: speedup /proc/net/if_inet6 fillingMihai Maruseac1-15/+28
2012-01-04ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)Neil Horman1-2/+2
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller1-4/+4
2011-12-28ipv6: Remove optimistic DAD flag test in ipv6_add_addr()David Miller1-10/+0
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2011-12-12ipv6: Fix for adding multicast route for loopback device automatically.Li Wei1-1/+2
2011-12-06ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller1-1/+1
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-1/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-4/+4
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-30ipv6: fix route lookup in addrconf_prefix_rcv()Andreas Hofmeister1-3/+40
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-2/+2
2011-09-20ipv6: fix a possible double freeRoy Li1-2/+2
2011-09-16ipv6: Send ICMPv6 RSes only when RAs are acceptedTore Anderson1-4/+4
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet1-1/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-08-01ipv6: updates to privacy addresses per RFC 4941.Lorenzo Colitti1-21/+48
2011-07-25ipv6: Do not leave router anycast address for /127 prefixes.YOSHIFUJI Hideaki1-0/+2
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-1/+1
2011-07-17ipv6: Get rid of rt6i_nexthop macro.David S. Miller1-1/+1