summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use m_cat() to reassembly IPv6 packets.melifaro2015-10-271-2/+2
* Invoke lle_event for new entry iff it has lladdr set.melifaro2015-10-041-2/+4
* Simplify if (lladdr) condition in nd6_cache_lladdr():melifaro2015-10-041-8/+5
* Eliminate nd6_llinfo_settimer(). All consumers were converted tomelifaro2015-10-042-13/+2
* Add __noinline attribute to several functions to ease dtrace instrumentationmelifaro2015-10-041-10/+22
* Fix condition for nd6_llinfo_getholdsrc() introduced in r287484.melifaro2015-10-041-2/+3
* - Schedule DAD for IN6_IFF_TENTATIVE addresses in nd6_timer(). Thishrs2015-10-032-19/+47
* Take extra reference to security policy before calling crypto_dispatch().ae2015-09-301-3/+1
* Eliminate nd6_nud_hint() and its TCP bindings.melifaro2015-09-273-48/+4
* rtsock requests for deleting interface address lles started to return EPERMmelifaro2015-09-271-0/+2
* Use standard lle LLE_EXCLUSIVE request flags instead ofmelifaro2015-09-222-14/+10
OpenPOWER on IntegriCloud