summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Some cleanups.tuexen2012-12-271-15/+9
* Minor cleanups of debug messages.tuexen2012-12-271-2/+2
* Fix a copy and paste error.tuexen2012-12-271-1/+1
* Garbage collect carp_cksum().glebius2012-12-251-10/+4
* Change net.inet.carp.demotion sysctl to add the supplied valueglebius2012-12-251-3/+20
* Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied,glebius2012-12-252-2/+2
* The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notifyglebius2012-12-251-3/+8
* Minor style(9) changes:glebius2012-12-241-1/+3
* Fix !INET6 build after r244365.glebius2012-12-181-2/+11
* Clear correct flag in INET6 case.glebius2012-12-181-1/+1
* 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
OpenPOWER on IntegriCloud