summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ndisc.c
Commit message (Expand)AuthorAgeFilesLines
...
* ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast ...YOSHIFUJI Hideaki / 吉藤英明2013-01-211-5/+1Star
* ndisc: Check NS message length before access.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-0/+5
* ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-10/+5Star
* ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明2013-01-071-14/+11Star
* ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)YOSHIFUJI Hideaki / 吉藤英明2013-01-051-2/+2
* ipv6: Change skb->data before using icmpv6_notify() to propagate redirectDuan Jiong2012-12-141-0/+17
* ndisc: Fix padding error in link-layer address option.YOSHIFUJI Hideaki / 吉藤英明2012-12-131-1/+1
* ndisc: Unexport ndisc_{build,send}_skb().YOSHIFUJI Hideaki2012-12-121-16/+11Star
* ipv6: unify logic evaluating inet6_dev's accept_ra propertyShmulik Ladkani2012-12-011-14/+2Star
* ipv6: add knob to send unsolicited ND on link-layer address changeHannes Frederic Sowa2012-11-131-0/+7
* ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes.YOSHIFUJI Hideaki / 吉藤英明2012-11-121-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-2/+1Star
|\
| * ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa2012-11-091-2/+1Star
* | ndisc: fix a typo in a comment in ndisc_recv_na()Nicolas Dichtel2012-11-081-1/+1
* | ipv6: introduce ip6_rt_put()Amerigo Wang2012-11-031-4/+3Star
|/
* ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller2012-07-121-1/+1
* ipv6: Move bulk of redirect handling into rt6_redirect().David S. Miller2012-07-121-71/+1Star
* ipv6: Export ndisc option parsing from ndisc.cDavid S. Miller2012-07-121-45/+2Star
* inet: Minimize use of cached route inetpeer.David S. Miller2012-07-111-2/+6
* inet: Create and use rt{,6}_get_peer_create().David S. Miller2012-06-091-3/+3
* ipv6: bool/const conversions phase2Eric Dumazet2012-05-191-2/+2
* net: ipv6: ndisc: Neaten ND_PRINTx macrosJoe Perches2012-05-171-125/+91Star
* Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2012-05-161-17/+0Star
|\
| * net: delete all instances of special processing for token ringPaul Gortmaker2012-05-161-17/+0Star
* | net: ipv6: Standardize prefixes for message loggingJoe Perches2012-05-161-13/+9Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-151-2/+1Star
|\
| * ipv6: fix problem with expired dst cacheGao feng2012-04-131-2/+1Star
* | Treat ND option 31 as userland (DNSSL support)Alexey I. Froloff2012-04-121-1/+3
* | ipv6: Stop using NLA_PUT*().David S. Miller2012-04-021-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-271-2/+3
|\
| * ipv6: ip6_route_output() never returns NULL.RongQing.Li2012-02-221-2/+3
* | ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller2012-01-281-2/+10
* | ipv6: ndisc: Convert to dst_neigh_lookup()David S. Miller2012-01-281-6/+12
|/
* ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)Neil Horman2012-01-041-1/+3
* ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller2011-12-291-1/+1
* ipv6: Use universal hash for NDISC.David S. Miller2011-12-281-10/+3Star
* ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller2011-12-061-8/+1Star
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-2/+2
* neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables.David Miller2011-12-011-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-261-1/+1
|\
| * ipv6: fix a bug in ndisc_send_redirectLi Wei2011-11-231-1/+1
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-3/+3
* | ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2011-11-181-4/+9
* | neigh: new unresolved queue limitsEric Dumazet2011-11-141-1/+1
|/
* ipv6: Do not use routes from locally generated RAsAndreas Hofmeister2011-10-251-0/+8
* ipv6: remove a rcu_read_lock in ndisc_constructorRoy.Li2011-10-181-3/+0Star
* ipv6: some RCU conversionsEric Dumazet2011-08-011-20/+11Star
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-2/+2
* ipv6: Get rid of rt6i_nexthop macro.David S. Miller2011-07-181-2/+2
* neigh: Pass neighbour entry to output ops.David S. Miller2011-07-181-3/+3