summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for receiving flowtype, flowid and RSS bucket information as part...adrian2015-09-063-0/+65
* Do not pass lle to nd6_ns_output(). Use newly-addedmelifaro2015-09-053-51/+65
* Do not skip entries without LLE_VALID flag.melifaro2015-09-051-2/+2
* Make in6ifa_ifpwithaddr() take const param.melifaro2015-09-052-4/+3
* Simplify lla_rt_output()/nd6_add_ifa_lle() by setting lle state inmelifaro2015-08-312-3/+3
* Implement RSS hashing/re-hashing for IPv6 ingress packets.adrian2015-08-294-8/+226
* remove a left-over after r220463 empty #ifdef INET check.bz2015-08-281-2/+0
* Replace the printf()s with optional rate limited debugging for RSS.adrian2015-08-281-1/+1
* get_inpcbinfo() and get_pcblist() are UDP local functions andbz2015-08-271-10/+10
* Call the new RSS hash calculation function to correctly calculate a hashadrian2015-08-251-10/+27
* Implement the IPv6 RSS software hash function.adrian2015-08-242-0/+57
* - Deprecate IN6_IFF_NODAD. It was used to prevent DAD on a loopbackhrs2015-08-244-20/+17
* * Split allocation and table linking for lle's.melifaro2015-08-203-55/+81
* Use single 'lle_timer' callout in lltable instead ofmelifaro2015-08-112-6/+6
* Store addresses instead of sockaddrs inside llentry.melifaro2015-08-113-30/+19
* MFP r276712.melifaro2015-08-111-12/+24
* Rename rt_foreach_fib() to rt_foreach_fib_walk().melifaro2015-08-102-3/+4
* Partially merge r274887,r275334,r275577,r275578,r275586 to minimizemelifaro2015-08-101-71/+93
* Fix compilation after r286457 w/o INVARIANTS or INVARIANT_SUPPORT.marius2015-08-081-4/+2
* MFP r274295:melifaro2015-08-082-35/+12
* MFP r274553:melifaro2015-08-083-74/+144
* Simplify ip[6] simploop:melifaro2015-08-083-13/+6
OpenPOWER on IntegriCloud