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
2024-11-05
The first field of struct cfdriver is a pointer. Put NULL rather than 0 here.
Miod Vallat
2024-08-31
net drivers may have mii children, but mii layer has no _activate
Theo de Raadt
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2022-01-09
spelling
Jonathan Gray
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
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