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
2016-10-25
Make kernel without INET6 compile again.
Alexander Bluhm
2016-10-14
Fulfil our contractual obligations with ether_input
Mike Belopuhov
2016-10-07
Fix vxlan_lookup() to comply the assumption of ether_input(). Put the
YASUOKA Masahiko
2016-09-30
Accept a packet smaller than ETHERMIN.
YASUOKA Masahiko
2016-09-29
Rename brtag_src/brtag_dst to brtag_peer/brtag_local to avoid
Reyk Floeter
2016-09-28
Fix vxlan to use the destination address correctly.
YASUOKA Masahiko
2016-09-28
Fix the way of checking the length of vxlan packet and made it strict.
YASUOKA Masahiko
2016-09-04
Remove the IFF_LINK0 option to send the response back to the peer's
Reyk Floeter
2016-09-03
Add support for a multipoint-to-multipoint mode in vxlan(4). In this
Reyk Floeter
2016-08-07
whitespace
Reyk Floeter
2016-08-07
Define VXLAN_VNI_UNSET and VXLAN_VNI_MAX instead of using magic numbers.
Reyk Floeter
2016-08-06
Add support for IPv6 tunnel endpoints. This currently only works for
Reyk Floeter
2016-08-06
Fix multicast mode (destination is a multicast IP): the BCAST and
Reyk Floeter
2016-04-13
We're always ready! So send IFQ_SET_READY() to the bitbucket.
Martin Pieuchot
2016-01-22
Drop packets whose VNI flag is not set and VNI is not zero
Kazuya Goda
2016-01-14
No need for a splnet() dance around IFQ_DEQUEUE() anymore.
Martin Pieuchot
2015-12-05
remove old lint annotations
Ted Unangst
2015-11-27
Keep "struct vxlan_softc" private to prevent pulling more headers when
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer required.
Martin Pieuchot
2015-10-23
tweak the vnetid so it can be optional and therefore cleared/deleted.
David Gwynne
2015-10-15
Fix previous. The port number is not included in sc_src and it is
YASUOKA Masahiko
2015-10-12
dont need to do suser checks in ioctl paths cos if.c does them for us.
David Gwynne
2015-10-03
When multiple vxlan interfaces are configured with same VNI, select the
YASUOKA Masahiko
2015-09-09
if_put after the if_get.
David Gwynne
2015-07-20
Remove splassert(IPL_NET) from if_input().
Martin Pieuchot
2015-07-18
Raise SPL to SPL_NET before calling if_input() in vxlan_lookup().
Kazuya Goda
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-13
ether_input() should not longer be called directly so convert to
Martin Pieuchot
2015-04-07
Do not pass an `ifp' argument to interface input handlers since it
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-01-24
Userland (base & ports) was adapted to always include <netinet/in.h>
Theo de Raadt
2014-12-19
unifdef INET in net code as a precursor to removing the pretend option.
Ted Unangst
2014-12-17
Remove the "multicast_" prefix from the fields a multicast-only struct.
Martin Pieuchot
2014-12-17
Use an interface index instead of a pointer for multicast options.
Martin Pieuchot
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-11-23
length argument for some free() calls; ok doug
Theo de Raadt
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
[next]