| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+1 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -17/+27 |
* | change inp_wlock_assert to inp_lock_assert | kmacy | 2008-03-24 | 1 | -4/+8 |
* | Label inp as unused in the non-INVARIANTS case | kmacy | 2008-03-24 | 1 | -2/+2 |
* | Insulate inpcb consumers outside the stack from the lock type and offset with... | kmacy | 2008-03-23 | 1 | -0/+25 |
* | Add padding for anticipated functionality | kmacy | 2007-12-07 | 1 | -8/+17 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -15/+4 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -1/+1 |
* | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | rwatson | 2007-05-11 | 1 | -2/+2 |
* | Remove unused pcbinfo arguments to in_setsockaddr() and | rwatson | 2007-05-01 | 1 | -2/+2 |
* | Rename some fields of struct inpcbinfo to have the ipi_ prefix, | rwatson | 2007-04-30 | 1 | -31/+61 |
* | Add INP_INFO_UNLOCK_ASSERT() and use it in tcp_input(). Also add some | andre | 2007-04-04 | 1 | -0/+3 |
* | Some local and style(9) cleanups. | andre | 2007-04-04 | 1 | -5/+5 |
* | Remove stale comment about not enabling inpcb and inpcbinfo lock assertions | rwatson | 2007-03-28 | 1 | -5/+0 |
* | Add "show inpcb", "show tcpcb" DDB commands, which should come in handy | rwatson | 2007-02-17 | 1 | -0/+6 |
* | Remove unused inp6_ifindex field from inpcb, as well as unused macro | rwatson | 2007-02-16 | 1 | -2/+0 |
* | Remove unused in6p_ip6_hlim macro shortcut for non-present | rwatson | 2007-02-16 | 1 | -1/+0 |
* | Fix race conditions on enumerating pcb lists by moving the initialization | ups | 2006-07-18 | 1 | -1/+2 |
* | Abstract inpcb drop logic, previously just setting of INP_DROPPED in TCP, | rwatson | 2006-04-25 | 1 | -0/+1 |
* | Change inp_ppcb from caddr_t to void *, fix/remove associated related | rwatson | 2006-04-03 | 1 | -1/+1 |
* | Break out in_pcbdetach() into two functions: | rwatson | 2006-04-01 | 1 | -0/+1 |
* | Define two new inpcb flags in the inp_vflag field, which for whatever | rwatson | 2006-03-26 | 1 | -0/+2 |
* | Minor style tweak: tab after #define, not space. | rwatson | 2006-03-26 | 1 | -4/+4 |
* | Make net.inet.ip.portrange.reservedhigh and | dwmalone | 2006-03-19 | 1 | -0/+2 |
* | Implement IP_DONTFRAG IP socket option enabling the Don't Fragment | andre | 2005-09-26 | 1 | -0/+1 |
* | Add socketoption IP_MINTTL. May be used to set the minimum acceptable | andre | 2005-08-22 | 1 | -0/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Port randomization leads to extremely fast port reuse at high | silby | 2005-01-02 | 1 | -0/+2 |
* | Define INP_UNLOCK_ASSERT() to assert that an inpcb is unlocked. | rwatson | 2004-12-05 | 1 | -0/+1 |
* | Add a macro for the destruction of INP_INFO_LOCK's used by loadable modules. | andre | 2004-10-19 | 1 | -0/+1 |
* | White space cleanup for netinet before branch: | rwatson | 2004-08-16 | 1 | -1/+1 |
* | 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 |