Age | Commit message (Expand) | Author |
2021-11-23 | neigh: introduce neigh_confirm() helper function | Yajun Deng |
2021-10-13 | ipv6: constify dev_addr passing | Jakub Kicinski |
2020-08-24 | ipv6: ndisc: adjust ndisc_ifinfo_sysctl_change prototype | Tobias Klauser |
2020-04-22 | ipv6: ndisc: RFC-ietf-6man-ra-pref64-09 is now published as RFC8781 | Maciej Żenczykowski |
2020-03-26 | ipv6: ndisc: add support for 'PREF64' dns64 prefix identifier | Maciej Żenczykowski |
2020-02-29 | ndisc: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2019-11-06 | net: avoid potential false sharing in neighbor related code | Eric Dumazet |
2019-07-22 | net-ipv6-ndisc: add support for RFC7710 RA Captive Portal Identifier | Maciej Żenczykowski |
2019-04-08 | ipv6: Add neighbor helpers that use the ipv6 stub | David Ahern |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-07-01 | net: convert neighbour.refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-03-28 | ipv6: add support for NETDEV_RESEND_IGMP event | Vlad Yasevich |
2017-02-07 | net: add confirm_neigh method to dst_ops | Julian Anastasov |
2016-12-03 | ipv6 addrconf: Implemented enhanced DAD (RFC7527) | Erik Nordmark |
2016-06-15 | 6lowpan: introduce 6lowpan-nd | Alexander Aring |
2016-06-15 | ipv6: export several functions | Alexander Aring |
2016-06-15 | ipv6: introduce neighbour discovery ops | Alexander Aring |
2016-06-15 | ndisc: add __ndisc_opt_addr_data function | Alexander Aring |
2016-06-15 | ndisc: add __ndisc_opt_addr_space function | Alexander Aring |
2015-12-01 | Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests" | Nicolas Dichtel |
2015-09-24 | ipv6: remove unused neigh parameter from ndisc functions | Jiri Benc |
2015-08-20 | ipv6: ndisc: inherit metadata dst when creating ndisc requests | Jiri Benc |
2015-03-04 | neigh: Factor out ___neigh_lookup_noref | Eric W. Biederman |
2013-09-21 | ndisc.h: Remove extern from function prototypes | Joe Perches |
2013-09-11 | ipv6: don't call fib6_run_gc() until routing is ready | Michal Kubeček |
2013-08-31 | vxlan: add ipv6 proxy support | Cong Wang |
2013-07-31 | ndisc: Add missing inline to ndisc_addr_option_pad | Joe Perches |
2013-06-19 | ndisc: Convert use of typedef ctl_table to struct ctl_table | Joe Perches |
2013-01-21 | ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h. | YOSHIFUJI Hideaki / 吉藤英明 |
2013-01-17 | ndisc: Introduce __ipv6_neigh_lookup_noref(). | YOSHIFUJI Hideaki / 吉藤英明 |
2013-01-17 | ndisc: Remove tbl argument for __ipv6_neigh_lookup(). | YOSHIFUJI Hideaki / 吉藤英明 |
2012-12-14 | ipv6: Change skb->data before using icmpv6_notify() to propagate redirect | Duan Jiong |
2012-12-12 | ndisc: Unexport ndisc_{build,send}_skb(). | YOSHIFUJI Hideaki |
2012-08-09 | net: Dont use ifindices in hash fns | Pavel Emelyanov |
2012-07-11 | ipv6: Export ndisc option parsing from ndisc.c | David S. Miller |
2012-04-12 | Treat ND option 31 as userland (DNSSL support) | Alexey I. Froloff |
2012-01-27 | ipv6: Remove neigh argument from ndisc_send_redirect() | David S. Miller |
2011-12-28 | ipv6: Create fast inline ipv6 neigh lookup just like ipv4. | David S. Miller |
2011-12-28 | ipv6: Use universal hash for NDISC. | David S. Miller |
2011-12-03 | ipv6: Kill ndisc_get_neigh() inline helper. | David S. Miller |
2011-04-24 | net: Remove __KERNEL__ cpp checks from include/net | David S. Miller |
2011-04-22 | inet: constify ip headers and in6_addr | Eric Dumazet |
2010-12-02 | net: kill unused macros from head file | Shan Wei |
2010-06-03 | net: use __packed annotation | Eric Dumazet |
2009-09-24 | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan |
2009-01-04 | ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups. | David S. Miller |
2008-11-06 | bonding: send IPv6 neighbor advertisement on failover | Brian Haley |
2008-10-16 | sysctl: simplify ->strategy | Alexey Dobriyan |
2008-05-19 | ndisc: Add missing strategies for per-device retrans timer/reachable time set... | YOSHIFUJI Hideaki |
2008-04-12 | [IPV6]: Make address arguments const. | YOSHIFUJI Hideaki |