| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | UDP checksum is mandatory in IPv6 (RFC2460 p.28) | SUZUKI Shinsuke | 2004-04-01 | 1 | -2/+4 |
| * | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | Pawel Jakub Dawidek | 2004-03-27 | 1 | -4/+6 |
| * | Remove unused argument. | Pawel Jakub Dawidek | 2004-03-27 | 1 | -1/+1 |
| * | IPSEC and FAST_IPSEC have the same internal API now; | Hajimu UMEMOTO | 2004-02-17 | 1 | -30/+12 |
| * | - wrap mappedaddr block by #ifdef INET for IPv6-only kernel in future. | Hajimu UMEMOTO | 2004-02-13 | 1 | -38/+42 |
| * | supported IPV6_RECVPATHMTU socket option. | Hajimu UMEMOTO | 2004-02-13 | 1 | -3/+6 |
| * | pass pcb rather than so. it is expected that per socket policy | Hajimu UMEMOTO | 2004-02-03 | 1 | -3/+3 |
| * | Split the "inp" mutex class into separate classes for each of divert, | Sam Leffler | 2003-11-26 | 1 | -1/+1 |
| * | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -1/+1 |
| * | - cleanup SP refcnt issue. | Hajimu UMEMOTO | 2003-11-04 | 1 | -3/+3 |
| * | rename variables. | Hajimu UMEMOTO | 2003-11-02 | 1 | -8/+8 |
| * | ip6_savecontrol() argument is redundant | Hajimu UMEMOTO | 2003-10-29 | 1 | -4/+3 |
| * | - typo in comment | Hajimu UMEMOTO | 2003-10-09 | 1 | -1/+1 |
| * | return(code) -> return (code) | Hajimu UMEMOTO | 2003-10-06 | 1 | -1/+1 |
| * | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | Jonathan Lemon | 2003-02-19 | 1 | -3/+3 |
| * | Tie new "Fast IPsec" code into the build. This involves the usual | Sam Leffler | 2002-10-16 | 1 | -0/+29 |
| * | Enclose IPv6 addresses in brackets when they are displayed printable with a | Juli Mallett | 2002-08-19 | 1 | -1/+1 |
| * | cleanup usage of ip6_mapped_addr_on and ip6_v6only. now, | Hajimu UMEMOTO | 2002-07-25 | 1 | -3/+3 |
| * | - fixed a bug that we can't send a packet to ipv4mapped ipv6 address | Hajimu UMEMOTO | 2002-07-15 | 1 | -0/+2 |
| * | Notify functions can destroy the pcb, so they have to return an | Jeffrey Hsu | 2002-06-14 | 1 | -1/+1 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -49/+8 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -8/+49 |
| * | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | Seigo Tanimura | 2002-04-30 | 1 | -10/+13 |
| * | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | SUZUKI Shinsuke | 2002-04-19 | 1 | -6/+5 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Introduce a version field to `struct xucred' in place of one of the | Dima Dorfman | 2002-02-27 | 1 | -5/+1 |
| * | Fix warnings caused by discarding const. | Alfred Perlstein | 2002-02-27 | 1 | -1/+2 |
| * | Corrected an argument to in6_pcbnotify(). | Hajimu UMEMOTO | 2002-02-04 | 1 | -2/+3 |
| * | o Replace reference to 'struct proc' with 'struct thread' in 'struct | Robert Watson | 2001-11-08 | 1 | -1/+1 |
| * | Make faith loadable, unloadable, and clonable. | Brooks Davis | 2001-09-25 | 1 | -8/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -11/+11 |
| * | move ipsec security policy allocation into in_pcballoc, before | Hajimu UMEMOTO | 2001-07-26 | 1 | -7/+0 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -50/+40 |
| * | Switch to using a struct xucred instead of a struct xucred when not | Brian Feldman | 2001-02-18 | 1 | -5/+9 |
| * | be careful on mbuf overrun on ctlinput. | Jun-ichiro itojun Hagino | 2000-10-23 | 1 | -1/+5 |
| * | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -129/+49 |
| * | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -1/+1 |
| * | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -1/+1 |
| * | correct bad TTL with packets generated by v4 mapped udp. from kame | Jun-ichiro itojun Hagino | 2000-06-22 | 1 | -0/+7 |
| * | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 1 | -1/+0 |
| * | Support per socket based IPv4 mapped IPv6 addr enable/disable control. | Yoshinobu Inoue | 2000-04-01 | 1 | -3/+3 |
| * | Merge a bug fix from freebsd-current; check m != NULL before touching it, | Yoshinobu Inoue | 2000-01-18 | 1 | -1/+1 |
| * | tcp updates to support IPv6. | Yoshinobu Inoue | 2000-01-09 | 1 | -11/+2 |
| * | IPSEC support in the kernel. | Yoshinobu Inoue | 1999-12-22 | 1 | -9/+13 |
| * | Change incorrect NULLs to 0s | Eivind Eklund | 1999-12-21 | 1 | -4/+5 |
| * | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | Brian Feldman | 1999-12-19 | 1 | -1/+1 |
| * | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | Yoshinobu Inoue | 1999-12-07 | 1 | -0/+835 |