| Commit message (Expand) | Author | Age | Files | Lines |
* | Move lock assertions to top of in6_pcbladdr(): we still want them to run | Robert Watson | 2006-04-25 | 1 | -3/+7 |
* | Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcb | Robert Watson | 2006-04-23 | 1 | -3/+7 |
* | Mirror IPv4 pcb locking into in6_setsockaddr() and in6_setpeeraddr(): | Robert Watson | 2006-04-15 | 1 | -0/+4 |
* | Remove spl use from IPv6 inpcb code. | Robert Watson | 2006-04-12 | 1 | -25/+13 |
* | Break out in_pcbdetach() into two functions: | Robert Watson | 2006-04-01 | 1 | -13/+11 |
* | Make net.inet.ip.portrange.reservedhigh and | David Malone | 2006-03-19 | 1 | -1/+2 |
* | IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR, | David E. O'Brien | 2005-09-07 | 1 | -1/+1 |
* | scope cleanup. with this change | Hajimu UMEMOTO | 2005-07-25 | 1 | -40/+39 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | Warner Losh | 2005-01-07 | 1 | -2/+2 |
* | Push acquisition of the accept mutex out of sofree() into the caller | Robert Watson | 2004-10-18 | 1 | -0/+1 |
* | When notifying protocol components of an event on an in6pcb, use the | Robert Watson | 2004-08-21 | 1 | -3/+5 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | David Malone | 2004-08-14 | 1 | -5/+0 |
* | Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead | Robert Watson | 2004-08-06 | 1 | -4/+14 |
* | Disallow a particular kind of port theft described by the following scenario: | Yaroslav Tykhiy | 2004-07-28 | 1 | -5/+1 |
* | Commit a first pass at in6pcb and pcbinfo locking for IPv6, | Robert Watson | 2004-07-27 | 1 | -0/+16 |
* | Don't consider TCP connections beyond LISTEN state | Yaroslav Tykhiy | 2004-07-27 | 1 | -19/+10 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -1/+1 |
* | Missed directory in previous commit; need to hold SOCK_LOCK(so) | Robert Watson | 2004-06-12 | 1 | -0/+1 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | Pawel Jakub Dawidek | 2004-03-27 | 1 | -8/+8 |
* | supported IPV6_RECVPATHMTU socket option. | Hajimu UMEMOTO | 2004-02-13 | 1 | -1/+18 |
* | fix build with FAST_IPSEC. | Hajimu UMEMOTO | 2004-02-09 | 1 | -2/+1 |
* | call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect(). | Hajimu UMEMOTO | 2004-01-13 | 1 | -0/+7 |
* | in set{peer, sock}addr, do not convert the unspecified | Hajimu UMEMOTO | 2004-01-10 | 1 | -2/+2 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -36/+8 |
* | Overhaul routing table entry cleanup by introducing a new rtexpunge | Sam Leffler | 2003-10-30 | 1 | -5/+3 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | Hajimu UMEMOTO | 2003-10-24 | 1 | -2/+1 |
* | - fix typo in comments. | Hajimu UMEMOTO | 2003-10-08 | 1 | -210/+6 |
* | return(code) -> return (code) | Hajimu UMEMOTO | 2003-10-06 | 1 | -29/+29 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | Sam Leffler | 2003-10-04 | 1 | -5/+9 |
* | randomize IPv6 flowlabel when RANDOM_IP_ID is defined. | Hajimu UMEMOTO | 2003-10-01 | 1 | -0/+5 |
* | Fix a bunch of off-by-one errors in the range checking code. | Ruslan Ermilov | 2003-09-11 | 1 | -1/+1 |
* | Do not attempt to access to inp_socket fields if the socket is in the TIME_WAIT | Olivier Houchard | 2003-06-17 | 1 | -13/+38 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | Jonathan Lemon | 2003-02-19 | 1 | -4/+4 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | Sam Leffler | 2002-10-16 | 1 | -0/+7 |
* | Create new functions in_sockaddr(), in6_sockaddr(), and | Don Lewis | 2002-08-21 | 1 | -38/+54 |
* | Notify functions can destroy the pcb, so they have to return an | Jeffrey Hsu | 2002-06-14 | 1 | -2/+3 |
* | As a stop-gap measure, add one INP_LOCK_DESTROY() to in6_pcbdetach() to | Jeffrey Hsu | 2002-06-12 | 1 | -0/+1 |
* | Lock up inpcb. | Jeffrey Hsu | 2002-06-10 | 1 | -2/+3 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -48/+20 |
* | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -20/+48 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | SUZUKI Shinsuke | 2002-04-19 | 1 | -1/+4 |
* | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -2/+2 |
* | Fix warnings caused by discarding const. | Alfred Perlstein | 2002-02-27 | 1 | -2/+3 |
* | Give struct socket structures a ref counting interface similar to | Matthew Dillon | 2001-11-17 | 1 | -1/+1 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | Ruslan Ermilov | 2001-10-17 | 1 | -5/+3 |
* | Pull fix for memory leak in in6_losing() from netinet/in_pcb.c,v 1.85. | Ruslan Ermilov | 2001-10-17 | 1 | -3/+2 |