summaryrefslogtreecommitdiff
path: root/sys/net/if_vxlan.c
AgeCommit message (Expand)Author
2015-04-13ether_input() should not longer be called directly so convert toMartin Pieuchot
2015-04-07Do not pass an `ifp' argument to interface input handlers since itMartin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-01-24Userland (base & ports) was adapted to always include <netinet/in.h>Theo de Raadt
2014-12-19unifdef INET in net code as a precursor to removing the pretend option.Ted Unangst
2014-12-17Remove the "multicast_" prefix from the fields a multicast-only struct.Martin Pieuchot
2014-12-17Use an interface index instead of a pointer for multicast options.Martin Pieuchot
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2014-11-23length argument for some free() calls; ok dougTheo de Raadt
2014-07-22Fewer <netinet/in_systm.h> !Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-04-21ip_output() using varargs always struck me as bizarre, esp since it's onlyHenning Brauer
2014-04-14"struct pkthdr" holds a routing table ID, not a routing domain one.Martin Pieuchot
2014-04-11Interfaces are associated to rdomains, make it clear by renamingMartin Pieuchot
2013-10-22whitespaceReyk Floeter
2013-10-19Improve the address and linkstate hooks and add an additional detachReyk Floeter
2013-10-19Uniformize drivers doing nothing with their multicast filters to makeMartin Pieuchot
2013-10-19In an ideal world, we would use splsoftnet() for all the interfaceReyk Floeter
2013-10-19When a multicast tunnel destination is configured, we have to detect addressReyk Floeter
2013-10-15Remove the multicast filter from the ``real'' interface when destroyingMartin Pieuchot
2013-10-14Make use of satosin() when applicable plus a couple of style nits.Martin Pieuchot
2013-10-13whitespaceReyk Floeter
2013-10-13Set the default MTU to full 1500 bytes. We do not want to encourageReyk Floeter
2013-10-13Import vxlan(4), the virtual extensible local area network tunnelReyk Floeter