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
2024-10-04
Expose {T,R}X desc trail and add link_enabled field to prepare VF
YASUOKA Masahiko
2024-09-04
Fix some spelling.
Marcus Glocker
2024-08-31
net drivers may have mii children, but mii layer has no _activate
Theo de Raadt
2024-05-21
Make igc(4) and ix(4) struct names unique.
Alexander Bluhm
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-05-07
Additional check for TSO packets with 0 MSS.
Jan Klemkow
2024-05-01
Refactor receive offloading code in ix(4)
Jan Klemkow
2024-03-07
Disable LRO in ix(4) on sparc64 by default
Jan Klemkow
2024-03-07
Fix possible double free in error path of ixgbe_rxeof.
Claudio Jeker
2024-02-15
Fix bogus packet length calculation in the RX/LRO path, which can lead to
Marcus Glocker
2024-02-14
Check IP length in ether_extract_headers().
Alexander Bluhm
2024-02-13
Analyse header layout in ether_extract_headers().
Alexander Bluhm
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2023-10-20
Improve bad comment.
Jan Klemkow
2023-08-21
Fix receiving VLAN packets if LRO is enabled on ix(4).
Alexander Bluhm
2023-08-03
Enable vlan stripping of LRO packets in ix(4)
Jan Klemkow
2023-07-28
Simplify logic for LRO packet tracking in ix(4). Protect against
Alexander Bluhm
2023-07-27
Fix inline vlan-tag handling of forwarded LRO packets from ix(4)
Jan Klemkow
2023-07-18
Enable LRO for TCP per default in the network drivers.
Alexander Bluhm
2023-07-10
ix(4): allocate less memory for tx buffers
Jan Klemkow
2023-07-08
Check rx dma map was allocated before trying to free it, so we don't crash
Jonathan Matthew
2023-06-01
Enable forwarding of ix(4) LRO Pakets via TSO
Jan Klemkow
2023-05-23
New counters for LRO packets from hardware TCP offloading.
Jan Klemkow
2023-05-18
Use TSO offloading in ix(4).
Jan Klemkow
2023-05-16
Use separate IFCAPs for LRO and TSO.
Jan Klemkow
2023-04-28
Remove error handling around mallocarray(9). I cannot fail when
Alexander Bluhm
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-09-02
Fix TSO large receive offloading in ix(4).
Jan Klemkow
2022-08-30
remove an unused argument of ixgbe_rx_checksum()
Sebastian Benoit
2022-08-05
The netlock for SIOCSIFMEDIA and SIOCGIFMEDIA ioctl is not necessary.
Alexander Bluhm
2022-06-27
Introduce Large Receive Offloading of TCP segment offloading for ix(4). It is
Jan Klemkow
2022-03-15
Enable IP header checksum offloading in ix(4).
Jan Klemkow
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-03-05
Add an activate() function with DVACT_QUIESCE & DVACT_RESUME hooks
Theo de Raadt
2022-02-08
rework checksum/vlan offloading, and enable it for ipv6 too.
David Gwynne
2022-01-27
Cast to unsigned integer before overflow can happen.
Alexander Bluhm
2021-07-27
Fix Rx hash type
Kevin Lo
2021-07-23
pci_intr_msix_count() is the function that drivers using multiple MSI-X
Jonathan Matthew
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
[next]