summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/udp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-271-5/+1
* Fix warnings caused by discarding const.alfred2002-02-271-1/+2
* Corrected an argument to in6_pcbnotify().ume2002-02-041-2/+3
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-1/+1
* Make faith loadable, unloadable, and clonable.brooks2001-09-251-8/+1
* KSE Milestone 2julian2001-09-121-11/+11
* move ipsec security policy allocation into in_pcballoc, beforeume2001-07-261-7/+0
* Sync with recent KAME.ume2001-06-111-50/+40
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-5/+9
* be careful on mbuf overrun on ctlinput.itojun2000-10-231-1/+5
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-129/+49
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* correct bad TTL with packets generated by v4 mapped udp. from kameitojun2000-06-221-0/+7
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.shin2000-04-011-3/+3
* Merge a bug fix from freebsd-current; check m != NULL before touching it,shin2000-01-181-1/+1
* tcp updates to support IPv6.shin2000-01-091-11/+2
* IPSEC support in the kernel.shin1999-12-221-9/+13
* Change incorrect NULLs to 0seivind1999-12-211-4/+5
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-0/+835
OpenPOWER on IntegriCloud