summaryrefslogtreecommitdiffstats
path: root/include/net/ndisc.h
Commit message (Expand)AuthorAgeFilesLines
* net: add confirm_neigh method to dst_opsJulian Anastasov2017-02-071-0/+17
* ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark2016-12-031-1/+4
* 6lowpan: introduce 6lowpan-ndAlexander Aring2016-06-151-6/+12
* ipv6: export several functionsAlexander Aring2016-06-151-0/+12
* ipv6: introduce neighbour discovery opsAlexander Aring2016-06-151-3/+194
* ndisc: add __ndisc_opt_addr_data functionAlexander Aring2016-06-151-4/+10
* ndisc: add __ndisc_opt_addr_space functionAlexander Aring2016-06-151-2/+7
* Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel2015-12-011-2/+1
* ipv6: remove unused neigh parameter from ndisc functionsJiri Benc2015-09-241-4/+2
* ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc2015-08-201-1/+2
* neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-041-18/+1
* ndisc.h: Remove extern from function prototypesJoe Perches2013-09-211-35/+26
* ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček2013-09-111-0/+2
* vxlan: add ipv6 proxy supportCong Wang2013-08-311-0/+5
* ndisc: Add missing inline to ndisc_addr_option_padJoe Perches2013-07-311-1/+1
* ndisc: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-191-1/+1
* ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-1/+7
* ndisc: Introduce __ipv6_neigh_lookup_noref().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-7/+15
* ndisc: Remove tbl argument for __ipv6_neigh_lookup().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-2/+2
* ipv6: Change skb->data before using icmpv6_notify() to propagate redirectDuan Jiong2012-12-141-0/+7
* ndisc: Unexport ndisc_{build,send}_skb().YOSHIFUJI Hideaki2012-12-121-15/+0
* net: Dont use ifindices in hash fnsPavel Emelyanov2012-08-091-1/+2
* ipv6: Export ndisc option parsing from ndisc.cDavid S. Miller2012-07-111-0/+50
* Treat ND option 31 as userland (DNSSL support)Alexey I. Froloff2012-04-121-0/+1
* ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller2012-01-271-1/+0
* ipv6: Create fast inline ipv6 neigh lookup just like ipv4.David S. Miller2011-12-281-0/+27
* ipv6: Use universal hash for NDISC.David S. Miller2011-12-281-0/+9
* ipv6: Kill ndisc_get_neigh() inline helper.David S. Miller2011-12-031-9/+0
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-241-6/+0
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+2
* net: kill unused macros from head fileShan Wei2010-12-021-3/+0
* net: use __packed annotationEric Dumazet2010-06-031-1/+1
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+0
* ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.David S. Miller2009-01-041-2/+2
* bonding: send IPv6 neighbor advertisement on failoverBrian Haley2008-11-061-0/+14
* sysctl: simplify ->strategyAlexey Dobriyan2008-10-161-3/+2
* ndisc: Add missing strategies for per-device retrans timer/reachable time set...YOSHIFUJI Hideaki2008-05-191-0/+4
* [IPV6]: Make address arguments const.YOSHIFUJI Hideaki2008-04-121-7/+7
* [IPV6] Remove three method declarations in include/net/ndisc.h.Rami Rosen2008-04-101-4/+0
* [IPV6] SIT: Add PRL management for ISATAP.Templin, Fred L2008-04-031-0/+9
* [INET]: Remove struct net_proto_family* from _init calls.Denis V. Lunev2008-02-291-2/+2
* [IPV6]: remove unused method declaration (net/ndisc.h).Rami Rosen2008-02-121-1/+0
* [IPv6]: Export userland ND options through netlink (RDNSS support)Pierre Ynard2007-10-101-0/+1
* [IPV6]: Misc endianness annotations.Al Viro2006-12-021-2/+2
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [IPV6]: ROUTE: Add experimental support for Route Information Option in RA (R...YOSHIFUJI Hideaki2006-03-201-0/+2
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-4/+13
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+135