summaryrefslogtreecommitdiffstats
path: root/sys/net/if_enc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "id" is too generic, rename to "rdomain" for clarity and easier greppingjca2018-07-081-23/+23
* Use the same test pattern as for enc_ifps, for consistencyjca2018-07-081-2/+2
* Fix a kernelpanic when using rdomain(4) and enc(4)denis2018-06-251-2/+2
* Last changes before running IPsec w/o KERNEL_LOCK().mpi2017-10-161-1/+3
* Remove NET_LOCK()'s argument.mpi2017-08-111-9/+8
* Protect the global array of interfaces with the NET_LOCK().mpi2017-05-281-9/+17
* Flag pseudo-interfaces as such in order to call add_net_randomness()mpi2017-01-231-1/+2
* No need to handle SIOCAIFADDR in drivers, it's never passed down tompi2017-01-201-2/+1
* Make enc_output() return EAFNOSUPPORT after dropping the packet,krw2016-09-041-2/+2
* use IFQ_DEQUEUE to pull of the send queue.dlg2015-11-091-3/+2
* Rename rtrequest1() to rtrequest().bluhm2015-10-301-2/+2
* Kill link_rtrequest(), introduce in 1990 to "fix" the resultmpi2015-10-221-2/+1
* Inspired by satosin(), use inline functions to convert sockaddr dl.bluhm2015-10-221-2/+3
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* yet more mallocarray() changes.doug2014-12-131-5/+7
* There's no good reason to keep into "struct ifnet" a pointer that's onlympi2014-12-081-3/+20
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* remove uneeded route.h includesjsg2014-09-081-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-5/+5
* Fix IPsec route addition broken since the removal of the link-layermpi2014-05-211-1/+6
* The error return codes for the enc interface were inconsistent.bluhm2013-09-271-8/+9
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-2/+2
* Allow to specify an alternative enc(4) interface for an SA. Allreyk2010-07-011-17/+50
* We have to add enc0 to the "enc" interface group manually on boot.reyk2010-07-011-1/+3
* Replace enc(4) with a new implementation as a cloner device. We stillreyk2010-06-291-96/+196
* encif is a global variable and thus pre-zeroed, don't bother bzero()ingoga2010-04-091-3/+1
* return with ENOTTY instead of EINVAL for unknown ioctl requests.brad2007-12-201-2/+2
* one extern seems to be better than 20 for ifqmaxlen; ok krwjason2007-05-261-3/+1
* ansify the enc codereyk2006-12-121-62/+51
* Kill unused encrtrequest(). OK markus@claudio2006-06-281-13/+1
* With the exception of two other small uncommited diffs this movesbrad2006-03-041-2/+2
* no more netns handling for the various tunnel devices and loopbackhenning2005-06-081-5/+1
* Kill more netiso ghosts.grange2004-09-151-5/+1
* string fixes; tedu okderaadt2003-05-031-2/+2
* allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowitojun2002-06-301-1/+2
* attach nd_ifinfo structure to if_afdata.itojun2002-05-291-4/+1
* First round of __P removal in sysmillert2002-03-141-7/+7
* KNFprovos2001-06-271-3/+3
* Copyright update.angelos2001-06-251-4/+4
* One more include cleanup, just to piss off Aaron :-)angelos2001-06-081-13/+1
* Move offsetof define into sys/param.hcsapuntz2001-04-061-5/+1
* For bridged IPsec, use the gif* interfaces.angelos2000-12-301-334/+5
* initialize mtu/hlim for enc interface at encattach().itojun2000-06-201-1/+5
* Stats for bridge output too.angelos2000-04-181-4/+4
* Sanity check on dequeued mbufs, also keep track of correct interfaceangelos2000-04-181-1/+9
* Fix checksum for outgoing etherip/ipip packets from enc interfaces.angelos2000-04-121-1/+12
* Minor oops in sanity logic, IFF_RUNNING is set/unset with IFF_UP,angelos2000-04-101-3/+9
* output routine enqueues and calls start, rather than requeueing for input.angelos2000-04-101-55/+14
* Typo.angelos2000-04-101-2/+2
* SIOCAIFADDR.angelos2000-04-101-1/+2