| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that IPv6 performs basic in6pcb and inpcb locking, enable inpcb | rwatson | 2004-08-04 | 1 | -15/+0 |
* | Remove erroneous semicolons. | stefanf | 2004-07-13 | 1 | -1/+1 |
* | When asserting non-Giant locks in the network stack, also assert | rwatson | 2004-06-24 | 1 | -6/+21 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | pjd | 2004-03-27 | 1 | -4/+4 |
* | Remove unused argument. | pjd | 2004-03-27 | 1 | -2/+1 |
* | Remove unused function. | pjd | 2004-03-25 | 1 | -1/+0 |
* | Split the "inp" mutex class into separate classes for each of divert, | sam | 2003-11-26 | 1 | -3/+4 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -16/+3 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -0/+3 |
* | add locking assertions that turn into noops if INET6 is configured; | sam | 2003-11-08 | 1 | -0/+17 |
* | correct tab and order. | ume | 2003-10-24 | 1 | -4/+4 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 1 | -4/+6 |
* | Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on | bms | 2003-08-20 | 1 | -0/+1 |
* | IP_RECVTTL socket option. | mdodd | 2003-04-29 | 1 | -1/+2 |
* | Back out support for RFC3514. | mdodd | 2003-04-02 | 1 | -1/+0 |
* | Implement support for RFC 3514 (The Security Flag in the IPv4 Header). | mdodd | 2003-04-01 | 1 | -0/+1 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | jlemon | 2003-02-19 | 1 | -0/+2 |
* | Turn off duplicate lock checking for inp locks because udp_input() | hsu | 2002-11-12 | 1 | -1/+1 |
* | Replace in_pcbladdr() with a more generic inner subroutine for | iedowse | 2002-10-21 | 1 | -2/+3 |
* | Split out most of the logic from in_pcbbind() into a new function | iedowse | 2002-10-20 | 1 | -0/+2 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -1/+1 |
* | Fixed namespace pollution in uma changes: | bde | 2002-09-05 | 1 | -2/+3 |
* | Create new functions in_sockaddr(), in6_sockaddr(), and | truckman | 2002-08-21 | 1 | -0/+2 |
* | do not refer to IN6P_BINDV6ONLY anymore. | ume | 2002-07-22 | 1 | -1/+0 |
* | Notify functions can destroy the pcb, so they have to return an | hsu | 2002-06-14 | 1 | -2/+3 |
* | Lock up inpcb. | hsu | 2002-06-10 | 1 | -4/+20 |
* | Change the first argument of prison_xinpcb() to be a thread pointer instead | jhb | 2002-04-09 | 1 | -1/+1 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-24 | 1 | -3/+2 |
* | Switch vm_zone.h with uma.h. Change over to uma interfaces. | jeff | 2002-03-20 | 1 | -8/+2 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -22/+22 |
* | This is the first part of the new kernel memory allocator. This replaces | jeff | 2002-03-19 | 1 | -1/+2 |
* | Document what inpcb->inp_vflag is for. | alfred | 2002-02-25 | 1 | -1/+1 |
* | Add include of net/route.h, as structures moved around due to the | rwatson | 2001-11-27 | 1 | -0/+1 |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | jlemon | 2001-11-22 | 1 | -27/+62 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+3 |
* | When running aplication joined multicast address, | ume | 2001-08-04 | 1 | -0/+1 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -15/+17 |
* | Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly. | jlemon | 2001-02-26 | 1 | -4/+1 |
* | Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.c | jesper | 2001-02-22 | 1 | -0/+3 |
* | Update the "icmp_admin_prohib_like_rst" code to check the tcp-window and | phk | 2000-12-24 | 1 | -1/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -6/+6 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -6/+6 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -1/+2 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 1 | -13/+138 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -1/+2 |
* | Convert socket structures to be type-stable and add a version number. | wollman | 1998-05-15 | 1 | -2/+23 |