Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused macro. | 2011-04-05 | 1 | -21/+1 | |
| | | | | ok henning@ claudio@ | ||||
* | fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom | 2008-11-08 | 1 | -5/+5 | |
| | | | | ok deraadt@ otto@ | ||||
* | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | 2006-12-09 | 1 | -5/+2 | |
| | | | | | | | | | | the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt. | ||||
* | use underscore variants of _BYTE_ORDER macros which are always defined | 2006-04-27 | 1 | -10/+10 | |
| | | | | ok deraadt millert | ||||
* | typo. Bruno Rohee | 2004-07-09 | 1 | -3/+3 | |
| | |||||
* | hide nonstandard struct from userland | 2004-04-26 | 1 | -1/+3 | |
| | |||||
* | struct for IPv6 pseudo header checksum - nonstandard. from kame | 2004-01-08 | 1 | -2/+13 | |
| | |||||
* | convert __attribute__((__packed__)) to __packed so that parsers unaware | 2003-11-16 | 1 | -13/+13 | |
| | | | | | of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@ | ||||
* | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | 2003-06-11 | 1 | -7/+58 | |
| | | | | | | | | | | | - routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). markus, todd, millert, henning ok | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | nuke !PULLDOWN_TEST case. (leftover from yesterday) | 2003-05-14 | 1 | -36/+1 | |
| | |||||
* | put __attribute__ to header decls to avoid align strangeness. sync with kame | 2001-12-06 | 1 | -16/+10 | |
| | |||||
* | IP6_EXTHDR_GET0 did not check m->m_len (noone was using this macro). | 2001-07-05 | 1 | -3/+3 | |
| | | | | sync with kame | ||||
* | Inclusion protection. | 2001-06-09 | 1 | -4/+3 | |
| | |||||
* | little bit of sync with kame ($KAME, s/u_char/u_int8_t/) | 2000-10-10 | 1 | -4/+4 | |
| | |||||
* | remove m_pulldown statistics, which is highly experimental | 2000-07-12 | 1 | -3/+1 | |
| | |||||
* | declare IP6_EXTHDR_GET{,0}. sorry i forgot to commit this one. | 2000-06-13 | 1 | -4/+54 | |
| | |||||
* | hide IP6_EXTHDR_CHECK from the userland. | 2000-02-24 | 1 | -1/+3 | |
| | |||||
* | for more strict rfc2292 compliance swap netinet{,6}/{ip6,icmp6}.h. | 2000-02-07 | 1 | -2/+248 | |
| | | | | netinet6/{ip6,icmp6}.h will be nuked afterwards. | ||||
* | bring in KAME IPv6 code, dated 19991208. | 1999-12-08 | 1 | -0/+3 | |
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). |