aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Remove "prefer_source" address selection option. FreeBSD has had anHiroki Sato2012-07-091-1/+1
* Implement handling of "atomic fragements" as outlined inBjoern A. Zeeb2012-07-081-0/+13
* As mentioned in the commit message of r237571 (copied from a prototypeBjoern A. Zeeb2012-07-081-1/+3
* When ip_output()/ip6_output() is supplied a struct route *ro argument,Gleb Smirnoff2012-07-042-20/+17
* Remove route caching from IP multicast routing code. There is noGleb Smirnoff2012-07-022-15/+16
* Move common code parts to sctp_common_input_processing().Michael Tuexen2012-07-021-146/+28
* Kick the current-state report timer when a V1 group report wouldBruce M Simpson2012-06-281-0/+1
* Fix a typo in MLD query exponent processing.Bruce M Simpson2012-06-281-1/+1
* In MLDv2 general query processing, do not enforce the strict checkBruce M Simpson2012-06-281-7/+1
* Pass the src and dst address of a received packet explicitly around.Michael Tuexen2012-06-281-9/+37
* Fix a LOR acquiring the if_afdata lock while holding an rtentry lock.Xin LI2012-06-251-18/+16
* Unify sctp_input() and sctp6_input().Michael Tuexen2012-06-251-105/+79
* Whitespace cleanup.Michael Tuexen2012-06-251-3/+3
* Pass the packet length explicitly around.Michael Tuexen2012-06-241-1/+1
* Do packet logging in a consistent way.Michael Tuexen2012-06-241-3/+5
* Just add a comment to further investigate when being closer to that codeBjoern A. Zeeb2012-06-221-0/+1
* Pass flowid explicitly through the stack instead of taking it fromMichael Tuexen2012-06-141-7/+22
* Deliver IPV6_TCLASS, IPV6_HOPLIMIT and IPV6_PKTINFO cmsgs (ifMichael Tuexen2012-06-121-25/+65
* Plug two interface address refcount leaks in early error return casesBjoern A. Zeeb2012-06-051-1/+6
* Plug reference leak.Maksim Yevmenkin2012-06-031-10/+14
* Seperate SCTP checksum offloading for IPv4 and IPv6.Michael Tuexen2012-05-302-15/+15
* When we return deprecated addresses, we need to reference them.Maksim Yevmenkin2012-05-301-3/+9
* It turns out that too many drivers are not only parsing the L2/3/4Bjoern A. Zeeb2012-05-284-15/+16
* Correctly get the payload length in host byte order. While weBjoern A. Zeeb2012-05-261-4/+4
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.Michael Tuexen2012-05-261-5/+0
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-18/+15
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-63/+80
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-5/+16
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-252-12/+63
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-252-5/+8
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-2/+1
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-0/+2
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-2/+2
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-242-0/+62
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-241-31/+27
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-242-0/+14
* Use consistent text at the begining of the files.Michael Tuexen2012-05-232-9/+7
* Rewrite nd6_sysctl_{d,p}rlist() to avoid misaligned accesses to char arraysMarius Strobl2012-05-201-104/+77
* Missed to commit this in r235414.Michael Tuexen2012-05-131-2/+1
* Use ECONNABORTED in cases where the ABORT was sent to the peer.Michael Tuexen2012-05-131-1/+1
* Provide in the association change notification the received ABORT chunkMichael Tuexen2012-05-121-5/+2
* in6_pcblookup_local() still can return a pcb with NULLGleb Smirnoff2012-03-211-2/+2
* Clean up, no functional change.Michael Tuexen2012-03-151-3/+3
* In nd6_options() ignore the RFC 6106 options completely rather than printingBjoern A. Zeeb2012-03-041-0/+8
* Allow to configure net.inet6.ip6.{accept_rtadv,no_radr} by the loader tunablesHiroki Sato2012-03-021-0/+2
* Remove a redundant check.Hiroki Sato2012-03-021-10/+0
* In selectroute() add a missing fibnum argument to an in6_rtalloc()Bjoern A. Zeeb2012-02-243-11/+10
* When using flowtable llentrys can outlive the interface with which they're as...Kip Macy2012-02-231-15/+15
* Remove two clang warnings.Michael Tuexen2012-02-181-1/+1
* Allow to provide a hint to in6_selectsrc() for the interface using theBjoern A. Zeeb2012-02-142-15/+53