summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Since we use different flags to detect tcp forwarding, and we share theae2012-12-171-1/+2
* Fix problem in r238990. The LLE_LINKED flag should be tested prior toglebius2012-12-131-4/+12
* Fix a crash in tcp_input(), that happens when mbuf has a fwd_tag on it,glebius2012-12-121-0/+2
* Get it compiling without INET and INET6 support (mainly userland stack).tuexen2012-12-081-0/+4
* More warnings for zones that depend on the kern.ipc.maxsockets limit.pjd2012-12-083-0/+4
* Use correct padding of the ABORT chunk in case of an user initiatedtuexen2012-12-081-21/+32
* Ensure that the padding of the last parameter of an INIT chunktuexen2012-12-082-144/+184
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-0524-151/+151
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.andre2012-11-271-4/+2
* Add DELACK to list of timers.andre2012-11-271-1/+1
* Make sure that tcp_timer_activate() correctly sees TCP_OFFLOAD (or not).np2012-11-271-0/+1
* Auto size the tcbhashsize structure based on max sockets.alfred2012-11-271-4/+61
* Add support for sctp_peeloff() also in the front states of thetuexen2012-11-261-6/+2
* Find the endpoint for an incoming packet also if the endpointtuexen2012-11-261-1/+2
* Allow shutdown() to be used on fds returned from sctp_peeloff().tuexen2012-11-261-1/+2
* Remove unused function.tuexen2012-11-252-110/+1
* Add support for SCTP/UDP/IPV6.tuexen2012-11-174-64/+86
* Get the accounting working. We now have counters how manytuexen2012-11-167-18/+46
* Initialize hdrlen to 0 to avoid clang warning in NOINET case.rdivacky2012-11-101-0/+1
* Cleanup some whitspace in this file to get it out of an upcoming patch.bz2012-11-081-14/+14
* Add per outgoing stream accounting for chunks in the sendtuexen2012-11-076-5/+55
* Add some missing changes missed in the last commit.tuexen2012-11-072-4/+7
* Improve PR-SCTP if used in combination with NR-SACK.tuexen2012-11-072-2/+6
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* Fix possible spurious sbunlock in sctp_sorecvmsg.mjg2012-11-061-1/+1
* Move from early SSN assignment to late SSN assignment.tuexen2012-11-054-91/+71
* Back out r242262. The simplified window change/update logic wasn'tandre2012-11-051-47/+16
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-026-22/+22
* Whitespace changes due to upstream integration of SCTP changes in thetuexen2012-10-292-39/+31
* Add braces (as used elsewhere in the SCTP code).tuexen2012-10-291-2/+2
* Use ntohs() and htons() in correct order. However, this doesn't changetuexen2012-10-291-1/+1
* Forced commit to provide the correct commit message to r242251:andre2012-10-291-3/+3
* Define the delayed ACK timeout value directly as hz/10 instead ofandre2012-10-291-1/+1
* If the user has closed the socket then drop a persisting connectionandre2012-10-281-0/+10
* Increase the initial CWND to 10 segments as defined in IETF TCPMandre2012-10-282-0/+14
* Update comment to reflect the change made in r242263.andre2012-10-281-1/+1
* Add SACK_PERMIT to the list of TCP options that are switched off afterandre2012-10-281-1/+1
* Simplify and enhance the window change/update acceptance logic,andre2012-10-281-16/+47
* For retransmits of SYN|ACK from the syncache use the slightly moreandre2012-10-282-1/+2
* When retransmitting SYN in TCPS_SYN_SENT state use TCPTV_RTOBASE,andre2012-10-281-1/+1
* Remove bogus 'else' in #ifdef that prevented the rttvar from being resetandre2012-10-281-1/+0
* Allow arbitrary MSS sizes and don't mind about the cluster size anymore.andre2012-10-281-11/+2
* Change the syncache count reporting the current number of entriesandre2012-10-282-9/+15
* Simplify implementation of net.inet.tcp.reass.maxsegments andandre2012-10-281-17/+11
* Prevent a flurry of forced window updates when an application isandre2012-10-281-11/+29
* When SYN or SYN/ACK had to be retransmitted RFC5681 requires us toandre2012-10-281-2/+6
* When SYN or SYN/ACK had to be retransmitted RFC5681 requires us toandre2012-10-283-6/+19
* Adjust the initial default CWND upon connection establishment to theandre2012-10-281-2/+9
* o Remove last argument to ip_fragment(), and obtain all needed informationglebius2012-10-264-18/+20
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-255-44/+19
OpenPOWER on IntegriCloud