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