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
/
dev
/
pci
/
if_se.c
Age
Commit message (
Expand
)
Author
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-30
Convert moar drivers to if_input().
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2013-12-28
The few network drivers that called their children's (ie. mii PHY
Theo de Raadt
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2012-09-26
Add support for VLAN sized frames.
Brad Smith
2010-09-07
Bring the promiscuous/multicast handling code in line with the current OpenBSD
Miod Vallat
2010-09-05
Properly invoke bus_dmamap_sync() around the ring descriptors. No functional
Miod Vallat
2010-09-04
Let se(4) support SiS191, and bring a lot of bugfixes and improvements from
Miod Vallat
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-04-02
add $OpenBSD$
Jonathan Gray
2010-04-02
SiS 190 ethernet driver ported from FreeBSD by Christopher Zimmermann
Theo de Raadt