aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ndisc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-12net: Evict neighbor entries on carrier downDavid Ahern1-0/+2
2018-10-02net: 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-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern1-1/+1
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern1-3/+3
2018-04-17net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern1-2/+6
2018-04-17net/ipv6: move expires into rt6_infoDavid Ahern1-1/+1
2018-04-17net/ipv6: move metrics from dst to rt6_infoDavid Ahern1-7/+3
2018-04-17net/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
2018-02-19net: Convert icmpv6_sk_ops, ndisc_net_ops and igmp6_net_opsKirill Tkhai1-0/+1
2018-01-29net: ipv6: send unsolicited NA after DADDavid Ahern1-0/+5
2017-11-11net: ipv6: sysctl to specify IPv6 ND traffic classMaciej Żenczykowski1-1/+8
2017-11-01net: display hw address of source machine during ipv6 DAD failureVishwanath Pai1-4/+5
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet1-1/+1
2017-08-09net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern1-0/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-4/+4
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-04-24net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern1-1/+2
2017-04-17net: ipv6: send unsolicited NA on admin upDavid Ahern1-0/+2
2017-03-22net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz1-0/+2
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu1-1/+1
2016-12-03ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark1-3/+26
2016-09-10net: l3mdev: remove redundant callsDavid Ahern1-9/+2
2016-06-15ipv6: export several functionsAlexander Aring1-11/+3
2016-06-15ipv6: introduce neighbour discovery opsAlexander Aring1-32/+69
2016-06-15ndisc: add __ndisc_fill_addr_option functionAlexander Aring1-4/+10
2016-02-11ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg1-0/+9
2015-12-23ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa1-2/+2
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel1-7/+3
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern1-3/+23
2015-10-13net: Export fib6_get_table and nd_tblDavid Ahern1-0/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-1/+1
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsJiri Benc1-10/+7
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-1/+1
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-2/+2
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman1-1/+1
2015-08-31ipv6: send only one NEWLINK when RA causes changesMarius Tomaschewski1-3/+10
2015-08-31ipv6: send NEWLINK on RA managed/otherconf changesMarius Tomaschewski1-0/+5
2015-08-20ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc1-3/+7
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2015-07-30net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu1-9/+7
2015-07-29ipv6: flush nd cache on IFF_NOARP changeEric Dumazet1-0/+6
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau1-1/+1