summaryrefslogtreecommitdiff
path: root/net/ipv6/ndisc.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-20ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOSTEric Dumazet1-1/+3
2023-02-20ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONSEric Dumazet1-17/+10
2023-02-20ipv6: icmp6: add drop reason support to ndisc_redirect_rcv()Eric Dumazet1-10/+11
2023-02-20ipv6: icmp6: add drop reason support to ndisc_router_discovery()Eric Dumazet1-18/+19
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_rs()Eric Dumazet1-5/+7
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_na()Eric Dumazet1-14/+14
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_ns()Eric Dumazet1-16/+18
2023-02-14ipv6: icmp6: add drop reason support to ndisc_rcv()Eric Dumazet1-6/+7
2022-08-15net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong1-0/+3
2022-07-16net: ipv6: new accept_untracked_na option to accept na only if in-networkJaehee Park1-5/+24
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang1-0/+1
2022-05-31net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_naArun Ajith S1-17/+25
2022-04-17net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...Arun Ajith S1-1/+19
2022-02-21ipv6: separate ndisc_ns_create() from ndisc_send_ns()Hangbin Liu1-17/+32
2022-02-14Generate netlink notification when default IPv6 route preference changesKalash Nainwal1-1/+5
2021-11-02net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood1-1/+11
2021-10-13ipv6: constify dev_addr passingJakub Kicinski1-2/+2
2021-08-28ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue1-6/+11
2021-01-27net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary1-4/+8
2020-11-14net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+7
2020-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+2
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu1-1/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+2
2020-04-03neigh: support smaller retrans_time setttingHangbin Liu1-2/+2
2020-03-27ipv6: ndisc: add support for 'PREF64' dns64 prefix identifierMaciej Żenczykowski1-0/+1
2020-03-13inet: Use fallthrough;Joe Perches1-1/+1
2019-07-22net-ipv6-ndisc: add support for RFC7710 RA Captive Portal IdentifierMaciej Żenczykowski1-0/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-05ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-24ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern1-4/+4
2019-04-18net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern1-0/+17
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern1-4/+4
2018-10-27ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio1-2/+1
2018-10-12net: Evict neighbor entries on carrier downDavid Ahern1-0/+2
2018-10-03net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski1-1/+1
2018-07-16ipv6: make DAD fail with enhanced DAD when nonce length differsSabrina Dubroca1-1/+1
2018-06-04vrf: check the original netdevice for generating redirectStephen Suryaputra1-0/+6
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern1-1/+1
2018-04-18net/ipv6: Flip FIB entries to fib6_infoDavid Ahern1-1/+1
2018-04-18net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern1-3/+3
2018-04-18net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern1-2/+6
2018-04-18net/ipv6: move expires into rt6_infoDavid Ahern1-1/+1
2018-04-18net/ipv6: move metrics from dst to rt6_infoDavid Ahern1-7/+3
2018-04-18net/ipv6: Pass net namespace to route functionsDavid Ahern1-5/+7
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern1-1/+1
2018-03-09ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi1-1/+2
2018-03-07ipv6: ndisc: use true and false for boolean valuesGustavo A. R. Silva1-1/+1