| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | jlemon | 2001-11-22 | 1 | -36/+42 |
* | o Replace reference to 'struct proc' with 'struct thread' in 'struct | rwatson | 2001-11-08 | 1 | -5/+5 |
* | - Combine kern.ps_showallprocs and kern.ipc.showallsockets into | rwatson | 2001-10-09 | 1 | -3/+3 |
* | Only allow users to see their own socket connections if | ps | 2001-10-05 | 1 | -1/+5 |
* | o Rename u_cansee() to cr_cansee(), making the name more comprehensible | rwatson | 2001-09-20 | 1 | -2/+2 |
* | Much delayed but now present: RFC 1948 style sequence numbers | silby | 2001-08-22 | 1 | -71/+96 |
* | Fix a warning. | peter | 2001-07-27 | 1 | -0/+2 |
* | Patch up some style(9) stuff in tcp_new_isn() | peter | 2001-07-27 | 1 | -11/+7 |
* | s/OpemBSD/OpenBSD/ | peter | 2001-07-27 | 1 | -1/+1 |
* | Temporary feature: Runtime tuneable tcp initial sequence number | silby | 2001-07-08 | 1 | -0/+25 |
* | Allow getcred sysctl to work in jailed root processes. Processes can | dwmalone | 2001-06-24 | 1 | -7/+14 |
* | Replace bzero() of struct ip with explicit zeroing of structure members, | jlemon | 2001-06-23 | 1 | -2/+6 |
* | Eliminate the allocation of a tcp template structure for each | silby | 2001-06-23 | 1 | -48/+54 |
* | made sure to use the correct sa_len for rtalloc(). | ume | 2001-06-20 | 1 | -2/+2 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -37/+28 |
* | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | peter | 2001-06-08 | 1 | -1/+1 |
* | Back out part of my previous commit. This was a last minute change | peter | 2001-06-07 | 1 | -1/+1 |
* | Make the TUNABLE_*() macros look and behave more consistantly like the | peter | 2001-06-06 | 1 | -2/+2 |
* | Say goodbye to TCP_COMPAT_42 | jesper | 2001-04-20 | 1 | -7/+0 |
* | Randomize the TCP initial sequence numbers more thoroughly. | kris | 2001-04-17 | 1 | -1/+61 |
* | MFC candidate. | jesper | 2001-03-28 | 1 | -1/+2 |
* | <sys/queue.h> makeover. | phk | 2001-03-16 | 1 | -6/+4 |
* | Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly. | jlemon | 2001-02-26 | 1 | -42/+23 |
* | When converting soft error into a hard error, drop the connection. The | jlemon | 2001-02-23 | 1 | -3/+7 |
* | Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB to | jlemon | 2001-02-23 | 1 | -67/+11 |
* | Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.c | jesper | 2001-02-22 | 1 | -17/+15 |
* | Only call in_pcbnotify if the src port number != 0, as we | jesper | 2001-02-20 | 1 | -0/+14 |
* | Switch to using a struct xucred instead of a struct xucred when not | green | 2001-02-18 | 1 | -5/+16 |
* | Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify | phk | 2001-02-18 | 1 | -12/+43 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -4/+4 |
* | Update the "icmp_admin_prohib_like_rst" code to check the tcp-window and | phk | 2000-12-24 | 1 | -9/+60 |
* | We currently does not react to ICMP administratively prohibited | phk | 2000-12-16 | 1 | -0/+25 |
* | Revert the last commit to the callout interface, and add a flag to | jlemon | 2000-11-25 | 1 | -5/+5 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -1/+0 |
* | be careful on mbuf overrun on ctlinput. | itojun | 2000-10-23 | 1 | -1/+6 |
* | Use stronger random number generation for TCP_ISSINCR and tcp_iss. | kris | 2000-09-29 | 1 | -1/+1 |
* | Finally make do_tcpdrain sysctl live under correct parent, _net_inet_tcp, | bmilekic | 2000-09-25 | 1 | -2/+2 |
* | When a connection is being dropped due to a listen queue overflow, | jayanth | 2000-07-21 | 1 | -0/+12 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -8/+4 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -3/+3 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -3/+3 |
* | Let initialize th_sum before in6_cksum(), again. | shin | 2000-04-19 | 1 | -0/+1 |
* | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | jlemon | 2000-03-27 | 1 | -22/+19 |
* | Limit the maximum permissible TCP window size to 65535 octets if | ps | 2000-02-28 | 1 | -1/+4 |
* | Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is used | shin | 2000-01-25 | 1 | -8/+5 |
* | Fixed the problem that IPsec connection hangs when bigger data is sent. | shin | 2000-01-15 | 1 | -0/+1 |
* | Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond(). | shin | 2000-01-15 | 1 | -1/+1 |
* | Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp(). | shin | 2000-01-15 | 1 | -2/+2 |
* | Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree() | shin | 2000-01-13 | 1 | -1/+4 |
* | removed incorrect ip6 length setting for IPv6 tcp reset packet. | shin | 2000-01-13 | 1 | -1/+0 |