aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ndisc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06net: avoid potential false sharing in neighbor related codeEric Dumazet1-4/+4
2019-07-22net-ipv6-ndisc: add support for RFC7710 RA Captive Portal IdentifierMaciej Żenczykowski1-0/+1
2019-04-08ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern1-0/+40
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-03-28ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich1-0/+2
2017-02-07net: add confirm_neigh method to dst_opsJulian Anastasov1-0/+17
2016-12-03ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark1-1/+4
2016-06-156lowpan: introduce 6lowpan-ndAlexander Aring1-6/+12
2016-06-15ipv6: export several functionsAlexander Aring1-0/+12
2016-06-15ipv6: introduce neighbour discovery opsAlexander Aring1-3/+194
2016-06-15ndisc: add __ndisc_opt_addr_data functionAlexander Aring1-4/+10
2016-06-15ndisc: add __ndisc_opt_addr_space functionAlexander Aring1-2/+7
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel1-2/+1
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsJiri Benc1-4/+2
2015-08-20ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc1-1/+2
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman1-18/+1
2013-09-21ndisc.h: Remove extern from function prototypesJoe Perches1-35/+26
2013-09-11ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček1-0/+2
2013-08-31vxlan: add ipv6 proxy supportCong Wang1-0/+5
2013-07-31ndisc: Add missing inline to ndisc_addr_option_padJoe Perches1-1/+1
2013-06-19ndisc: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-01-21ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h.YOSHIFUJI Hideaki / 吉藤英明1-1/+7
2013-01-17ndisc: Introduce __ipv6_neigh_lookup_noref().YOSHIFUJI Hideaki / 吉藤英明1-7/+15
2013-01-17ndisc: Remove tbl argument for __ipv6_neigh_lookup().YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2012-12-14ipv6: Change skb->data before using icmpv6_notify() to propagate redirectDuan Jiong1-0/+7
2012-12-12ndisc: Unexport ndisc_{build,send}_skb().YOSHIFUJI Hideaki1-15/+0
2012-08-09net: Dont use ifindices in hash fnsPavel Emelyanov1-1/+2
2012-07-11ipv6: Export ndisc option parsing from ndisc.cDavid S. Miller1-0/+50
2012-04-12Treat ND option 31 as userland (DNSSL support)Alexey I. Froloff1-0/+1
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller1-1/+0
2011-12-28ipv6: Create fast inline ipv6 neigh lookup just like ipv4.David S. Miller1-0/+27
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller1-0/+9
2011-12-03ipv6: Kill ndisc_get_neigh() inline helper.David S. Miller1-9/+0
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller1-6/+0
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+2
2010-12-02net: kill unused macros from head fileShan Wei1-3/+0
2010-06-03net: use __packed annotationEric Dumazet1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+0
2009-01-04ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.David S. Miller1-2/+2
2008-11-06bonding: send IPv6 neighbor advertisement on failoverBrian Haley1-0/+14
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan1-3/+2
2008-05-19ndisc: Add missing strategies for per-device retrans timer/reachable time settings.YOSHIFUJI Hideaki1-0/+4
2008-04-12[IPV6]: Make address arguments const.YOSHIFUJI Hideaki1-7/+7
2008-04-10[IPV6] Remove three method declarations in include/net/ndisc.h.Rami Rosen1-4/+0
2008-04-03[IPV6] SIT: Add PRL management for ISATAP.Templin, Fred L1-0/+9
2008-02-29[INET]: Remove struct net_proto_family* from _init calls.Denis V. Lunev1-2/+2
2008-02-12[IPV6]: remove unused method declaration (net/ndisc.h).Rami Rosen1-1/+0
2007-10-10[IPv6]: Export userland ND options through netlink (RDNSS support)Pierre Ynard1-0/+1
2006-12-02[IPV6]: Misc endianness annotations.Al Viro1-2/+2