summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Small cleanups. No functional change.tuexen2012-09-222-53/+18
* Fix typo: s/pakcet/packetkevlo2012-09-201-1/+1
* s/teh/the/geadler2012-09-141-1/+1
* Small cleanups. No functional change.tuexen2012-09-141-8/+3
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-1427-17622/+0
* Whitespace changes.tuexen2012-09-091-6/+4
* Whitespace cleanup.tuexen2012-09-081-1/+0
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-085-10/+12
* Don't include a structure containing a flexible array in anothertuexen2012-09-075-24/+13
* Get rid of a gcc'ism.tuexen2012-09-061-4/+3
* Using %p in a format string requires a void *.tuexen2012-09-059-47/+47
* Use the consistenly the size of a variable. This helps to keep the codetuexen2012-09-041-21/+21
* Whitespace change.tuexen2012-09-041-1/+1
OpenPOWER on IntegriCloud