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
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
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-10-29
fix newlines on an error message
Jonathan Gray
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-08
Call em_start() when we detect a link state change such that packets start
Mark Kettenis
2015-10-06
Make sure that tx_buffer->next_eop is properly set before we bump the number
Mark Kettenis
2015-09-30
Run the tx completion path without the kernel held. This makes the
Mark Kettenis
2015-09-19
Avoid using a mutex in the rx completion path. Instead rely on
Mark Kettenis
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2015-09-01
Use the correct free(9) size for the RX ring.
Martin Pieuchot
2015-09-01
sizes for free(), mostly related to firmwares.
Theo de Raadt
2015-08-26
Get rid if em_align. This approach used to make sense, but now that the
Mark Kettenis
2015-08-21
Run the part of the interrupt handler that does rx completion without holding
Mark Kettenis
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-06-04
Add support for em(4) on Teak 3020, a Tolopai (EP80579)
Dariusz Swiderski
2015-05-12
Make sure the rx ring lwm is set to at least 4. As far as we know, all
Mark Kettenis
2015-05-12
The i211 does not support an external EEPROM only a OTP
Jonathan Gray
2015-02-11
Disable the L1 ASPM link state to workaround errata with the
Brad Smith
2015-02-11
Disable the L0S and L1 ASPM link states to workaround errata with the
Brad Smith
2015-02-09
tweak the new if_input function so it takes an mbuf_list instead
David Gwynne
2015-02-08
Convert to if_input().
Martin Pieuchot
2015-01-28
- Add PCH2 and PCH LPT to the list of chips capable of only 9K jumbos.
Brad Smith
2014-12-22
unifdef INET
Ted Unangst
2014-11-19
Copy over some recent commits from ix(4)..
Brad Smith
2014-08-26
Revert part of the if_rxr diff that incorrectly moves RX ring tail
Mike Belopuhov
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
Theo de Raadt
[next]