| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -20/+20 |
* | purge extraneous clears of M_PKTHDR since M_MOVE_PKTHDR does this already | sam | 2003-01-06 | 1 | -1/+0 |
* | Correct mbuf packet header propagation. Previously, packet headers | sam | 2002-12-30 | 1 | -1/+1 |
* | plugged memory leakage in some erroneous cases | ume | 2002-10-31 | 1 | -5/+6 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -4/+63 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -5/+3 |
* | Replace (ab)uses of "NULL" where "0" is really meant. | archie | 2002-08-22 | 1 | -5/+5 |
* | make sure to set/unset INP_IPV4 according to a value | ume | 2002-07-24 | 1 | -0/+4 |
* | do not refer to IN6P_BINDV6ONLY anymore. | ume | 2002-07-22 | 1 | -7/+1 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 1 | -11/+12 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -4/+4 |
* | Fix cached route problem. | ume | 2002-03-29 | 1 | -0/+1 |
* | Remove duplicate extern declarations to silence warnings. | alfred | 2002-03-19 | 1 | -3/+0 |
* | - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated. | arr | 2001-12-09 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -9/+10 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -6/+6 |
* | soopt_mcopyout() frees mbuf if error occurs, and DOES NOT free it if it is | ume | 2001-07-08 | 1 | -2/+6 |
* | The m_free call in the ip6_fw_ctl_ptr == NULL case apparently | ume | 2001-07-07 | 1 | -2/+0 |
* | disallow setsockopt(IPV6_V6ONLY) for already bound sockets. | ume | 2001-06-24 | 1 | -0/+11 |
* | decrease warning | ume | 2001-06-24 | 1 | -2/+4 |
* | Nuke the comment about MIP6. We don't have MIP6 code, yet. | ume | 2001-06-24 | 1 | -12/+0 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -244/+556 |
* | Fix memory leak. | ume | 2001-05-23 | 1 | -0/+2 |
* | When ip6_fw_ctl() or soopt_mcopyout() return without success, | ume | 2001-01-20 | 1 | -1/+1 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -2/+2 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Count per-address statistics for IP fragments. | joe | 2000-10-29 | 1 | -0/+6 |
* | Augment the 'ifaddr' structure with a 'struct if_data' to keep | joe | 2000-10-19 | 1 | -1/+7 |
* | Make ip6fw as loadable module. | ume | 2000-09-23 | 1 | -9/+1 |
* | Make compilable with -DIPFILTER. | ume | 2000-08-12 | 1 | -1/+6 |
* | activate pfil_hooks and covert ipfilter to use it | darrenr | 2000-07-31 | 1 | -0/+28 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -159/+180 |
* | Just need to pass the address family to if_simloop(), not the whole sockaddr. | archie | 2000-05-24 | 1 | -1/+1 |
* | Initialize mbuf pointer at getting ipsec policy. | shin | 2000-03-09 | 1 | -8/+6 |
* | CMSG_XXX macros alignment fixes to follow RFC2292. | shin | 2000-03-03 | 1 | -2/+2 |
* | Add ip6fw. | shin | 2000-01-29 | 1 | -0/+1 |
* | Backout diffs which should not be included. | shin | 2000-01-28 | 1 | -1/+0 |
* | #This is a null commit to give correct description for the previous change. | shin | 2000-01-28 | 1 | -0/+1 |
* | Sorry I didn't commit these files at the commit just a few minutes before. | shin | 2000-01-28 | 1 | -0/+19 |
* | added missing IPV6_PORTRANGE case. | shin | 2000-01-13 | 1 | -0/+1 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -12/+17 |
* | Change incorrect NULLs to 0s | eivind | 1999-12-21 | 1 | -3/+3 |
* | rtcalloc() is removed because it turned out not to be necessary for FreeBSD. | shin | 1999-12-09 | 1 | -7/+3 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -12/+4 |
* | Removed IPSEC and IPV6FIREWALL because they are not ready yet. | shin | 1999-11-23 | 1 | -2/+0 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 1 | -0/+2176 |