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_ix.c
Age
Commit message (
Expand
)
Author
2020-12-22
have the ifrxr info stuff report the buffer size the hw handles.
David Gwynne
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-09
ix_txq_kstats_read() should look at a tx_ring struct, not rx_ring.
David Gwynne
2020-11-24
fter ixgbe_stop() there will be no more link-state-change
Gerhard Roth
2020-11-09
There seems to be a silicon errata for 82598 ix(4) chips. When the
Alexander Bluhm
2020-10-27
Do not touch non existing queues. Allows to disable MSI-X in ix(4).
Alexander Bluhm
2020-07-18
replace stat collection with the kstat api.
David Gwynne
2020-07-17
Revert r1.170. dlg and jmatthew simultaneously fixed this the
Theo Buehler
2020-07-17
This needs <net/toeplitz.h> for stoeplitz_to_key(9).
Theo Buehler
2020-07-17
use the system stoeplitz key instead of a random one.
David Gwynne
2020-07-17
enable multiq support for ix.
David Gwynne
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-06-07
build on mpi's work toward ix multiq support.
David Gwynne
2020-04-24
Print per queue stats when dumping hardware counters in IX_DEBUG kernels.
Martin Pieuchot
2020-04-06
Make it possible to use ix(4) with MSI-X, currently disabled by default.
Martin Pieuchot
2020-03-25
Revert introduction of MSI-X code, deraadt@ reported a regression on i386.
Martin Pieuchot
2020-03-23
Make it possible to use ix(4) with MSI-X, currently disabled by default.
Martin Pieuchot
2020-03-02
Update ix(4) from freebsd to add support for X553 controllers.
Jonathan Matthew
2020-02-28
oops some snapshot tests fell in
Theo de Raadt
2020-02-28
sync
Theo de Raadt
2019-08-19
Enable TCP and UDP checksum offloading by default for ix(4).
jan
2019-04-10
add support for SIOCGIFSFFPAGE so userland can read sfp module info
David Gwynne
2019-03-01
bus_dmamap_sync when we fill the rx ring, not for ever slot on the ring.
David Gwynne
2019-02-26
don't let rxr completely fill the rxr ring.
David Gwynne
2019-02-26
put the rx buffer at the end of the mbuf
David Gwynne
2019-02-21
get rid of atomic_foo ops in the tx start and completion paths.
David Gwynne
2017-06-22
double ;;. xhci one found by geoffhill
Theo de Raadt
2017-04-24
Since rev 1.1 ix has attempted to require a 64 bit BAR, the test for
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-12-09
Update the media as the last step in the SFP module configuration
Mike Belopuhov
2016-12-06
Improve error handling and don't fail if SFP module is not present;
Mike Belopuhov
2016-12-02
Disable the TX laser when interface is going down for all fiber modules
Mike Belopuhov
2016-11-30
Update media types upon SFP module change
Mike Belopuhov
2016-11-24
Enable support for the X550 family of 10 Gigabit controllers
Mike Belopuhov
2016-11-24
Fixup active media reporting for multi-speed fiber modules
Mike Belopuhov
2016-11-21
Add ability to change media type
Mike Belopuhov
2016-11-21
Factor out RSS initialization into a separate function
Mike Belopuhov
2016-11-21
Correct the test for requiring a 64 bit mem bar.
Jonathan Gray
2016-11-21
Turn on the PHY power during attach
Mike Belopuhov
2016-11-18
Sync some changes for ixgbe_initialize_receive_units
Mike Belopuhov
2016-11-18
Recognize active SPF+ DA modules as IFM_10G_SFP_CU
Mike Belopuhov
2016-11-18
Support for new GPI signals, including X550 external PHY interrupt
Mike Belopuhov
2016-11-18
Reduce difference in ixgbe_initialize_receive_units to FreeBSD;
Mike Belopuhov
2016-11-18
Minor code restructuring
Mike Belopuhov
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
2015-12-31
Make ixgbe_start() mpsafe. This means the driver will no longer grab the
Mark Kettenis
2015-12-18
Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutex
Mark Kettenis
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
[next]