summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/udp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-5/+12
* Pass pcbinfo structures to in6_pcbnotify() rather than pcbheadrwatson2004-08-061-2/+2
* Commit a first pass at in6pcb and pcbinfo locking for IPv6,rwatson2004-07-271-22/+74
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* UDP checksum is mandatory in IPv6 (RFC2460 p.28)suz2004-04-011-2/+4
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-271-4/+6
* Remove unused argument.pjd2004-03-271-1/+1
* IPSEC and FAST_IPSEC have the same internal API now;ume2004-02-171-30/+12
* - wrap mappedaddr block by #ifdef INET for IPv6-only kernel in future.ume2004-02-131-38/+42
* supported IPV6_RECVPATHMTU socket option.ume2004-02-131-3/+6
* pass pcb rather than so. it is expected that per socket policyume2004-02-031-3/+3
* Split the "inp" mutex class into separate classes for each of divert,sam2003-11-261-1/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-1/+1
* - cleanup SP refcnt issue.ume2003-11-041-3/+3
* rename variables.ume2003-11-021-8/+8
* ip6_savecontrol() argument is redundantume2003-10-291-4/+3
* - typo in commentume2003-10-091-1/+1
* return(code) -> return (code)ume2003-10-061-1/+1
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-191-3/+3
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-0/+29
* Enclose IPv6 addresses in brackets when they are displayed printable with ajmallett2002-08-191-1/+1
* cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,ume2002-07-251-3/+3
* - fixed a bug that we can't send a packet to ipv4mapped ipv6 addressume2002-07-151-0/+2
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-141-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-49/+8
* Lock down a socket, milestone 1.tanimura2002-05-201-8/+49
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-10/+13
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-6/+5
* 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
OpenPOWER on IntegriCloud