summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Compare mbuf pointer to NULL rather than to 0.bz2015-09-211-1/+1
* In the UDP over IPv6 implementation several cases are using the wrong protocol,bz2015-09-211-12/+26
* Unify nd6 state switching by using newly-created nd6_llinfo_setstate()melifaro2015-09-213-62/+72
* Add "stale" timer back to nd6_cache_lladdr().melifaro2015-09-211-3/+5
* Cleanup nd6_cache_lladdr(). No functional changes.melifaro2015-09-191-28/+19
* * Simplify logic besides llchange variable.melifaro2015-09-181-12/+13
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-164-132/+77
* Constantify lookup key in several nd6_* functions.melifaro2015-09-162-9/+9
* Simplify nd6_cache_lladdr:melifaro2015-09-152-99/+100
* * Require explicitl lle unlink prior to calling llentry_delete().melifaro2015-09-151-23/+11
* Fix the handling of IPv6 On-Link Redirects.vangyzen2015-09-143-14/+67
* * Do more fine-grained locking: call eventhandlers/free_entrymelifaro2015-09-143-46/+51
* Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6 forgotten in the previous commit.hrs2015-09-101-2/+0
* - Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6. These are quite old APIs andhrs2015-09-101-5/+0
* - Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6. These are quite old APIs andhrs2015-09-101-107/+22
* Do not add IN6_IFF_TENTATIVE when ND6_IFF_NO_DAD.hrs2015-09-101-4/+6
* Remove IN6_IFF_NOPFX. This flag was no longer used.hrs2015-09-102-6/+0
OpenPOWER on IntegriCloud