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
2019-11-08
convert interface address change hooks to tasks and a task_list.
David Gwynne
2019-11-07
turn the linkstate hooks into a task list, like the detach hooks.
David Gwynne
2019-11-06
replace the hooks used with if_detachhooks with a task list.
David Gwynne
2019-06-10
Use mallocarray(9) & put some free(9) sizes for M_IPMOPTS allocations.
Martin Pieuchot
2019-04-28
Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.
Martin Pieuchot
2019-04-23
a first cut at converting some virtual ethernet interfaces to if_vinput
David Gwynne
2018-12-03
Convert more MH_ALIGN() to m_align(). Also switch from m_gethdr/M_GETHDR
Claudio Jeker
2018-11-15
add support for txprio configuration
David Gwynne
2018-08-17
the stack already counts bytes and packets, so don't do it again here.
David Gwynne
2018-02-20
add support for setting the tunnel df bit.
David Gwynne
2018-01-22
Do not call ip_output() recursively in vxlan_start().
Martin Pieuchot
2018-01-09
Creating a cloned interface could return ENOMEM due to temporary
Alexander Bluhm
2017-11-20
Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running
Martin Pieuchot
2017-10-25
Remove Multicast and Broadcast flags from the encapsulated packet in
Martin Pieuchot
2017-08-11
Remove NET_LOCK()'s argument.
Martin Pieuchot
2017-08-10
A missing break in vxlan_sockaddr_cmp() could eventually trick an
Reyk Floeter
2017-05-04
Introduce sstosa() for converting sockaddr_storage with a type safe
Alexander Bluhm
2017-04-11
Partially revert previous mallocarray conversions that contain
David Hill
2017-04-09
Use mallocarray to allocate multicast group memberships.
David Hill
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-04
As noticed by bluhm@ the netlock is required for the multicast cleanup
Mike Belopuhov
2017-01-03
Don't try to reconfigure the multicast group in the detach handler of
Reyk Floeter
2016-12-13
make v6 tunnel address handling consider ipv6 scope.
David Gwynne
2016-12-02
Rremoves 'struct route_in6 *' argument from in6_selectsrc().
Martin Pieuchot
2016-11-29
For virtual Ethernet drivers that don't have a technical limit of the
Reyk Floeter
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
[next]