| Commit message (Expand) | Author | Age | Files | Lines |
* | Create new functions in_sockaddr(), in6_sockaddr(), and | truckman | 2002-08-21 | 1 | -26/+27 |
* | cleanup usage of ip6_mapped_addr_on and ip6_v6only. now, | ume | 2002-07-25 | 1 | -1/+1 |
* | Notify functions can destroy the pcb, so they have to return an | hsu | 2002-06-14 | 1 | -2/+3 |
* | Fix typo where INP_INFO_RLOCK should be INP_INFO_RUNLOCK. | hsu | 2002-06-12 | 1 | -4/+2 |
* | Lock up inpcb. | hsu | 2002-06-10 | 1 | -14/+46 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -51/+26 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -26/+51 |
* | Change the first argument of prison_xinpcb() to be a thread pointer instead | jhb | 2002-04-09 | 1 | -3/+3 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -4/+3 |
* | Change the ephemeral port range from 1024-5000 to 49152-65535. | silby | 2002-03-22 | 1 | -2/+2 |
* | Switch vm_zone.h with uma.h. Change over to uma interfaces. | jeff | 2002-03-20 | 1 | -4/+4 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -1/+1 |
* | 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 |