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_em.c
Age
Commit message (
Expand
)
Author
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-01-09
spelling
Jonathan Gray
2021-12-14
Implement support for selecting SGMII or SerDes mode depending on the
Patrick Wildt
2021-01-24
match on Intel Alder Lake and Meteor Lake I219 Ethernet ids
Jonathan Gray
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-07-12
add kstat support for reading hardware counters.
David Gwynne
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
2020-06-09
Various changes related but independant from multiqueue logic:
Martin Pieuchot
2020-05-12
Set timeout(9) to refill the receive ring descriptors if the amount of
jan
2020-04-26
Map em(4) descriptor rings coherent. This doesn't make a difference on x86,
Patrick Wildt
2020-04-22
Use FOREACH_QUEUE() where nothing else is required to support multi-queues.
Martin Pieuchot
2020-03-24
Put MSI-X stuff under !SMALL_KERNEL to reduce the growth for i386 floppy.
Martin Pieuchot
2020-03-23
Make it possible to use em(4) with MSI-X, currently disabled by default.
Martin Pieuchot
2020-03-08
Use queue descriptor instead of hardcoded value when initializing hw.
Martin Pieuchot
2020-03-03
Merge two blocks calling if_link_state_change().
Martin Pieuchot
2020-02-20
Introduce the concept of queue to prepare supporting multiple of them.
Martin Pieuchot
2020-02-04
Refactoring to prepare multi-queues support, no intended behavior change:
Martin Pieuchot
2020-01-20
match on Intel Comet Lake and Tiger Lake Ethernet
Jonathan Gray
2019-03-01
use a timeout to refill the rx ring when it's empty.
David Gwynne
2018-04-07
em: Port an i219 errata workaround from FreeBSD
Stefan Fritsch
2018-04-07
em: Print error code and phy/mac type
Stefan Fritsch
2018-03-16
Add untested support for Cannon Lake and Ice Lake Ethernet (pch_cnp).
Jonathan Gray
2018-03-10
match two more copper i210 ids
Jonathan Gray
2018-03-10
Add another ICH10 em(4). From John the.cheeze at gmail.
Jonathan Gray
2017-07-25
The LINK_STATE_IS_UP() macro considers LINK_STATE_UNKNOWN as up.
Alexander Bluhm
2017-03-19
Match the Kaby Lake and Lewisburg (Skylake-EP PCH) MACs with I219 PHYs.
Jonathan Gray
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-10-27
tell ix and em to use 2k+ETHER_ALIGN clusters for rx on all archs.
David Gwynne
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-02-18
Add support for the Intel i219 network chip to the em(4) driver.
Alexander Bluhm
2016-01-12
post the packet on em_82547 chips after bpf
David Gwynne
2016-01-11
do further work on the em transmit path to simplify the code.
David Gwynne
2016-01-09
consistently use the desc ring pointers as guards for their dmamem.
David Gwynne
2016-01-07
look at pkts inside the loop over the pkts in em_free_receive_structures.
David Gwynne
2016-01-07
rename em_buffers to em_packets.
David Gwynne
2016-01-07
rename the rx and tx ring softc vars.
David Gwynne
2016-01-07
prefix the rx and tx ring softc members with sc_
David Gwynne
2016-01-07
host the rx ring dmamap syncs out of em_get_buf into em_rxfill.
David Gwynne
2016-01-07
unify the bus_dmamap_sync calls around the tx and rx rings.
David Gwynne
2016-01-07
simplify the calculation of the dmamem size for the tx and rx rings.
David Gwynne
2016-01-07
unify the dma tag into sc_dmat in em_softc.
David Gwynne
2016-01-07
sprinkle DEVNAME
David Gwynne
2016-01-07
rename the struct arpcom interface_data in em_softc to sc_ac.
David Gwynne
2016-01-07
rename em_softc sc_dv to sc_dev. like ALL OUR OTHER DRIVERS.
David Gwynne
2016-01-07
tweak em to make it mpsafe, both for interrupts and if_start.
David Gwynne
2015-12-31
82544 on pcix busses needs a workaround that effectively doubles
David Gwynne
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-20
Revert all the changes to run the tx completion path wihtout holding the
Martin Pieuchot
[next]