summaryrefslogtreecommitdiffstats
path: root/include/net/ndisc.h
Commit message (Expand)AuthorAgeFilesLines
* ndisc: Remove unused ndisc_ifinfo_sysctl_strategy() declarationYue Haibing2023-08-071-3/+0
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-211-6/+6
* ipv6: icmp6: add drop reason support to ndisc_rcv()Eric Dumazet2023-02-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-2/+2
|\
| * ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet2022-03-031-2/+2
* | ipv6: separate ndisc_ns_create() from ndisc_send_ns()Hangbin Liu2022-02-211-0/+5
|/
* neigh: introduce neigh_confirm() helper functionYajun Deng2021-11-231-14/+2
* ipv6: constify dev_addr passingJakub Kicinski2021-10-131-1/+1
* ipv6: ndisc: adjust ndisc_ifinfo_sysctl_change prototypeTobias Klauser2020-08-241-1/+1
* ipv6: ndisc: RFC-ietf-6man-ra-pref64-09 is now published as RFC8781Maciej Żenczykowski2020-04-221-1/+1
* ipv6: ndisc: add support for 'PREF64' dns64 prefix identifierMaciej Żenczykowski2020-03-261-0/+1
* ndisc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-291-3/+3
* net: avoid potential false sharing in neighbor related codeEric Dumazet2019-11-061-4/+4
* net-ipv6-ndisc: add support for RFC7710 RA Captive Portal IdentifierMaciej Żenczykowski2019-07-221-0/+1
* ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern2019-04-081-0/+40
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich2017-03-281-0/+2
* 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