| Commit message (Expand) | Author | Age | Files | Lines |
* | "id" is too generic, rename to "rdomain" for clarity and easier grepping |  jca | 2018-07-08 | 1 | -23/+23 |
* | Use the same test pattern as for enc_ifps, for consistency |  jca | 2018-07-08 | 1 | -2/+2 |
* | Fix a kernelpanic when using rdomain(4) and enc(4) |  denis | 2018-06-25 | 1 | -2/+2 |
* | Last changes before running IPsec w/o KERNEL_LOCK(). |  mpi | 2017-10-16 | 1 | -1/+3 |
* | Remove NET_LOCK()'s argument. |  mpi | 2017-08-11 | 1 | -9/+8 |
* | Protect the global array of interfaces with the NET_LOCK(). |  mpi | 2017-05-28 | 1 | -9/+17 |
* | Flag pseudo-interfaces as such in order to call add_net_randomness() |  mpi | 2017-01-23 | 1 | -1/+2 |
* | No need to handle SIOCAIFADDR in drivers, it's never passed down to |  mpi | 2017-01-20 | 1 | -2/+1 |
* | Make enc_output() return EAFNOSUPPORT after dropping the packet, |  krw | 2016-09-04 | 1 | -2/+2 |
* | use IFQ_DEQUEUE to pull of the send queue. |  dlg | 2015-11-09 | 1 | -3/+2 |
* | Rename rtrequest1() to rtrequest(). |  bluhm | 2015-10-30 | 1 | -2/+2 |
* | Kill link_rtrequest(), introduce in 1990 to "fix" the result |  mpi | 2015-10-22 | 1 | -2/+1 |
* | Inspired by satosin(), use inline functions to convert sockaddr dl. |  bluhm | 2015-10-22 | 1 | -2/+3 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | yet more mallocarray() changes. |  doug | 2014-12-13 | 1 | -5/+7 |
* | There's no good reason to keep into "struct ifnet" a pointer that's only |  mpi | 2014-12-08 | 1 | -3/+20 |
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
* | remove uneeded route.h includes |  jsg | 2014-09-08 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -5/+5 |
* | Fix IPsec route addition broken since the removal of the link-layer |  mpi | 2014-05-21 | 1 | -1/+6 |
* | The error return codes for the enc interface were inconsistent. |  bluhm | 2013-09-27 | 1 | -8/+9 |
* | Fix the naming of interfaces and variables for rdomains and rtables |  guenther | 2010-07-03 | 1 | -2/+2 |
* | Allow to specify an alternative enc(4) interface for an SA. All |  reyk | 2010-07-01 | 1 | -17/+50 |
* | We have to add enc0 to the "enc" interface group manually on boot. |  reyk | 2010-07-01 | 1 | -1/+3 |
* | Replace enc(4) with a new implementation as a cloner device. We still |  reyk | 2010-06-29 | 1 | -96/+196 |
* | encif is a global variable and thus pre-zeroed, don't bother bzero()ing |  oga | 2010-04-09 | 1 | -3/+1 |
* | return with ENOTTY instead of EINVAL for unknown ioctl requests. |  brad | 2007-12-20 | 1 | -2/+2 |
* | one extern seems to be better than 20 for ifqmaxlen; ok krw |  jason | 2007-05-26 | 1 | -3/+1 |
* | ansify the enc code |  reyk | 2006-12-12 | 1 | -62/+51 |
* | Kill unused encrtrequest(). OK markus@ |  claudio | 2006-06-28 | 1 | -13/+1 |
* | With the exception of two other small uncommited diffs this moves |  brad | 2006-03-04 | 1 | -2/+2 |
* | no more netns handling for the various tunnel devices and loopback |  henning | 2005-06-08 | 1 | -5/+1 |
* | Kill more netiso ghosts. |  grange | 2004-09-15 | 1 | -5/+1 |
* | string fixes; tedu ok |  deraadt | 2003-05-03 | 1 | -2/+2 |
* | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know |  itojun | 2002-06-30 | 1 | -1/+2 |
* | attach nd_ifinfo structure to if_afdata. |  itojun | 2002-05-29 | 1 | -4/+1 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -7/+7 |
* | KNF |  provos | 2001-06-27 | 1 | -3/+3 |
* | Copyright update. |  angelos | 2001-06-25 | 1 | -4/+4 |
* | One more include cleanup, just to piss off Aaron :-) |  angelos | 2001-06-08 | 1 | -13/+1 |
* | Move offsetof define into sys/param.h |  csapuntz | 2001-04-06 | 1 | -5/+1 |
* | For bridged IPsec, use the gif* interfaces. |  angelos | 2000-12-30 | 1 | -334/+5 |
* | initialize mtu/hlim for enc interface at encattach(). |  itojun | 2000-06-20 | 1 | -1/+5 |
* | Stats for bridge output too. |  angelos | 2000-04-18 | 1 | -4/+4 |
* | Sanity check on dequeued mbufs, also keep track of correct interface |  angelos | 2000-04-18 | 1 | -1/+9 |
* | Fix checksum for outgoing etherip/ipip packets from enc interfaces. |  angelos | 2000-04-12 | 1 | -1/+12 |
* | Minor oops in sanity logic, IFF_RUNNING is set/unset with IFF_UP, |  angelos | 2000-04-10 | 1 | -3/+9 |
* | output routine enqueues and calls start, rather than requeueing for input. |  angelos | 2000-04-10 | 1 | -55/+14 |
* | Typo. |  angelos | 2000-04-10 | 1 | -2/+2 |
* | SIOCAIFADDR. |  angelos | 2000-04-10 | 1 | -1/+2 |