summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Let opt be an array. Though &opt[0] == opt == &opt, &opt is highlybz2007-11-281-1/+1
* Correctly get the authentication key for TCP-MD5 from the SA.bz2007-11-281-1/+1
* More carefully handle various cases in sysctl_drop(), such as unlockingrwatson2007-11-241-3/+7
* Fix strict alias warnings.jb2007-11-231-2/+5
* Make TSO work with IPSEC compiled into the kernel.bz2007-11-211-3/+16
* Comment out the syncache's test which ensures that hosts which negotiate TCPsilby2007-11-201-0/+6
* - New sysctl variable: net.inet.ip.dummynet.io_fastoleg2007-11-171-3/+6
* - Fix a bug in sctp_calc_rwnd() which resulted in wrong rwnd predictions.rrs2007-11-102-3/+3
* 1) dummynet_io() declaration has changed.oleg2007-11-063-34/+66
* style(9) cleanup.oleg2007-11-061-340/+350
* - Change the Time Wait of vtags value to match the cookie-liferrs2007-10-307-22/+78
* Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-282-3/+3
* Move towards more explicit support for various network protocol stacksrwatson2007-10-282-2/+2
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-263-3/+3
* Normalize TCP syncache-related MAC Framework entry points to match mostrwatson2007-10-251-6/+6
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-2414-28/+28
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* Remove IPTOS_CE and IPTOS_ECT constants. They were defined in RFC 2481rpaulo2007-10-191-5/+0
* Pick the smallest possible TCP window scaling factor that will still allowsilby2007-10-192-8/+18
* - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-1610-54/+64
* Spelling fix for interupt -> interruptkevlo2007-10-122-2/+2
* Add FBSDID to all files in netinet so that people can moresilby2007-10-0738-53/+114
* Improve the debugging message:silby2007-10-071-2/+2
* - Fix the one-2-one model to properly do a socantrecv()rrs2007-10-061-0/+1
* Disable TCP syncache debug logging by default. While useful in debuggingrwatson2007-10-051-1/+1
* - We should return error = 0 and the upper processing wouldrrs2007-10-041-1/+2
* - Bug fix managing congestion parameter on immediaterrs2007-10-0111-50/+147
* o For dynamic rules log a parent rule number. Prefix a log messagemaxim2007-09-291-1/+2
* Revert rev. 1.94. After recent tcp backouts, tcp_close() may return NULL.kib2007-09-241-1/+1
* Two changes:silby2007-09-245-49/+52
* Certain consumers of rtalloc like gif(4) and if_stf(4) lookup thecsjp2007-09-231-2/+2
* - fix (global) address handling in the presence of duplicates, therrs2007-09-213-83/+137
* - The address lock is changed to a rwlock. Thisrrs2007-09-189-69/+87
* - For the 1-to-1 model, fix an off by one error thatrrs2007-09-161-1/+1
* - Get rid of unsused constants for sysctl variables.rrs2007-09-158-151/+106
* - DF bit was on for COOKIE-ECHO chunks. This isrrs2007-09-139-40/+60
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-137-12/+27
* - Removed debug code and more C++ style comments in the mobilityrrs2007-09-101-14/+1
* - Added some comments to tell where the htcprrs2007-09-103-11/+19
* Make sure that either inp is NULL or we have obtained a lock on it beforekensmith2007-09-101-13/+13
* Further UDPv4 cleanup:rwatson2007-09-101-17/+17
* - send call has a reference to uio->uio_resid inrrs2007-09-0819-645/+1149
* - Locking compatiability changes. This involves addingrrs2007-09-0817-253/+923
* Back out tcp_timer.c:1.93 and associated changes that reimplemented the manyrwatson2007-09-075-335/+267
* Repair ALTQ-tagging rules in IPFW which got broken in the last PFgreen2007-08-291-1/+0
* - During shutdown pending, when the last sack came in andrrs2007-08-2719-315/+802
* o Fix bug I introduced in the previous commit (ipfw set extention):maxim2007-08-261-1/+4
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-2421-254/+925
* - Remove extra comment for 7.0 (no GIANT here).rrs2007-08-167-63/+106
* Use the sequence number comparison macro to compareqingli2007-08-161-2/+2
OpenPOWER on IntegriCloud