summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* #ifdef INET and INET6 consistently. This also fixes a bug, wheretuexen2012-07-151-2/+2
* Remove "prefer_source" address selection option. FreeBSD has had anhrs2012-07-091-1/+1
* Implement handling of "atomic fragements" as outlined inbz2012-07-081-0/+13
* As mentioned in the commit message of r237571 (copied from a prototypebz2012-07-081-1/+3
* When ip_output()/ip6_output() is supplied a struct route *ro argument,glebius2012-07-042-20/+17
* Remove route caching from IP multicast routing code. There is noglebius2012-07-022-15/+16
* Move common code parts to sctp_common_input_processing().tuexen2012-07-021-146/+28
* Kick the current-state report timer when a V1 group report wouldbms2012-06-281-0/+1
* Fix a typo in MLD query exponent processing.bms2012-06-281-1/+1
* In MLDv2 general query processing, do not enforce the strict checkbms2012-06-281-7/+1
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-9/+37
* Fix a LOR acquiring the if_afdata lock while holding an rtentry lock.delphij2012-06-251-18/+16
* Unify sctp_input() and sctp6_input().tuexen2012-06-251-105/+79
* Whitespace cleanup.tuexen2012-06-251-3/+3
* Pass the packet length explicitly around.tuexen2012-06-241-1/+1
* Do packet logging in a consistent way.tuexen2012-06-241-3/+5
* Just add a comment to further investigate when being closer to that codebz2012-06-221-0/+1
* Pass flowid explicitly through the stack instead of taking it fromtuexen2012-06-141-7/+22
* Deliver IPV6_TCLASS, IPV6_HOPLIMIT and IPV6_PKTINFO cmsgs (iftuexen2012-06-121-25/+65
* 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
OpenPOWER on IntegriCloud