| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename two identically named log_in_vain variables: tcp_input.c's static | rwatson | 2007-02-20 | 1 | -1/+1 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -4/+6 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+3 |
* | All multicast listeners on a port should get one copy of the packet. This | jhay | 2006-09-07 | 1 | -3/+3 |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 1 | -4/+46 |
* | Fix race conditions on enumerating pcb lists by moving the initialization | ups | 2006-07-18 | 1 | -2/+1 |
* | In IN6_IS_ADDR_V4MAPPED case instead of returning directly set error and | bz | 2006-05-20 | 1 | -2/+4 |
* | Break out socket access control and delivery logic from udp6_input() | rwatson | 2006-05-01 | 1 | -96/+55 |
* | Add comment to udp6_input() that locking is missing from multicast | rwatson | 2006-04-12 | 1 | -1/+8 |
* | Add udbinfo locking in udp6_input() to protect lookups of the inpcb | rwatson | 2006-04-12 | 1 | -2/+8 |
* | Add missing locking to udp6_getcred(), remove spl use. | rwatson | 2006-04-12 | 1 | -24/+21 |
* | Fix assertion description: !=, not ==. | rwatson | 2006-04-09 | 1 | -1/+1 |
* | Update in_pcb-derived basic socket types following changes to | rwatson | 2006-04-01 | 1 | -48/+18 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 1 | -4/+3 |
* | Change protocol switch pru_abort() API so that it returns void rather | rwatson | 2006-04-01 | 1 | -3/+2 |
* | make IPV6_V6ONLY socket option work for UDP as well. | ume | 2006-02-02 | 1 | -12/+4 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -0/+5 |
* | Lock udbinfo and inp before calling in6_pcbdetach() from udp6_abort(). | rwatson | 2005-06-01 | 1 | -1/+6 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 1 | -2/+2 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 1 | -5/+12 |
* | Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead | rwatson | 2004-08-06 | 1 | -2/+2 |
* | Commit a first pass at in6pcb and pcbinfo locking for IPv6, | rwatson | 2004-07-27 | 1 | -22/+74 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | UDP checksum is mandatory in IPv6 (RFC2460 p.28) | suz | 2004-04-01 | 1 | -2/+4 |
* | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | pjd | 2004-03-27 | 1 | -4/+6 |
* | Remove unused argument. | pjd | 2004-03-27 | 1 | -1/+1 |
* | IPSEC and FAST_IPSEC have the same internal API now; | ume | 2004-02-17 | 1 | -30/+12 |
* | - wrap mappedaddr block by #ifdef INET for IPv6-only kernel in future. | ume | 2004-02-13 | 1 | -38/+42 |
* | supported IPV6_RECVPATHMTU socket option. | ume | 2004-02-13 | 1 | -3/+6 |
* | pass pcb rather than so. it is expected that per socket policy | ume | 2004-02-03 | 1 | -3/+3 |
* | Split the "inp" mutex class into separate classes for each of divert, | sam | 2003-11-26 | 1 | -1/+1 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -1/+1 |
* | - cleanup SP refcnt issue. | ume | 2003-11-04 | 1 | -3/+3 |
* | rename variables. | ume | 2003-11-02 | 1 | -8/+8 |
* | ip6_savecontrol() argument is redundant | ume | 2003-10-29 | 1 | -4/+3 |
* | - typo in comment | ume | 2003-10-09 | 1 | -1/+1 |
* | return(code) -> return (code) | ume | 2003-10-06 | 1 | -1/+1 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | jlemon | 2003-02-19 | 1 | -3/+3 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -0/+29 |
* | Enclose IPv6 addresses in brackets when they are displayed printable with a | jmallett | 2002-08-19 | 1 | -1/+1 |
* | cleanup usage of ip6_mapped_addr_on and ip6_v6only. now, | ume | 2002-07-25 | 1 | -3/+3 |
* | - fixed a bug that we can't send a packet to ipv4mapped ipv6 address | ume | 2002-07-15 | 1 | -0/+2 |
* | Notify functions can destroy the pcb, so they have to return an | hsu | 2002-06-14 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -49/+8 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -8/+49 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -10/+13 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 1 | -6/+5 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Introduce a version field to `struct xucred' in place of one of the | dd | 2002-02-27 | 1 | -5/+1 |
* | Fix warnings caused by discarding const. | alfred | 2002-02-27 | 1 | -1/+2 |