| Commit message (Expand) | Author | Age | Files | Lines |
* | introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure to | Hajimu UMEMOTO | 2003-08-05 | 3 | -1/+14 |
* | Cleanup useless break. | Hajimu UMEMOTO | 2003-07-29 | 1 | -3/+0 |
* | ip6fw does not handle ESP correctly | Hajimu UMEMOTO | 2003-07-27 | 1 | -0/+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 definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP. | Matthew N. Dodd | 2003-04-29 | 1 | -0/+3 |
* | panic() doesn't need \n | SUZUKI Shinsuke | 2003-04-29 | 6 | -53/+53 |
* | sync with the latest KAME (just a cosmetic change) | SUZUKI Shinsuke | 2003-04-28 | 1 | -2/+2 |
* | Explicitly declare 'int' parameters. | David E. O'Brien | 2003-04-21 | 1 | -1/+1 |
* | fixed a mbuf leak when an IP packet from ESP tunnel is redirected | SUZUKI Shinsuke | 2003-03-29 | 1 | -0/+7 |
* | made sure to keep the current stored lifetime when it was not updated | Hajimu UMEMOTO | 2003-03-26 | 1 | -3/+9 |
* | correct malloc flag argument | Sam Leffler | 2003-03-12 | 1 | -1/+1 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 5 | -32/+6 |
* | Fix another case for timewait. | Jonathan Lemon | 2003-02-24 | 1 | -0/+3 |
* | Remove unused variables in the IPSEC case. | Jonathan Lemon | 2003-02-20 | 1 | -1/+0 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | Jonathan Lemon | 2003-02-19 | 7 | -73/+83 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 25 | -107/+107 |
* | M_MOVE_PKTHDR must happen before any cluster is attached | Sam Leffler | 2003-02-18 | 1 | -2/+3 |
* | Consolidate MIN/MAX macros into one place (param.h). | Alfred Perlstein | 2003-02-02 | 1 | -1/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 25 | -107/+107 |
* | "struct route" is not sufficient. NetBSD PR 18751 | Hajimu UMEMOTO | 2003-01-08 | 2 | -0/+2 |
* | don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; instead | Sam Leffler | 2003-01-06 | 2 | -9/+7 |
* | purge extraneous clears of M_PKTHDR since M_MOVE_PKTHDR does this already | Sam Leffler | 2003-01-06 | 2 | -3/+0 |
* | Bah, just use %zu for printing size_t. | Mike Barcroft | 2003-01-06 | 1 | -4/+4 |
* | Cast return values of sizeof() to int so they can be printed with %d. | Mike Barcroft | 2003-01-06 | 1 | -2/+2 |
* | correct pkthdr length calculation for ipv6 echo packets; after moving a packet | Sam Leffler | 2003-01-05 | 1 | -3/+6 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 3 | -4/+4 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 2 | -3/+3 |
* | Correct mbuf packet header propagation. Previously, packet headers | Sam Leffler | 2002-12-30 | 5 | -19/+21 |
* | If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy of | Ruslan Ermilov | 2002-12-25 | 2 | -20/+4 |
* | SMP locking for radix nodes. | Jeffrey Hsu | 2002-12-24 | 2 | -2/+11 |
* | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 3 | -2/+19 |
* | define HAVE_PPSRATECHECK now that we have this stuff in the kernel | Sam Leffler | 2002-12-20 | 1 | -0/+1 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic | 2002-12-19 | 4 | -6/+6 |
* | Lock up ifaddr reference counts. | Jeffrey Hsu | 2002-12-18 | 1 | -4/+4 |
* | fixed a bug that IPv6 multicast packet is not forwarded if its packet size is... | SUZUKI Shinsuke | 2002-12-16 | 1 | -1/+1 |
* | plugged memory leakage in some erroneous cases | Hajimu UMEMOTO | 2002-10-31 | 1 | -5/+6 |
* | last arg of in6?_gif_output() is not used any more. | Hajimu UMEMOTO | 2002-10-17 | 2 | -3/+2 |
* | use encapcheck. | Hajimu UMEMOTO | 2002-10-16 | 1 | -16/+0 |
* | - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly. | Hajimu UMEMOTO | 2002-10-16 | 2 | -27/+102 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | Sam Leffler | 2002-10-16 | 8 | -4/+153 |
* | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 13 | -208/+59 |
* | s/__attribute__((__packed__))/__packed/g | Alfred Perlstein | 2002-09-23 | 1 | -1/+1 |
* | Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling and | Crist J. Clark | 2002-08-25 | 1 | -3/+5 |
* | check packet length before fetching ESP crypto checksum. | Hajimu UMEMOTO | 2002-08-24 | 1 | -0/+8 |
* | Replace (ab)uses of "NULL" where "0" is really meant. | Archie Cobbs | 2002-08-22 | 2 | -6/+6 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | Mike Barcroft | 2002-08-21 | 1 | -3/+3 |
* | Create new functions in_sockaddr(), in6_sockaddr(), and | Don Lewis | 2002-08-21 | 2 | -38/+58 |
* | Enclose IPv6 addresses in brackets when they are displayed printable with a | Juli Mallett | 2002-08-19 | 1 | -1/+1 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-02 | 1 | -0/+5 |