summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Release the ref acquired in nd6_dad_find() if DAD is already in progress.markj2016-02-181-2/+3
* Use pfxrtr_del() instead of freeing advertising routers directly.markj2016-02-171-2/+2
* Remove a prototype for the non-existent prelist_del().markj2016-02-171-1/+0
* Ternary operator has lower priority than OR.glebius2016-02-171-1/+1
* Add a missing newline to a log message.markj2016-02-121-1/+1
* Rename the flags field of struct nd_defrouter to "raflags".markj2016-02-123-9/+9
* Simplify defrtrlist_update() slightly in preparation for future changes.markj2016-02-121-28/+23
* Remove a bogus comment from nd6_na_input().markj2016-02-121-6/+0
* Remove superfluous return statements from the neighbour discovery code.markj2016-02-123-6/+0
* Fix style around allocations from M_IP6NDP.markj2016-02-122-9/+6
* Remove some unreferenced NDP debug variable definitions.markj2016-02-121-5/+0
* Merge SVN r295220 (bz) from projects/vnet/dteske2016-02-111-1/+3
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-012-0/+2
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-253-24/+25
* Fix rte refcount leak in ip6_forward().melifaro2016-01-201-2/+5
* Verify the packet length in sctp6_input().glebius2016-01-141-1/+4
* Bring RADIX_MPATH support to new routing KPI to ease migration.melifaro2016-01-111-0/+7
* Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().melifaro2016-01-107-88/+121
* Do not hold ifaddr reference for the whole icmp6_reflect() exec time.melifaro2016-01-101-16/+21
* Remove prefix check from in6_addroute().melifaro2016-01-091-29/+1
* Remove sys/eventhandler.h from net/route.hmelifaro2016-01-091-0/+1
* Finish r293098: make ip6_getpmtu() and ip6_getpmtu_ctl() use new routing APImelifaro2016-01-041-20/+22
* Add rib_lookup_info() to provide API for retrieving individual routemelifaro2016-01-042-36/+43
* Remove 'struct route_int6' argument from in6_selectsrc() andmelifaro2016-01-037-53/+29
* Handle IPV6_PATHMTU option by spliting ip6_getpmtu_ctl() from ip6_getpmtu().melifaro2016-01-032-32/+96
* Use lltable_get_ifp() instead of direct access to lltable fields.melifaro2016-01-011-2/+4
* Implement interface link header precomputation API.melifaro2015-12-316-26/+108
* Add the appropriate case statement for IPV6_BINDMULTI so the option can bejtl2015-12-301-0/+1
* This code is not in modules that need KPI stability so no need to usebz2015-12-301-2/+2
* in6_if2idlen: treat bridge(4) interfaces like other Ethernet interfaceswollman2015-12-281-0/+1
* Remove superfluous return (1) missed in r292601.bz2015-12-231-1/+0
* Since r256624 we've been leaking routing table allocationsbz2015-12-221-0/+1
* Revert r292275 & r292379smh2015-12-175-166/+30
* Fix issues introduced by r292275smh2015-12-162-1/+3
* Provide additional lle data in IPv6 lltable dump used by ndp(8).melifaro2015-12-162-3/+10
* Fix lagg failover due to missing notificationssmh2015-12-155-30/+164
* inet6: Do not assume every interface has ip6 enabled.kp2015-12-142-0/+4
* Remove LLE read lock from IPv6 fast path.melifaro2015-12-133-37/+191
* Use correct lookup key for gif route lookups.melifaro2015-12-091-2/+2
* Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),melifaro2015-12-095-58/+49
* Merge helper fib* functions used for basic lookups.melifaro2015-12-085-16/+351
* Fix the allocation of outgoing streams:tuexen2015-12-061-1/+1
* mld_v2_dispatch_general_query() is used by mld_fasttimo_vnet() to sendae2015-12-011-0/+10
* Add new rt_foreach_fib_walk_del() function for deleting route entriesmelifaro2015-11-302-21/+19
* Overhaul if_enc(4) and make it loadable in run-time.ae2015-11-251-3/+27
* in6_mc_get: Fix recursion on if_addr_lock on malloc failurecem2015-11-191-2/+2
* Bring back the ability of passing cached route via nd6_output_ifp().melifaro2015-11-154-7/+7
* This fixes several places where callout_stops return is examined. Therrs2015-11-132-2/+2
* Unify setting lladdr for AF_INET[6].melifaro2015-11-073-12/+7
* [netinet6]: Create a new IPv6 netisr which expects the frames to have been ve...adrian2015-11-065-8/+146
OpenPOWER on IntegriCloud