Age | Commit message (Expand) | Author |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
2002-06-07 | avoid is_ipv6 construct. a step towards IPv4-less kernel | Jun-ichiro itojun Hagino |
2002-05-26 | remove extra spaces, tabs, and semicolon. | Federico G. Schwindt |
2002-05-16 | bring in ECN support from KAME. | Kenjiro Cho |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-08 | use timeout(9) to schedule TCP timers. this avoid traversing all | Niels Provos |
2002-03-02 | disable immediate ack on TH_PUSH. make behaviour sysctl tuneable. | Niels Provos |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-01-14 | use macros to manage tcp timers; based on netbsd | Niels Provos |
2001-06-26 | Restore inclusion of <sys/systm.h>. | Aaron Campbell |
2001-06-08 | Cut down on include files. | Angelos D. Keromytis |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt |
2001-05-27 | Remove unnecessary XXX comment. | Angelos D. Keromytis |
2000-12-13 | more random tcp sequence numbers. okay deraadt@, angelos@ | Niels Provos |
2000-12-11 | nuke #ifdef TCP6 (no longer supported). | Jun-ichiro itojun Hagino |
2000-10-14 | implement net.inet.tcp.rstppslimit. rate-limits outbound TCP RST traffic | Jun-ichiro itojun Hagino |
2000-09-19 | Lots and lots of changes. | Angelos D. Keromytis |
2000-07-11 | compute correct window scale when recvpipe option is set in route; based | Niels Provos |
2000-07-06 | completely remove ipv4 mapped cases from tcp_input(). | Jun-ichiro itojun Hagino |
2000-07-05 | more cleanup for IPv4 mapped address support. there seem to be some | Jun-ichiro itojun Hagino |
2000-06-18 | permit compilation of non-V6 kernels | Theo de Raadt |
2000-06-18 | support ipv6 for tcp_ident | Bob Beck |
2000-06-18 | for setsockopt/getsockopt, don't assume non-PF_INET6 address family as | Jun-ichiro itojun Hagino |
2000-06-03 | correctly handle ctlinput messages for IPv6. | Jun-ichiro itojun Hagino |
1999-12-21 | option TCP_NEWRENO goes away, its the default case for TCP_SACK if | Niels Provos |
1999-12-20 | decide address family for {set,get}sockopt() by domain table, | Jun-ichiro itojun Hagino |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-09-01 | increase tcp_iss increment | Niels Provos |
1999-07-06 | Added support for TCP MD5 option (RFC 2385). | cmetz |
1999-07-02 | Significant cleanups in the way TCP is made to handle multiple network | cmetz |
1999-03-24 | Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al. | cmetz |
1999-01-11 | netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz | Theo de Raadt |
1999-01-07 | in_pcblookup() now takes ptr to both ip address arguments | Theo de Raadt |
1999-01-07 | indent | Theo de Raadt |
1998-11-17 | NewReno, SACK and FACK support for TCP, adapted from code for BSDI | Niels Provos |
1998-06-27 | indent | Theo de Raadt |
1998-06-27 | indent | Theo de Raadt |
1998-06-27 | Disallow TCP connect() to multicast addresses; cmetz@inner.net | Angelos D. Keromytis |
1998-06-26 | indent | Theo de Raadt |
1998-06-11 | indent | Theo de Raadt |
1998-06-10 | wasteland quality control cleanup | Theo de Raadt |
1998-06-10 | New TCPCTL_IDENT sysctl for identd without kmem insanity. | Bob Beck |
1998-05-18 | first step to the setsockopt/getsockopt interface as described in | Niels Provos |
1998-02-28 | Another shot at disallowing TCP connections to 255.255.255.255, | Angelos D. Keromytis |
1998-02-25 | patch could not have been tested. panics machine on boot | Theo de Raadt |
1998-02-25 | please indent as the file is currently indented | Theo de Raadt |
1998-02-25 | Disallow TCP connects to 255.255.255.255 or local broadcast addresses. | Angelos D. Keromytis |
1998-01-24 | sysctl for def sizes for tcp/udp send/recv queues | Michael Shalayeff |
1998-01-20 | s/(cast)0/NYLL/g | Michael Shalayeff |
1998-01-06 | so_linger is in seconds | Theo de Raadt |