| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix errors in the padding of TCP options. | Colin Percival | 2008-06-19 | 2 | -3/+21 |
| * | Merge uipc_sockbuf.c:1.175, uipc_socket.c:1.304, uipc_syscalls.c:1.264, | Robert Watson | 2008-02-02 | 3 | -4/+5 |
| * | - Fixes is a bug in sctp_auth that will cause a panic if | Randall Stewart | 2008-01-31 | 4 | -6/+15 |
| * | Merge ipfw2.c:1.113, ip_fw.h:1.111, ip_fw2.c:1.180 from HEAD to | Robert Watson | 2008-01-28 | 2 | -0/+14 |
| * | Merge tcp_usrreq.c:1.167 from HEAD to RELENG_7_0: | Robert Watson | 2008-01-26 | 1 | -0/+2 |
| * | - sctp-iterator should run at PI_NET priority ...not 0. | Randall Stewart | 2007-12-29 | 1 | -1/+1 |
| * | Merge in_pcb.c:1.196.2.1 from RELENG_7 to RELENG_7_0: | Robert Watson | 2007-12-22 | 1 | -1/+5 |
| * | MFC: 1.141: Fix bugs in the TCP syncache timeout code. | Ruslan Ermilov | 2007-12-20 | 1 | -8/+18 |
| * | MFC 1.334 | Guido van Rooij | 2007-12-19 | 1 | -1/+2 |
| * | - Found a problem in non-blocking sends. When | Randall Stewart | 2007-12-09 | 5 | -194/+256 |
| * | MFC rev 1.136: Fix SACK | Mike Silbersack | 2007-12-07 | 1 | -1/+1 |
| * | Add padding for anticipated functionality | Kip Macy | 2007-12-07 | 3 | -8/+21 |
| * | MFC: rev. 1.143 sys/netinet/tcp_output.c | Bjoern A. Zeeb | 2007-12-05 | 1 | -3/+16 |
| * | MFC: rev. 1.303 sys/netinet/tcp_subr.c [1] | Bjoern A. Zeeb | 2007-12-02 | 3 | -14/+10 |
| * | MFC: rev. 1.144 sys/netinet/tcp_output.c | Bjoern A. Zeeb | 2007-12-02 | 1 | -1/+1 |
| * | Restore RFC 1724 hack for interface selection to RELENG_7, as routed and | Robert Watson | 2007-11-29 | 1 | -2/+24 |
| * | Merge tcp_subr.c:1.302 from HEAD to RELENG_7: | Robert Watson | 2007-11-27 | 1 | -3/+7 |
| * | MFC rev 1.134: Comment out the syncache's test which ensures that hosts which | Mike Silbersack | 2007-11-20 | 1 | -0/+6 |
| * | - Fixes a bug in rwnd handling that would cause an incorrect rwnd | Randall Stewart | 2007-11-15 | 2 | -8/+8 |
| * | - Change the Time Wait of vtags value to match the cookie-life | Randall Stewart | 2007-11-06 | 7 | -22/+78 |
| * | MFC: | Mike Silbersack | 2007-10-26 | 2 | -8/+18 |
| * | - fix sctp_ifn initial refcount issue (prevents deletion) | Randall Stewart | 2007-10-25 | 10 | -49/+59 |
| * | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 38 | -53/+114 |
| * | Improve the debugging message: | Mike Silbersack | 2007-10-07 | 1 | -2/+2 |
| * | - Fix the one-2-one model to properly do a socantrecv() | Randall Stewart | 2007-10-06 | 1 | -0/+1 |
| * | Disable TCP syncache debug logging by default. While useful in debugging | Robert Watson | 2007-10-05 | 1 | -1/+1 |
| * | - We should return error = 0 and the upper processing would | Randall Stewart | 2007-10-04 | 1 | -1/+2 |
| * | - Bug fix managing congestion parameter on immediate | Randall Stewart | 2007-10-01 | 11 | -50/+147 |
| * | o For dynamic rules log a parent rule number. Prefix a log message | Maxim Konovalov | 2007-09-29 | 1 | -1/+2 |
| * | Revert rev. 1.94. After recent tcp backouts, tcp_close() may return NULL. | Konstantin Belousov | 2007-09-24 | 1 | -1/+1 |
| * | Two changes: | Mike Silbersack | 2007-09-24 | 5 | -49/+52 |
| * | Certain consumers of rtalloc like gif(4) and if_stf(4) lookup the | Christian S.J. Peron | 2007-09-23 | 1 | -2/+2 |
| * | - fix (global) address handling in the presence of duplicates, the | Randall Stewart | 2007-09-21 | 3 | -83/+137 |
| * | - The address lock is changed to a rwlock. This | Randall Stewart | 2007-09-18 | 9 | -69/+87 |
| * | - For the 1-to-1 model, fix an off by one error that | Randall Stewart | 2007-09-16 | 1 | -1/+1 |
| * | - Get rid of unsused constants for sysctl variables. | Randall Stewart | 2007-09-15 | 8 | -151/+106 |
| * | - DF bit was on for COOKIE-ECHO chunks. This is | Randall Stewart | 2007-09-13 | 9 | -40/+60 |
| * | - Incorrect error EAGAIN returned for invalid send on a locked | Randall Stewart | 2007-09-13 | 7 | -12/+27 |
| * | - Removed debug code and more C++ style comments in the mobility | Randall Stewart | 2007-09-10 | 1 | -14/+1 |
| * | - Added some comments to tell where the htcp | Randall Stewart | 2007-09-10 | 3 | -11/+19 |
| * | Make sure that either inp is NULL or we have obtained a lock on it before | Ken Smith | 2007-09-10 | 1 | -13/+13 |
| * | Further UDPv4 cleanup: | Robert Watson | 2007-09-10 | 1 | -17/+17 |
| * | - send call has a reference to uio->uio_resid in | Randall Stewart | 2007-09-08 | 19 | -644/+1148 |
| * | - Locking compatiability changes. This involves adding | Randall Stewart | 2007-09-08 | 17 | -253/+923 |
| * | Back out tcp_timer.c:1.93 and associated changes that reimplemented the many | Robert Watson | 2007-09-07 | 5 | -335/+267 |
| * | Repair ALTQ-tagging rules in IPFW which got broken in the last PF | Brian Feldman | 2007-08-29 | 1 | -1/+0 |
| * | - During shutdown pending, when the last sack came in and | Randall Stewart | 2007-08-27 | 19 | -313/+800 |
| * | o Fix bug I introduced in the previous commit (ipfw set extention): | Maxim Konovalov | 2007-08-26 | 1 | -1/+4 |
| * | - Fix address add handling to clear cached routes and source addresses | Randall Stewart | 2007-08-24 | 21 | -254/+925 |
| * | - Remove extra comment for 7.0 (no GIANT here). | Randall Stewart | 2007-08-16 | 7 | -63/+106 |