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
2023-12-23
Backout always allocate per-CPU statistics counters for network
Alexander Bluhm
2023-12-22
Always allocate per-CPU statistics counters for network interface
Vitaliy Makkoveev
2023-11-29
remove unused VXLANMTU definition
Denis Fondras
2023-11-28
Remove struct inpcb from in6_embedscope() parameters.
Alexander Bluhm
2023-11-18
ports specified on tunnel destination addresses are invalid.
David Gwynne
2023-10-27
Forward TCP LRO disabling to parent devices.
Jan Klemkow
2023-08-03
Move solock() down to sosetopt(). A part of standalone sblock() work.
Vitaliy Makkoveev
2023-04-13
remove duplicate includes
Jonathan Gray
2022-06-06
Simplify solock() and sounlock(). There is no reason to return a value
Claudio Jeker
2022-02-26
add the mbuf tag that prevents loops in vxlan_encap, not vxlan_output.
David Gwynne
2022-02-21
in input, clear the address union before putting an ipv4 address in it.
David Gwynne
2022-02-18
dont bother running ethernet multicast ioctl handlers.
David Gwynne
2022-02-18
fix inverted check of running when changing tunnel rdomain.
David Gwynne
2022-02-18
only unwind multicast when in learning mode.
David Gwynne
2022-02-16
fill in support for rx prio handling.
David Gwynne
2022-02-16
rewrite vxlan to better fit the current kernel infrastructure.
David Gwynne
2022-01-10
Use NULL instead of 0 for pointers.
Jan Klemkow
2021-02-25
we don't have to cast to caddr_t when calling m_copydata anymore.
David Gwynne
2020-08-21
Leave default ifq_maxlen handling to ifq_init()
kn
2020-07-28
Add missing `IFXF_CLONED' flag to clone interfaces.
mvs
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
Patrick Wildt
2020-04-12
Stop processing packets under non-exclusive (read) netlock.
Martin Pieuchot
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
[next]