| Age | Commit message (Expand) | Author |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-25 | fix uninitialized variables | christos |
| 2003-09-06 | clarify flowlabel handling | itojun |
| 2003-09-05 | u_short -> u_int16_t. sync w/ kame. | itojun |
| 2003-09-04 | revamp inpcb/in6pcb so that they are more aligned with each other. | itojun |
| 2003-08-22 | remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output. | itojun |
| 2003-08-22 | change the additional arg to be passed to ip{,6}_output to struct socket *. | itojun |
| 2003-08-22 | Replace the set_socket() method of passing an extra struct socket* | jonathan |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-27 | can't use M_WAIT here, i believe. | itojun |
| 2002-09-11 | KNF - return is not a function. sync w/kame. | itojun |
| 2002-09-11 | correct signedness mixup in pointer passing. sync w/kame | itojun |
| 2002-07-20 | remove unneeded extern decl (commented out). sync w/kame | itojun |
| 2002-06-09 | whitespace cleanup | itojun |
| 2002-06-07 | some KNF | itojun |
| 2002-06-07 | some KNF | itojun |
| 2002-06-07 | no need for offsetof() | itojun |
| 2002-06-07 | typo | itojun |
| 2002-06-07 | sync IPV6_CHECKSUM handling with kame. | itojun |
| 2002-03-19 | check sa_len and sa_family strictly. (NOTE: rtsol/rtsold older than Nov2001 | itojun |
| 2001-12-20 | centralize multicast group management (in6_join/leavegroup). | itojun |
| 2001-12-18 | reduce white space/cosmetic diffs w/kame. | itojun |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-24 | more whitespace sync with kame | itojun |
| 2001-10-18 | gather stats on raw ip6 socket. sync with kame | itojun |
| 2001-10-18 | reduce diffs with kame (mostly cosmetic). | itojun |
| 2001-07-25 | allocate ipsec policy buffer attached to pcb in in*_pcballoc, before | itojun |
| 2001-07-23 | repair scoped address handling in PRU_BIND. sync with kame. | itojun |
| 2001-07-03 | call in{,6}_pcbpurgeif0() before in{,6}_purgeif(). | itojun |
| 2001-05-08 | correct faith prefix determination. use sys/netinet/if_faith.c:faithprefix() | itojun |
| 2001-03-04 | avoid possible alignment issue. sync with kame | itojun |
| 2001-02-26 | make sure to validate packet against ipsec policy. | itojun |
| 2001-02-11 | pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discovery | itojun |
| 2001-02-10 | to sync with kame better, (1) remove register declaration for variables, | itojun |
| 2001-02-08 | sync with kame better. cosmetic/stat changes only. | itojun |
| 2001-01-24 | - record IPsec packet history into m_aux structure. | itojun |
| 2000-10-19 | memcpy -> bcopy, for sync with kame tree | itojun |
| 2000-07-07 | sync with kame. | itojun |
| 2000-05-29 | disallow bind(2) with IPv4 mapped address for now. port number check is | itojun |
| 2000-03-01 | introduce m->m_pkthdr.aux to hold random data which needs to be passed | itojun |
| 2000-02-28 | make ICMPv6 redirect actually flush route cache in udp6/raw6 socket. | itojun |
| 2000-02-26 | implement rip6_ctlinput, to cope with routing changes correctly. | itojun |
| 2000-02-06 | fix include pathname for better rfc2292 compliance. | itojun |
| 2000-02-02 | PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 | thorpej |
| 2000-02-01 | First-draft if_detach() implementation, originally from Bill Studnemund, | thorpej |
| 2000-01-31 | bring in latest KAME ipsec tree. | itojun |
| 2000-01-06 | remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec | itojun |
| 1999-12-22 | drop IPv6 packets with v4 mapped address on src/dst. they are illegal | itojun |