summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ndisc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-051-2/+1Star
* | ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern2019-05-241-4/+4
|/
* net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern2019-04-181-0/+17
* ipv6: Rename fib6_nh entriesDavid Ahern2019-03-291-4/+4
* ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio2018-10-271-2/+1Star
* net: Evict neighbor entries on carrier downDavid Ahern2018-10-121-0/+2
* net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski2018-10-031-1/+1
* ipv6: make DAD fail with enhanced DAD when nonce length differsSabrina Dubroca2018-07-161-1/+1
* vrf: check the original netdevice for generating redirectStephen Suryaputra2018-06-041-0/+6
* net/ipv6: Rename fib6_info struct elementsDavid Ahern2018-04-191-1/+1
* net/ipv6: Flip FIB entries to fib6_infoDavid Ahern2018-04-181-1/+1
* net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-181-3/+3
* net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2018-04-181-2/+6
* net/ipv6: move expires into rt6_infoDavid Ahern2018-04-181-1/+1
* net/ipv6: move metrics from dst to rt6_infoDavid Ahern2018-04-181-7/+3Star
* net/ipv6: Pass net namespace to route functionsDavid Ahern2018-04-181-5/+7
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+2
|\
| * ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi2018-03-091-1/+2
* | net/ipv6: Change address check to always take a device argumentDavid Ahern2018-03-161-1/+1
* | ipv6: ndisc: use true and false for boolean valuesGustavo A. R. Silva2018-03-071-1/+1
* | net: Convert icmpv6_sk_ops, ndisc_net_ops and igmp6_net_opsKirill Tkhai2018-02-191-0/+1
|/
* net: ipv6: send unsolicited NA after DADDavid Ahern2018-01-291-0/+5
* net: ipv6: sysctl to specify IPv6 ND traffic classMaciej Żenczykowski2017-11-111-1/+8
* net: display hw address of source machine during ipv6 DAD failureVishwanath Pai2017-11-011-4/+5
* neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-301-1/+1
* net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern2017-08-101-0/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-271-1/+2
|\
| * net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern2017-04-241-1/+2
* | net: ipv6: send unsolicited NA on admin upDavid Ahern2017-04-171-0/+2
* | net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz2017-03-221-0/+2
* | neighbour: fix nlmsg_pid in notificationsRoopa Prabhu2017-03-221-1/+1
|/
* ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark2016-12-041-3/+26
* net: l3mdev: remove redundant callsDavid Ahern2016-09-111-9/+2Star
* ipv6: export several functionsAlexander Aring2016-06-161-11/+3Star
* ipv6: introduce neighbour discovery opsAlexander Aring2016-06-161-32/+69
* ndisc: add __ndisc_fill_addr_option functionAlexander Aring2016-06-161-4/+10
* ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg2016-02-111-0/+9
* ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa2015-12-241-2/+2
* Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel2015-12-011-7/+3Star
* net: Add VRF support to IPv6 stackDavid Ahern2015-10-131-3/+23
* net: Export fib6_get_table and nd_tblDavid Ahern2015-10-131-0/+1
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-1/+1
* ipv6: remove unused neigh parameter from ndisc functionsJiri Benc2015-09-241-10/+7Star
* netfilter: Pass net into okfnEric W. Biederman2015-09-181-1/+1
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-181-2/+2
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-181-1/+1