summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_domain.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First step in Bluetooth protocol stack support.grange2005-01-141-1/+5
| | | | | | | | | | The code is adopted from the FreeBSD netgraph-based Bluetooth implementation by Maksim Yevmenkin <m_evmenkin@yahoo.com> but all netgraph glue was replaced with usual BSD network stack hooks. This is a work in progress. Only HCI layer works for now, L2CAP and RFCOMM are on the way. Help in testing from many, ok markus@.
* introduce pffinddomain(), to find a domain by family.pat2004-11-271-48/+47
| | | | | | | | while here, fix some spacing, ansi, de-register, etc. mostly from netbsd tested & ok otto millert
* remove special handling of PF_KEY in net_sysctl; ok deraadtmarkus2004-11-251-18/+2
|
* Kill more netiso ghosts.grange2004-09-151-4/+1
| | | | ok millert@
* use NULL for ptrs. parts from Joris Vinktedu2004-04-011-6/+6
|
* sysctl knob for bpf tunables. some tips from canacar@tedu2004-02-241-1/+8
| | | | ok canacar@ deraadt@ mcbride@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)jason2003-05-121-1/+3
|
* First round of __P removal in sysmillert2002-03-141-4/+4
|
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
| | | | (Look ma, I might have broken the tree)
* NATM domain; stoklund@taxidriver.dkderaadt2000-09-121-1/+4
|
* Use new timeouts for pfslowtimo and pffasttimo.art2000-03-231-11/+18
|
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-7/+34
| | | | | | | | | 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).
* make option IPSEC imply option KEYniklas1999-03-301-5/+5
|
* Disable encap domain.angelos1999-02-241-4/+1
|
* ready for INET6 and KEYderaadt1999-01-071-1/+10
|
* Add AppleTalk.denny1997-07-231-1/+4
|
* IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inderaadt1997-02-201-1/+4
| | | | Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz
* Add IPX support (#ifdef'ed, so no problems would arise).mickey1996-04-271-1/+4
|
* From NetBSD: 960217 mergeniklas1996-03-031-2/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+227