开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
idpf
/
idpf_virtchnl.c
Age
Commit message (
Expand
)
Author
2025-01-24
idpf: add more info during virtchnl transaction timeout/salt mismatch
Manoj Vishwanathan
2025-01-24
idpf: Acquire the lock before accessing the xn->salt
Manoj Vishwanathan
2025-01-24
idpf: fix transaction timeouts on reset
Emil Tantilov
2024-11-04
idpf: fix idpf_vc_core_init error path
Pavan Kumar Linga
2024-11-04
idpf: avoid vport access in idpf_get_link_ksettings
Pavan Kumar Linga
2024-09-30
idpf: deinit virtchnl transaction manager after vport and vectors
Larysa Zaremba
2024-09-30
idpf: use actual mbx receive payload length
Joshua Hay
2024-07-10
idpf: use libeth Rx buffer management for payload buffer
Alexander Lobakin
2024-07-10
idpf: convert header split mode to libeth + napi_build_skb()
Alexander Lobakin
2024-07-10
idpf: reuse libeth's definitions of parsed ptype structures
Alexander Lobakin
2024-07-10
idpf: compile singleq code only under default-n CONFIG_IDPF_SINGLEQ
Alexander Lobakin
2024-07-10
idpf: split &idpf_queue into 4 strictly-typed queue structures
Alexander Lobakin
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-05
idpf: disable local BH when scheduling napi for marker packets
Emil Tantilov
2024-03-04
idpf: prevent deinit uninitialized virtchnl core
Alan Brady
2024-03-04
idpf: cleanup virtchnl cruft
Alan Brady
2024-03-04
idpf: refactor idpf_recv_mb_msg
Alan Brady
2024-03-04
idpf: add async_handler for MAC filter messages
Alan Brady
2024-03-04
idpf: refactor remaining virtchnl messages
Alan Brady
2024-03-04
idpf: refactor queue related virtchnl messages
Alan Brady
2024-03-04
idpf: refactor vport virtchnl messages
Alan Brady
2024-03-04
idpf: implement virtchnl transaction manager
Alan Brady
2024-03-04
idpf: add idpf_virtchnl.h
Alan Brady
2023-12-13
idpf: add get/set for Ethtool's header split ringparam
Michal Kubiak
2023-10-23
idpf: cancel mailbox work in error path
Pavan Kumar Linga
2023-10-23
idpf: set scheduling mode for completion queue
Michal Kubiak
2023-09-13
idpf: add SRIOV support and other ndo_ops
Joshua Hay
2023-09-13
idpf: add ethtool callbacks
Alan Brady
2023-09-13
idpf: add singleq start_xmit and napi poll
Joshua Hay
2023-09-13
idpf: add RX splitq napi poll support
Alan Brady
2023-09-13
idpf: add TX splitq napi poll support
Joshua Hay
2023-09-13
idpf: initialize interrupts and enable vport
Pavan Kumar Linga
2023-09-13
idpf: configure resources for RX queues
Alan Brady
2023-09-13
idpf: configure resources for TX queues
Alan Brady
2023-09-13
idpf: add ptypes and MAC filter support
Pavan Kumar Linga
2023-09-13
idpf: add create vport and netdev configuration
Pavan Kumar Linga
2023-09-13
idpf: add core init and interrupt request
Pavan Kumar Linga
2023-09-13
idpf: add controlq init and reset checks
Joshua Hay