Age | Commit message (Expand) | Author |
2022-08-29 | Use struct refcnt for interface address reference counting. | Alexander Bluhm |
2020-12-28 | Remove unused start routine | kn |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2020-01-24 | cleanup unused headers generated by config | Jonathan Gray |
2019-07-14 | newlen was a dead store, but what we could use is oldlen to | Florian Obser |
2019-06-17 | free(9) sizes. | Martin Pieuchot |
2018-07-08 | "id" is too generic, rename to "rdomain" for clarity and easier grepping | Jeremie Courreges-Anglas |
2018-07-08 | Use the same test pattern as for enc_ifps, for consistency | Jeremie Courreges-Anglas |
2018-06-25 | Fix a kernelpanic when using rdomain(4) and enc(4) | denis |
2017-10-16 | Last changes before running IPsec w/o KERNEL_LOCK(). | Martin Pieuchot |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-05-28 | Protect the global array of interfaces with the NET_LOCK(). | Martin Pieuchot |
2017-01-23 | Flag pseudo-interfaces as such in order to call add_net_randomness() | Martin Pieuchot |
2017-01-20 | No need to handle SIOCAIFADDR in drivers, it's never passed down to | Martin Pieuchot |
2016-09-04 | Make enc_output() return EAFNOSUPPORT after dropping the packet, | Kenneth R Westerback |
2015-11-09 | use IFQ_DEQUEUE to pull of the send queue. | David Gwynne |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-22 | Kill link_rtrequest(), introduce in 1990 to "fix" the result | Martin Pieuchot |
2015-10-22 | Inspired by satosin(), use inline functions to convert sockaddr dl. | Alexander Bluhm |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-08 | There's no good reason to keep into "struct ifnet" a pointer that's only | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-21 | Fix IPsec route addition broken since the removal of the link-layer | Martin Pieuchot |
2013-09-27 | The error return codes for the enc interface were inconsistent. | Alexander Bluhm |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-01 | Allow to specify an alternative enc(4) interface for an SA. All | Reyk Floeter |
2010-07-01 | We have to add enc0 to the "enc" interface group manually on boot. | Reyk Floeter |
2010-06-29 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
2010-04-09 | encif is a global variable and thus pre-zeroed, don't bother bzero()ing | Owain Ainsworth |
2007-12-20 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2007-05-26 | one extern seems to be better than 20 for ifqmaxlen; ok krw | Jason Wright |
2006-12-12 | ansify the enc code | Reyk Floeter |
2006-06-28 | Kill unused encrtrequest(). OK markus@ | Claudio Jeker |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2005-06-08 | no more netns handling for the various tunnel devices and loopback | Henning Brauer |
2004-09-15 | Kill more netiso ghosts. | Alexander Yurchenko |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino |
2002-05-29 | attach nd_ifinfo structure to if_afdata. | Jun-ichiro itojun Hagino |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-06-27 | KNF | Niels Provos |
2001-06-25 | Copyright update. | Angelos D. Keromytis |
2001-06-08 | One more include cleanup, just to piss off Aaron :-) | Angelos D. Keromytis |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2000-12-30 | For bridged IPsec, use the gif* interfaces. | Angelos D. Keromytis |
2000-06-20 | initialize mtu/hlim for enc interface at encattach(). | Jun-ichiro itojun Hagino |
2000-04-18 | Stats for bridge output too. | Angelos D. Keromytis |