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_mpw.c
Age
Commit message (
Expand
)
Author
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-01-09
Creating a cloned interface could return ENOMEM due to temporary
Alexander Bluhm
2017-05-15
if_input() doesn't need splnet().
Martin Pieuchot
2017-05-04
Introduce sstosa() for converting sockaddr_storage with a type safe
Alexander Bluhm
2017-03-02
Allow MPLS switching and VPLS across rdomains.
Renato Westphal
2017-01-24
A space here, a space there. Soon we're talking real whitespace
Kenneth R Westerback
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
2017-01-23
Flag pseudo-interfaces as such in order to call add_net_randomness()
Martin Pieuchot
2016-12-20
Kill recursive splsoftnet()/splx() dances in ioctl(2) path.
Martin Pieuchot
2016-09-21
Remove recursive splsoftnet() calls, from David Hill.
Martin Pieuchot
2016-04-13
We're always ready! So send IFQ_SET_READY() to the bitbucket.
Martin Pieuchot
2016-03-09
rework how mpw(4) interacts with vlan(4)
David Gwynne
2015-12-05
remove old lint annotations
Ted Unangst
2015-12-02
Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages
Claudio Jeker
2015-11-06
Do not use rt_ifp directly.
Martin Pieuchot
2015-11-03
pull packets off the send queue with IFQ_DEQUEUE instead of IF_DEQUEUE.
David Gwynne
2015-10-22
Kill link_rtrequest(), introduce in 1990 to "fix" the result
Martin Pieuchot
2015-10-22
Inspired by satosin(), use inline functions to convert sockaddr dl.
Alexander Bluhm
2015-09-12
Now that rtrequest1(9) properly sets RTF_UP for newly added route,
Martin Pieuchot
2015-09-10
pass a cookie argument to interface input handlers that can be used
Mike Belopuhov
2015-09-10
move the if input handler list to an SRP list.
David Gwynne
2015-09-09
if_put after you if_get
David Gwynne
2015-07-21
Added OpenBSD CVS tag.
Rafael Zalamena
2015-07-20
Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.
Rafael Zalamena