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_ixl.c
Age
Commit message (
Expand
)
Author
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-07-07
fix a copy pasto.
David Gwynne
2020-07-07
don't try and be too clever in the kstat update timeout.
David Gwynne
2020-07-07
remove some old code from a previous version of the kstat diff.
David Gwynne
2020-07-07
add kstat support for reading hardware counters.
David Gwynne
2020-06-26
whitespace fixes, no functional change.
David Gwynne
2020-06-26
fix link state handling so we can see link go both up and down.
David Gwynne
2020-06-25
LUT writes go through actual regsiters on 710s, not ctl writes.
David Gwynne
2020-06-25
add rss/toeplitz support for 710 chips.
David Gwynne
2020-06-25
use the ixl_chip struct to store different rss_hena settings for 710/722
David Gwynne
2020-06-25
add definitions for rss bits.
David Gwynne
2020-06-25
we're close to a point where the differences between 710s and 722s matter.
David Gwynne
2020-06-25
use intrmap to set up multiple queues across multiple cpus.
David Gwynne
2020-06-24
set IFQ_SET_MAXLEN to the number of slots on the tx ring, not 1.
David Gwynne
2020-06-24
get rid of the per device sff lock because we only use the global one.
David Gwynne
2020-06-21
The onboard interfaces on T7/S7 machines don't provide a valid MAC address
Jonathan Matthew
2020-05-09
Use MSI-X interrupts where available. The first vector is used for
Jonathan Matthew
2020-04-22
Use I40E_QUEUE_TYPE_EOL instead of hardcoding its value localy.
Martin Pieuchot
2019-11-19
Correct the link speed constant variables. From Shoichi Yamaguchi.
YASUOKA Masahiko
2019-10-02
When dequeuing an aqb from the live queue and move it to the idle queue,
YASUOKA Masahiko
2019-09-30
use the right values when figuring out which if_baudrate to use.
David Gwynne
2019-08-27
don't check the page number was set correctly.
David Gwynne
2019-08-27
make SIOCGIFSFFPAGE support QSFP modules better.
David Gwynne
2019-07-29
remove some VF bits now that iavf(4) exists
Jonathan Matthew
2019-07-21
apply backpressure when ifiq says the stack is getting busy
David Gwynne
2019-07-04
when the mac address changes, update the mac/vlan filters accordingly.
Jonathan Matthew
2019-05-04
fix array bounds check in ixl_search_link_speed()
Jonathan Gray
2019-04-15
Use timeout_del_barrier(9) instead of timeout_del(9) followed by
Visa Hankala
2019-04-10
Add support for X722 to ixl(4)
Peter Hessler
2019-04-10
implement support for SIOCGIFSFFPAGE
David Gwynne
2019-04-01
Enable the full pre-reset code path again, now that we've fixed the cause
Jonathan Matthew
2019-04-01
Don't use a prefetchable mapping for the registers - the controller only
Jonathan Matthew
2019-03-29
remove ifiq_barrier in ixl_down cos ifiq tasks don't use nic resources.
David Gwynne
2019-03-22
back out 1.28
David Gwynne
2019-03-22
use a cond in ixl_atq_exec to wait for a command to be completed.
David Gwynne
2019-03-22
don't blindly complete admin queue entries
David Gwynne
2019-03-21
don't set VLAN things when configuring promisc
David Gwynne
2019-03-21
run event callbacks directly in the atq processing
David Gwynne
2019-03-12
Until we can figure out why it causes NMIs on some machines, skip the
Jonathan Matthew
2019-03-06
Ignore rx interrupts if the interface isn't supposed to be running.
Jonathan Matthew
2019-03-01
use ifiq_input instead of if_input
David Gwynne
2019-02-26
tweak the mbuf loading in the tx path so it's easier to read.
David Gwynne
2019-02-26
put the rx buffer at the end of the cluster.
David Gwynne
2019-02-26
avoid a deadlock in ixl_down when calling ifq_barrier.
David Gwynne
2019-02-24
get rid of an unused softc member
David Gwynne
2019-02-01
fix up calculation of our physical function id, making the second port
Jonathan Matthew
2019-01-29
get rid of some more debug printfs
David Gwynne
2019-01-29
don't need to print the base queue number.
David Gwynne
2019-01-22
Increase hardmtu to the maximum according to the datasheet and set the rx
Jonathan Matthew
2019-01-22
Add and remove mac filters for multicast addresses.
Jonathan Matthew
[next]