index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_ixl.c
Age
Commit message (
Expand
)
Author
2023-03-26
fix various typos in documentation, comments and sysctl device description.
andvar
2022-09-16
Add ALWAYS_TXDEFER option to ixl(4), too.
knakahara
2022-08-28
Empty if_watchdog functions are useless and now waste resources. Let's
skrll
2022-08-25
Tune number of Rx descriptors for ixl(4), ok'ed by yamaguchi@n.o.
knakahara
2022-06-17
ixl(4): fix typo
yamaguchi
2022-06-17
ixl(4), iavf(4): fix endian bug in vlan tag
yamaguchi
2022-05-23
Audit unload/unmap v.s. free against DMA buffer for sys/dev/pci;
rin
2022-03-31
call detach functions before stopping the interrupt for atq
yamaguchi
2022-03-31
Use xc_barrier to wait for finish of the interrupt handler
yamaguchi
2022-03-31
ixl(4): remove unnecessary lock acquirement
yamaguchi
2022-03-24
ixl(4): Added Intel V710 for 5000BaseT support
yamaguchi
2022-03-16
ixl: Added support for Intel ethernet X710-T*L
yamaguchi
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
2021-02-09
Zero interrupt handles upon allocation.
jakllsch
2020-09-08
Added iavf(4) that is based on OpenBSD's iavf(4) implementation
yamaguchi
2020-08-19
Make descriptor_num in ixl(4) readonly
yamaguchi
2020-08-19
Adjust the default descriptor sizes for ixl(4)
yamaguchi
2020-08-19
whitespace fix
yamaguchi
2020-07-31
Use if_initialize() and if_register()
yamaguchi
2020-07-31
Added sysctl nodes for the number of descriptors in ixl(4)
yamaguchi
2020-07-31
Added sysctl nodes for ixl(4) Interrupt throttling(ITR)
yamaguchi
2020-07-16
Set PCI_COMMAND_MASTER_ENABLE and PCI_COMMAND_MEM_ENABLE
yamaguchi
2020-06-11
Update for proplib(3) API changes.
thorpej
2020-05-14
Remove extra semicolon.
msaitoh
2020-03-19
Fix panic due to aquire an adaptive mutex with spin mutex held
yamaguchi
2020-03-13
Use I40E_PFINT_ITRN registers to enable ITR for MSI-X interrupts
yamaguchi
2020-03-13
Fix locking against myself at ixl_link_state_update()
yamaguchi
2020-03-12
hold the lock for struct ixl_softc during read or write to sc->sc_media_*
yamaguchi
2020-03-12
remove unnecessary code because IFM_ACTIVE is setted
yamaguchi
2020-03-03
Send packets even if link state is not up
yamaguchi
2020-03-03
Use ixl_atq_exec for waiting the Get link status response of ixl(4)
yamaguchi
2020-03-03
Added KASSERT
yamaguchi
2020-03-03
Fix the crash when ixl(4) sends Get link status command
yamaguchi
2020-02-25
Add a comment about RSS and remove a wrong comment
yamaguchi
2020-02-25
Use IFM_25G_ACC
yamaguchi
2020-02-25
Use kmem_alloc instead of malloc
yamaguchi
2020-02-25
Change the number of retry to be the same as FreeBSD and Linux
yamaguchi
2020-02-25
Disable all queues before waiting for the completion
yamaguchi
2020-02-25
Use callout_halt() instead of callout_stop for safety
yamaguchi
2020-02-25
Stop callout for statistics while the interface is not running
yamaguchi
2020-02-25
Change position of the cpuid::ixl_hmc_txq
yamaguchi
2020-02-25
Hold per-queue locks when clearing config of queues for safety
yamaguchi
2020-02-25
Add defines for the max number of queue
yamaguchi
2020-02-25
Set 0 to txr_{prod,cons} and rxr_{prod,cons} when HMC objects
yamaguchi
2020-02-25
Use workqueue API directly, without the wrapper in ixl(4)
yamaguchi
2020-02-25
Remove WQ_PERCPU flag for the workqueue that does configurations
yamaguchi
2020-02-25
Added __KERNEL_RCSID
yamaguchi
2020-02-12
Remove wrong KASSERTs because mutex_owned for a spin lock doesn't check
yamaguchi
2020-02-12
Use Set RSS key command and Set LUT command to enable RSS on X722
yamaguchi
2020-02-12
xl(4) should use the aq command to access RX control registers
yamaguchi
[next]