index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_vxlan.c
Age
Commit message (
Expand
)
Author
2014-07-22
Fewer <netinet/in_systm.h> !
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-04-21
ip_output() using varargs always struck me as bizarre, esp since it's only
Henning Brauer
2014-04-14
"struct pkthdr" holds a routing table ID, not a routing domain one.
Martin Pieuchot
2014-04-11
Interfaces are associated to rdomains, make it clear by renaming
Martin Pieuchot
2013-10-22
whitespace
Reyk Floeter
2013-10-19
Improve the address and linkstate hooks and add an additional detach
Reyk Floeter
2013-10-19
Uniformize drivers doing nothing with their multicast filters to make
Martin Pieuchot
2013-10-19
In an ideal world, we would use splsoftnet() for all the interface
Reyk Floeter
2013-10-19
When a multicast tunnel destination is configured, we have to detect address
Reyk Floeter
2013-10-15
Remove the multicast filter from the ``real'' interface when destroying
Martin Pieuchot
2013-10-14
Make use of satosin() when applicable plus a couple of style nits.
Martin Pieuchot
2013-10-13
whitespace
Reyk Floeter
2013-10-13
Set the default MTU to full 1500 bytes. We do not want to encourage
Reyk Floeter
2013-10-13
Import vxlan(4), the virtual extensible local area network tunnel
Reyk Floeter