| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the problem that IPsec connection hangs when bigger data is sent. | shin | 2000-01-15 | 1 | -0/+4 |
* | add a comment for some possible? IPv4 option processing. | shin | 2000-01-13 | 1 | -0/+1 |
* | tcp updates to support IPv6. | shin | 2000-01-09 | 1 | -271/+678 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -2/+3 |
* | Use SEQ_* macros for comparing sequence space numbers. | jlemon | 1999-12-14 | 1 | -2/+2 |
* | According to RFC 793, a reset should be honored if the sequence number | jlemon | 1999-12-11 | 1 | -7/+6 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -4/+5 |
* | Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf total | green | 1999-10-09 | 1 | -2/+2 |
* | Fix some more disordering, as well as the description string for the | des | 1999-09-14 | 1 | -6/+6 |
* | Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctl | des | 1999-09-12 | 1 | -0/+29 |
* | Restructure TCP timeout handling: | jlemon | 1999-08-30 | 1 | -58/+114 |
* | Remove extra indenting of `break' statements introducted in rev 1.89, | obrien | 1999-08-29 | 1 | -9/+13 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix breakage if blackhole=1 and tiflags & TH_SYN, plus | csgr | 1999-08-19 | 1 | -7/+12 |
* | Slight tweak to tcp.blackhole to add optional behaviour to | csgr | 1999-08-18 | 1 | -9/+26 |
* | Add net.inet.tcp.blackhole and net.inet.udp.blackhole | csgr | 1999-08-17 | 1 | -2/+9 |
* | fix comment re: RST received in TIME_WAIT to match the code. | jmb | 1999-07-18 | 1 | -3/+3 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -2/+3 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -5/+6 |
* | Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT. | fenner | 1999-02-06 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -2/+2 |
* | Reviewed by: freebsd-current | dillon | 1998-12-03 | 1 | -2/+8 |
* | Fix RST validation. | wollman | 1998-09-11 | 1 | -42/+112 |
* | Re-implement tcp and ip fragment reassembly to not store pointers in the | dfr | 1998-08-24 | 1 | -38/+49 |
* | Support for IPFW based transparent forwarding. | julian | 1998-07-06 | 1 | -1/+29 |
* | Let the sowwakeup macro decide when to call sowakeup rather than have | peter | 1998-05-31 | 1 | -5/+3 |
* | Grumble...It seems I'm suffering from some mental disease. Do it correct now. | guido | 1998-05-18 | 1 | -2/+2 |
* | Add some parenthesis for clarity and fix a bug | guido | 1998-05-18 | 1 | -2/+2 |
* | Refuse accellerated opens on listening sockets that have not set | guido | 1998-05-04 | 1 | -2/+4 |
* | At the request of Garrett, changed sysctl: | dg | 1998-04-24 | 1 | -2/+2 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 1 | -2/+2 |
* | Remove the last traces of TUBA. | phk | 1998-04-06 | 1 | -7/+1 |
* | Remove the check for SYN in SYN_RECEIVED state; it breaks simultaneous | fenner | 1998-03-20 | 1 | -10/+4 |
* | Changes to support the addition of a new sysctl variable: | dg | 1998-02-26 | 1 | -18/+16 |
* | Improved connection establishment performance by doing local port lookups via | dg | 1998-01-27 | 1 | -27/+11 |
* | A more complete fix for the "land" attack, removing the "quick fix" from | fenner | 1998-01-21 | 1 | -20/+25 |
* | Don't use ANSI string concatenation to misformat a string. | bde | 1997-12-19 | 1 | -5/+5 |
* | Add Matt Dillon's quick fix hack for the self-connect DoS. | wollman | 1997-11-20 | 1 | -1/+14 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -2/+1 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -3/+1 |
* | Killed the SYN_RECEIVED addition from rev 1.52. It results in legitimate | dg | 1997-10-02 | 1 | -6/+1 |
* | Don't consider a SYN/ACK with CC but no CCECHO a proper T/TCP | fenner | 1997-09-30 | 1 | -9/+11 |
* | Make TCPDEBUG a new-style option. | joerg | 1997-09-16 | 1 | -1/+3 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -8/+7 |
* | Fix a bug (apparently very old) that can cause a TCP connection to | jdp | 1997-07-01 | 1 | -2/+2 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -2/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Re-enable the TCP SYN-attack protection code. I was the one who didn't | fenner | 1996-11-10 | 1 | -3/+1 |
* | Fix two bugs I accidently put into the syn code at the last minute | pst | 1996-10-11 | 1 | -5/+9 |