summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Plug two interface address refcount leaks in early error return casesbz2012-06-051-1/+6
* Plug reference leak.emax2012-06-031-10/+14
* Seperate SCTP checksum offloading for IPv4 and IPv6.tuexen2012-05-302-15/+15
* When we return deprecated addresses, we need to reference them.emax2012-05-301-3/+9
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-284-15/+16
* Correctly get the payload length in host byte order. While webz2012-05-261-4/+4
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.tuexen2012-05-261-5/+0
* MFp4 bz_ipv6_fast:bz2012-05-251-18/+15
* MFp4 bz_ipv6_fast:bz2012-05-251-63/+80
* MFp4 bz_ipv6_fast:bz2012-05-251-5/+16
* MFp4 bz_ipv6_fast:bz2012-05-252-12/+63
* MFp4 bz_ipv6_fast:bz2012-05-252-5/+8
* MFp4 bz_ipv6_fast:bz2012-05-251-2/+1
* MFp4 bz_ipv6_fast:bz2012-05-251-0/+2
* MFp4 bz_ipv6_fast:bz2012-05-251-2/+2
* MFp4 bz_ipv6_fast:bz2012-05-242-0/+62
* MFp4 bz_ipv6_fast:bz2012-05-241-31/+27
* MFp4 bz_ipv6_fast:bz2012-05-242-0/+14
* Use consistent text at the begining of the files.tuexen2012-05-232-9/+7
* Rewrite nd6_sysctl_{d,p}rlist() to avoid misaligned accesses to char arraysmarius2012-05-201-104/+77
* Missed to commit this in r235414.tuexen2012-05-131-2/+1
* Use ECONNABORTED in cases where the ABORT was sent to the peer.tuexen2012-05-131-1/+1
* Provide in the association change notification the received ABORT chunktuexen2012-05-121-5/+2
* in6_pcblookup_local() still can return a pcb with NULLglebius2012-03-211-2/+2
* Clean up, no functional change.tuexen2012-03-151-3/+3
* In nd6_options() ignore the RFC 6106 options completely rather than printingbz2012-03-041-0/+8
* Allow to configure net.inet6.ip6.{accept_rtadv,no_radr} by the loader tunableshrs2012-03-021-0/+2
* Remove a redundant check.hrs2012-03-021-10/+0
* In selectroute() add a missing fibnum argument to an in6_rtalloc()bz2012-02-243-11/+10
* When using flowtable llentrys can outlive the interface with which they're as...kmacy2012-02-231-15/+15
* Remove two clang warnings.tuexen2012-02-181-1/+1
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-1716-445/+654
* Remove casts from inet6 address testing macros, thus preservingglebius2012-01-261-16/+16
* Remove unused variable.pluknet2012-01-251-2/+0
* Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr().bz2012-01-241-2/+2
* Remove the stale XXX rt_newaddrmsg comment.pluknet2012-01-241-4/+0
* Remove unnecessary line break.bz2012-01-241-2/+1
* Clean up some #endif comments removing from short sections. Add #endifbz2012-01-221-1/+1
* Small cleanup, no functional change.tuexen2012-01-151-1/+0
* Add an SCTP sysctl "blackhole", similar to the one for TCP.tuexen2012-01-081-2/+7
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-059-82/+82
* Mark a couple of file local functions static and stop exporting them.bz2012-01-052-6/+6
* Convert an #ifdef DIAGNOSTIC if/panic to a KASSERT.bz2012-01-051-6/+2
* Use the mli_relinmhead list normally used to defer calls tojhb2012-01-041-21/+29
* Use correct locking when traversing interface address list.glebius2012-01-041-4/+2
* When cancelling multicast timers on an interface, don't release thejhb2012-01-031-8/+7
* Grab a reference on the matching interface address (ifa) in the handlingjhb2012-01-031-2/+10
* Use TAILQ_FOREACH() instead of TAILQ_FOREACH_SAFE() for some loops thatjhb2012-01-032-4/+4
* Remove an uneeded inpcb forward declaration and align the functionbz2012-01-021-2/+1
* Remove a declaration to a non-existent function.bz2011-12-311-1/+0
OpenPOWER on IntegriCloud