| Commit message (Expand) | Author | Age | Files | Lines |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -5/+5 |
* | - Check the address family of the destination cached in a PCB. | ume | 2002-01-21 | 1 | -3/+7 |
* | Minor style fixes. | jlemon | 2001-12-13 | 1 | -2/+2 |
* | o Introduce pr_mtx into struct prison, providing protection for the | rwatson | 2001-12-03 | 1 | -2/+2 |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | jlemon | 2001-11-22 | 1 | -17/+2 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -1/+1 |
* | - Fixes non-zero'd out sin_zero field problem so that the padding | arr | 2001-11-06 | 1 | -0/+1 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | ru | 2001-10-17 | 1 | -6/+4 |
* | Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h> | jlemon | 2001-09-29 | 1 | -3/+0 |
* | Make faith loadable, unloadable, and clonable. | brooks | 2001-09-25 | 1 | -4/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -8/+9 |
* | When running aplication joined multicast address, | ume | 2001-08-04 | 1 | -0/+38 |
* | move ipsec security policy allocation into in_pcballoc, before | ume | 2001-07-26 | 1 | -0/+10 |
* | Backout CSRG revision 7.22 to this file (if in_losing notices an | ru | 2001-06-29 | 1 | -3/+2 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -9/+8 |
* | Fix a style(9) nit. | phk | 2001-03-16 | 1 | -1/+1 |
* | Correctly cleanup in case of failure to bind a pcb. | phk | 2001-03-12 | 1 | -7/+10 |
* | During a flood, we don't call rtfree(), but we remove the entry ourselves. | bmilekic | 2001-03-04 | 1 | -13/+7 |
* | Fix jails. | phk | 2001-02-28 | 1 | -0/+3 |
* | Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly. | jlemon | 2001-02-26 | 1 | -94/+9 |
* | Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.c | jesper | 2001-02-22 | 1 | -23/+45 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -9/+10 |
* | Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify | jesper | 2001-02-20 | 1 | -3/+1 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -4/+2 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -18/+18 |
* | When attempting to bind to an ephemeral port, if no such port is | wes | 2001-01-23 | 1 | -2/+2 |
* | First step towards an MP-safe zone allocator: | des | 2001-01-21 | 1 | -2/+2 |
* | include tcp header files to get the prototype for tcp_seq_vs_sess | assar | 2000-12-27 | 1 | -0/+2 |
* | Update the "icmp_admin_prohib_like_rst" code to check the tcp-window and | phk | 2000-12-24 | 1 | -1/+19 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -4/+4 |
* | Properly jail UDP sockets. This is quite a bit more tricky than TCP. | phk | 2000-09-17 | 1 | -5/+19 |
* | When a connection is being dropped due to a listen queue overflow, | jayanth | 2000-07-21 | 1 | -2/+23 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -3/+1 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | Return ECONNRESET instead of EINVAL if the connection has been shot | peter | 2000-05-19 | 1 | -3/+3 |
* | Try and make the kernel build again without INET6. | ps | 2000-04-02 | 1 | -0/+2 |
* | Support per socket based IPv4 mapped IPv6 addr enable/disable control. | shin | 2000-04-01 | 1 | -2/+7 |
* | in6_pcb.c: | green | 2000-03-22 | 1 | -1/+2 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -0/+1 |
* | Change incorrect NULLs to 0s | eivind | 1999-12-21 | 1 | -5/+5 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -7/+107 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 1 | -8/+8 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 1 | -2/+1 |
* | Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually. | green | 1999-09-19 | 1 | -4/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Correct a mistake in so_cred changes. In practice, I don't think that it | green | 1999-07-12 | 1 | -2/+2 |
* | In in_pcbconnect(), check the return value from in_pcbbind() and | pb | 1999-06-25 | 1 | -3/+6 |
* | Reviewed by: the cast of thousands | green | 1999-06-17 | 1 | -3/+5 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -6/+24 |