summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup documentation: cloning route support has been removed in r186119.melifaro2012-10-131-13/+0
* Revert previous commit...kevlo2012-10-103-3/+3
* Prefer NULL over 0 for pointerskevlo2012-10-093-3/+3
* ip6_ipsec_output: fix a typo in r241344avg2012-10-081-1/+1
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-081-0/+6
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-082-6/+0
* In ip6_ctloutput() guard inp_flags modifications with INP_WLOCK.trociny2012-08-191-0/+6
* Fix races between in_lltable_prefix_free(), lla_lookup(),glebius2012-08-021-9/+9
* Some more whitespace cleanup.glebius2012-08-011-3/+3
* In case of IPsec he have to do delayed checksum calculations beforebz2012-07-311-0/+14
* Some style(9) and whitespace changes.glebius2012-07-311-43/+40
* Properly apply #ifdef INET and leave a comment that we are (will) applybz2012-07-311-3/+3
* Improve the should-never-hit printf to ease debugging in case we'd ever hitbz2012-07-311-2/+3
* For consistency put the IPsec comment iside the #fidef section.bz2012-07-291-1/+1
* Fix a comment that we do not have an SA yet but need to acquire one.bz2012-07-291-1/+1
* Changes which improve compilation if neither INET nor INET6 is defined.tuexen2012-07-151-0/+3
* #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
OpenPOWER on IntegriCloud