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_sk.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-09-04
Fix some spelling.
Marcus Glocker
2024-08-31
net drivers may have mii children, but mii layer has no _activate
Theo de Raadt
2024-06-26
return type on a dedicated line when declaring functions
Jonathan Gray
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2022-03-11
Constify struct cfattach.
Martin Pieuchot
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
2020-06-22
use ifiq_input and use it's return value to apply backpressure to rxrs.
David Gwynne
2017-06-04
use htolem32 and lemtoh32 instead of htole32 and letoh32.
David Gwynne
2017-06-02
handle 64bit dva in the tx path as well as the rx path.
David Gwynne
2017-06-01
reorder ops in sk_start to avoid possibly rolling back ifq_deq.
David Gwynne
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-08
Use a macro for the Tx timeout value.
Visa Hankala
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-11-14
Do not include <net/if_vlan_var.h> when it's not necessary.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-07-19
use standardized register definition in mii.h rather than each
Yojiro Uo
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-30
Convert to if_input(), tweak and ok dlg@
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-08-20
brad said i had some whitespace screwups in my previous diff. this cleans
David Gwynne
2014-08-20
replace sks jumbo allocator with MCLGETI. the system provides jumbos in
David Gwynne
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-04-19
kill checksum offloading in sk.
Henning Brauer
2013-12-28
Sync activate code sequnces to if_msk.c as much as possible, in case
Theo de Raadt
2013-08-21
get rid of the copy argument in m_devget that let you provide an
David Gwynne
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-03-07
Rewrite the receive filter handling code and cleanup the ioctl bits.
Brad Smith
2012-11-29
Remove setting an initial assumed baudrate upon driver attach which is not
Brad Smith
2012-10-18
Convert a number of old private copies of code which predates
Theo de Raadt
2012-02-24
Correct the spelling of "transferred" and "transferring"
Philip Guenthe
2011-06-22
kill a few more casts that aren't helpful. ok krw miod
Ted Unangst
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-09-20
Stop doing shutdown hooks in network drivers where possible. We already
Theo de Raadt
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2009-10-17
use sc->sk_bsize in the unmap call too; ok theo
Martynas Venckus
2009-10-15
Add detach support to a few more drivers, and in others do the neccessary
Theo de Raadt
2009-10-04
Merge over a bunch of detach logic from msk(4) so that this driver can
Theo de Raadt
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2009-07-08
revert MCLGETI for sk(4) for now. commit requested by deraadt@
Stuart Henderson
2009-03-30
Switch sk(4) over to using MCLGETI when allocating mbufs for the RX ring.
Mark Kettenis
[next]