| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tie new "Fast IPsec" code into the build. This involves the usual | Sam Leffler | 2002-10-16 | 1 | -0/+19 |
| * | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -1/+1 |
| * | Guido found another bug. There is a situation with | Matthew Dillon | 2002-09-30 | 1 | -0/+1 |
| * | Fix issue where shutdown(socket, SHUT_RD) was effectively | Mike Silbersack | 2002-09-22 | 1 | -3/+10 |
| * | Guido reported an interesting bug where an FTP connection between a | Matthew Dillon | 2002-09-17 | 1 | -5/+23 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
| * | Enclose IPv6 addresses in brackets when they are displayed printable with a | Juli Mallett | 2002-08-19 | 1 | -3/+7 |
| * | Implement TCP bandwidth delay product window limiting, similar to (but | Matthew Dillon | 2002-08-17 | 1 | -0/+6 |
| * | Cosmetic-only changes for readability. | Jeffrey Hsu | 2002-08-17 | 1 | -326/+278 |
| * | Rename mac_check_socket_receive() to mac_check_socket_deliver() so that | Robert Watson | 2002-08-15 | 1 | -1/+1 |
| * | Reset dupack count in header prediction. | Jeffrey Hsu | 2002-08-15 | 1 | -0/+1 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+13 |
| * | Don't shrink socket buffers in tcp_mss(), application might have already | Ruslan Ermilov | 2002-07-22 | 1 | -2/+4 |
| * | Add the tcps_sndrexmitbad statistic, keep track of late acks that caused | Matthew Dillon | 2002-07-19 | 1 | -0/+1 |
| * | Avoid unlocking the inp twice if badport_bandlim() returns -1. | Jeffrey Hsu | 2002-06-24 | 1 | -2/+4 |
| * | Style bug: fix 4 space indentations that should have been tabs. | Jeffrey Hsu | 2002-06-24 | 1 | -5/+5 |
| * | Move two global variables to automatic variables within the | Luigi Rizzo | 2002-06-23 | 1 | -2/+3 |
| * | Remove (almost all) global variables that were used to hold | Luigi Rizzo | 2002-06-22 | 1 | -9/+14 |
| * | Remove so*_locked(), which were backed out by mistake. | Seigo Tanimura | 2002-06-18 | 1 | -1/+1 |
| * | Lock up inpcb. | Jeffrey Hsu | 2002-06-10 | 1 | -4/+45 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -86/+16 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -16/+86 |
| * | Redo the sigio locking. | Alfred Perlstein | 2002-05-01 | 1 | -6/+0 |
| * | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | Seigo Tanimura | 2002-04-30 | 1 | -6/+9 |
| * | Add a global sx sigio_lock to protect the pointer to the sigio object | Seigo Tanimura | 2002-04-27 | 1 | -1/+5 |
| * | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | SUZUKI Shinsuke | 2002-04-19 | 1 | -0/+2 |
| * | Remove some ISN generation code which has been unused since the | Mike Silbersack | 2002-04-10 | 1 | -2/+0 |
| * | Fixed some style bugs in the removal of __P(()). Continuation lines | Bruce Evans | 2002-03-24 | 1 | -1/+1 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -7/+7 |
| * | Change the wording of the inline comments from the previous commit. | Crist J. Clark | 2002-02-27 | 1 | -8/+3 |
| * | The TCP code did not do sufficient checks on whether incoming packets | Crist J. Clark | 2002-02-25 | 1 | -7/+13 |
| * | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 1 | -11/+11 |
| * | o Spelling fix in comment: tcp_ouput -> tcp_output | Robert Watson | 2002-01-04 | 1 | -1/+1 |
| * | Fix up tabs in comments. | Jonathan Lemon | 2001-12-13 | 1 | -4/+4 |
| * | Fix a bug with transmitter restart after receiving a 0 window. The | Matthew Dillon | 2001-12-02 | 1 | -2/+7 |
| * | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | Jonathan Lemon | 2001-11-22 | 1 | -470/+261 |
| * | Move initialization of snd_recover into tcp_sendseqinit(). | Jonathan Lemon | 2001-11-21 | 1 | -1/+0 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -2/+2 |
| * | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | Julian Elischer | 2001-09-03 | 1 | -3/+3 |
| * | when newreno is turned on, if dupacks = 1 or dupacks = 2 and | Jayanth Vijayaraghavan | 2001-08-29 | 1 | -0/+2 |
| * | Correct a typo in a comment: FIN_WAIT2 -> FIN_WAIT_2 | Dima Dorfman | 2001-08-23 | 1 | -1/+1 |
| * | Much delayed but now present: RFC 1948 style sequence numbers | Mike Silbersack | 2001-08-22 | 1 | -3/+2 |
| * | Temporary feature: Runtime tuneable tcp initial sequence number | Mike Silbersack | 2001-07-08 | 1 | -2/+2 |
| * | Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats. | Ruslan Ermilov | 2001-06-23 | 1 | -1/+1 |
| * | Eliminate the allocation of a tcp template structure for each | Mike Silbersack | 2001-06-23 | 1 | -6/+0 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -30/+79 |
| * | Silby's take one on increasing FreeBSD's resistance to SYN floods: | Jesper Skriver | 2001-06-06 | 1 | -1/+14 |
| * | Inline TCP_REASS() in the single location where it's used, | Jesper Skriver | 2001-05-29 | 1 | -33/+30 |
| * | properly delay acks in half-closed TCP connections | Jesper Skriver | 2001-05-29 | 1 | -1/+1 |
| * | Say goodbye to TCP_COMPAT_42 | Jesper Skriver | 2001-04-20 | 1 | -9/+0 |