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_etherip.c
Age
Commit message (
Expand
)
Author
2017-11-20
Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running
Martin Pieuchot
2017-11-17
Rename etherip sysctl handler, there's no conflict with ip_ether.c any more
Jeremie Courreges-Anglas
2017-11-17
Move etherip_allow where it is used
Jeremie Courreges-Anglas
2017-11-17
Don't pass unhandled packets to gif(4)
Jeremie Courreges-Anglas
2017-11-17
Move etherip counters and their allocation to etherip(4)
Jeremie Courreges-Anglas
2017-11-15
etherip(4) now handles etherip sysctls, move/remove code accordingly.
Jeremie Courreges-Anglas
2017-11-10
Use percpu counters with etheripstat.
Visa Hankala
2017-10-25
Remove Multicast and Broadcast flags from the encapsulated packet in
Martin Pieuchot
2017-10-09
Reduces the scope of the NET_LOCK() in sysctl(2) path.
Martin Pieuchot
2017-06-06
Do not rely on <net/rtable.h> beeing included by other headers.
Martin Pieuchot
2017-05-04
If m is not a continuous mbuf cluster, m_pullup() in pr_input may
Alexander Bluhm
2017-04-14
Pass down the address family through the pr_input calls. This
Alexander Bluhm
2017-03-27
Don't reject etherip packets if they are protected with IPsec.
Jeremie Courreges-Anglas
2017-03-07
Rename struct etheripstat members for consistency, move them all to 64bits
Jeremie Courreges-Anglas
2017-01-29
Change the IPv4 pr_input function to the way IPv6 is implemented,
Alexander Bluhm
2017-01-25
Since raw_input() and route_input() are gone from pr_input, we can
Alexander Bluhm
2017-01-23
Flag pseudo-interfaces as such in order to call add_net_randomness()
Martin Pieuchot
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-12-13
make v6 tunnel address handling consider ipv6 scope.
David Gwynne
2016-11-17
Remove splsoftnet()s in the ioctl(2) path.
Martin Pieuchot
2016-11-14
turn ipstat into a set of percpu counters.
David Gwynne
2016-04-13
We're always ready! So send IFQ_SET_READY() to the bitbucket.
Martin Pieuchot
2016-03-04
- putting back KASSERT(), which I've backed out on Jan 31
Alexandr Nedvedicky
2016-01-25
don't return an uninitialised value for the SIOCGLIFPHYRTABLE case
Jonathan Gray
2016-01-22
Support tunnel VRF on etherip(4)
Kazuya Goda
2015-12-05
Multiple cleanups.
Martin Pieuchot
2015-12-04
Reject input when either the version is wrong or the pad is non-zero;
Reyk Floeter
2015-12-03
Implement etherip(4) driver
Kazuya Goda