summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* After r241923 the updated ip_len no longer needed.glebius2012-10-251-1/+0
* Fix error in r241913 that had broken fragment reassembly.glebius2012-10-251-1/+1
* Use ip_stripoptions() instead of handrolled version.glebius2012-10-231-13/+1
* Simplify ip_stripoptions() reducing number of intermediateglebius2012-10-231-6/+4
* Do not reduce ip_len by size of IP header in the ip_input()glebius2012-10-238-21/+10
* Remove __P.delphij2012-10-222-34/+34
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-2225-185/+113
* - Update cachelimit after hashsize and bucketlimit were set.zont2012-10-191-6/+11
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-12/+2
* Avoid potential bad pointer dereference.emaste2012-10-171-1/+1
* We don't need to convert ip6_len to host byte order beforeglebius2012-10-151-2/+0
* Fix a miss from r241344: in ip_mloopback() we need to go toglebius2012-10-141-3/+3
* Cleanup documentation: cloning route support has been removed in r186119.melifaro2012-10-131-13/+0
* Revert fixup of ip_len from r241480. Now stack isn't yetglebius2012-10-121-1/+0
* In ip_stripoptions():glebius2012-10-124-9/+6
* Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect ismelifaro2012-10-104-6/+48
* Revert previous commit...kevlo2012-10-105-5/+5
* Prefer NULL over 0 for pointerskevlo2012-10-095-5/+5
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-084-6/+9
* No reason to play with IP header before calling sctp_delayed_cksum()glebius2012-10-081-2/+0
* A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-063-53/+62
* There is a complex race in in_pcblookup_hash() and in_pcblookup_group().glebius2012-10-022-1/+12
* carp_send_ad() should never return without rescheduling next run.glebius2012-09-291-11/+6
* Fix bug in TCP_KEEPCNT setting, which slipped in in the last roundglebius2012-09-271-8/+14
* Whitespace change.tuexen2012-09-231-2/+1
* Declare a static function as such.tuexen2012-09-231-1/+1
* Fix a bug related to handling Re-config chunks. It is not true thattuexen2012-09-221-17/+0
OpenPOWER on IntegriCloud