| Commit message (Expand) | Author | Age | Files | Lines |
| * | Continue effort to align UDPv4 and UDPv6 implementations by merging | Robert Watson | 2007-07-23 | 1 | -330/+0 |
| * | General style, white space, and comment cleanup; move to ANSI C | Robert Watson | 2007-07-09 | 1 | -1/+2 |
| * | Space cleanup | Xin LI | 2007-07-05 | 1 | -2/+2 |
| * | ANSIfy[1] plus some style cleanup nearby. | Xin LI | 2007-07-05 | 1 | -6/+2 |
| * | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 1 | -7/+0 |
| * | Include priv.h to pick up suser(9) definitions, missed in an earlier | Robert Watson | 2007-06-13 | 1 | -1/+1 |
| * | With exception of the if_name() macro, all definitions in net_osdep.h | Brooks Davis | 2006-08-04 | 1 | -2/+0 |
| * | Assert the inpcb lock in udp6_output(), as we dereference various | Robert Watson | 2006-04-12 | 1 | -0/+2 |
| * | scope cleanup. with this change | Hajimu UMEMOTO | 2005-07-25 | 1 | -15/+49 |
| * | always copy ip6_pktopt. remove needcopy and needfree | Hajimu UMEMOTO | 2005-07-21 | 1 | -1/+1 |
| * | simplified udp6_output() and rip6_output(): do not override | Hajimu UMEMOTO | 2005-07-21 | 1 | -11/+10 |
| * | be consistent on naming advanced API functions; use ip6_XXXpktopt(s). | Hajimu UMEMOTO | 2005-07-21 | 1 | -2/+2 |
| * | /* -> /*- for license, minor formatting changes, separate for KAME | Warner Losh | 2005-01-07 | 1 | -2/+2 |
| * | 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 | -1/+2 |
| * | pass pcb rather than so. it is expected that per socket policy | Hajimu UMEMOTO | 2004-02-03 | 1 | -6/+0 |
| * | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -6/+3 |
| * | - cleanup SP refcnt issue. | Hajimu UMEMOTO | 2003-11-04 | 1 | -0/+6 |
| * | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | Hajimu UMEMOTO | 2003-10-24 | 1 | -2/+3 |
| * | return(code) -> return (code) | Hajimu UMEMOTO | 2003-10-06 | 1 | -1/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -7/+1 |
| * | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | SUZUKI Shinsuke | 2002-04-19 | 1 | -2/+2 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Make faith loadable, unloadable, and clonable. | Brooks Davis | 2001-09-25 | 1 | -2/+0 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -4/+4 |
| * | Add missing "opt_inet6.h" header. | Jonathan Lemon | 2001-08-31 | 1 | -0/+1 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -16/+51 |
| * | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -0/+285 |