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
2024-04-12
remove useless includes of ip.h and ip6.h
Jan Klemkow
2024-02-14
Check IP length in ether_extract_headers().
Alexander Bluhm
2024-02-13
Analyse header layout in ether_extract_headers().
Alexander Bluhm
2024-01-07
In ixl(4) attach, initialize mutex before using it.
Alexander Bluhm
2023-12-30
Set ixl(4) IXL_TX_PKT_DESCS to 8.
Alexander Bluhm
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2023-10-20
Add missing tcps_outpkttso counter to ixl(4) TSO setup.
Jan Klemkow
2023-10-20
Improve bad comment.
Jan Klemkow
2023-10-19
Enable TCP Segmentation Offloading for ixl(4)
Jan Klemkow
2023-09-29
Replace kernel lock with mutex in ixl(4) media status.
Alexander Bluhm
2023-07-19
Protect ixl(4) admin queue with mutex(9).
Jan Klemkow
2023-02-06
consolidate mbuf header parsing on device driver layer
Jan Klemkow
2023-01-26
backing "consolidate mbuf header parsing on device driver layer"
Theo de Raadt
2023-01-24
consolidate mbuf header parsing on device driver layer
Jan Klemkow
2022-08-05
The netlock for SIOCSIFMEDIA and SIOCGIFMEDIA ioctl is not necessary.
Alexander Bluhm
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-02-10
Enable receive checksum offloading on ixl(4) network interfaces.
Alexander Bluhm
2022-02-09
enable hw vlan tag handling in the rx path too.
David Gwynne
2022-02-09
enable hardware vlan tagging.
David Gwynne
2022-02-08
bring back IPv4, TCP4/6 and UDP4/6 checksum offloading.
David Gwynne
2022-01-09
spelling
Jonathan Gray
2021-11-27
previous commit causes gcc to perform an unaligned access to the tcphdr
Theo de Raadt
2021-11-09
Add IPv4, TCP4/6 and UDP4/6 checksum offloading.
Jan Klemkow
2021-07-23
pci_intr_msix_count() is the function that drivers using multiple MSI-X
Jonathan Matthew
2021-03-26
Add PCI ID for Intel X710 10G SFP+ NIC
jan
2021-02-26
Add missing PCI product IDs for x710 10GBase-T into ixl(4)
jan
2021-01-25
if the rx descriptor reports the rss hash, use it for the mbuf flowid.
David Gwynne
2020-12-22
name the rx rings like ix does for systat mb
David Gwynne
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-11-02
add support for ctl reads and writes on 710 chips with API < 1.5
David Gwynne
2020-07-16
use a mutex to serialise the test and set of ifp->if_link_state.
David Gwynne
2020-07-16
sc_atq_mtx is unused, so get rid of it
David Gwynne
2020-07-12
it's not an error if the API doesnt support reading sfp/qsfp stuff.
David Gwynne
2020-07-11
don't complain if the API is too low to support "query phy types".
David Gwynne
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
[next]