开源镜像站
帮助
动态
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
/
iavf
/
iavf_virtchnl.c
Age
Commit message (
Expand
)
Author
2023-07-17
iavf: fix reset task race with iavf_remove()
Ahmed Zaki
2023-07-17
iavf: fix a deadlock caused by rtnl and driver's lock circular dependencies
Ahmed Zaki
2023-07-17
iavf: Wait for reset in callbacks which trigger it
Marcin Szycik
2023-05-16
iavf: send VLAN offloading caps once after VFR
Ahmed Zaki
2023-04-07
iavf: remove active_cvlans and active_svlans bitmaps
Ahmed Zaki
2023-04-07
iavf: refactor VLAN filter states
Ahmed Zaki
2023-03-16
iavf: do not track VLAN 0 filters
Ahmed Zaki
2023-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-25
virtchnl: i40e/iavf: rename iwarp to rdma
Jesse Brandeburg
2023-01-20
iavf: Move netdev_update_features() into watchdog task
Marcin Szycik
2023-01-20
iavf: fix temporary deadlock and failure to set MAC address
Michal Schmidt
2022-11-09
iavf: Fix VF driver counting VLAN 0 filters
Michal Jaron
2022-09-19
iavf: Fix set max MTU size with port VLAN and jumbo frames
Michal Jaron
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-18
iavf: Fix VLAN_V2 addition/rejection
Przemyslaw Patynowski
2022-06-30
intel: remove unused macros
Jesse Brandeburg
2022-06-07
iavf: Add waiting for response from PF in set mac
Mateusz Palczewski
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-08
iavf: Fix handling of vlan strip virtual channel messages
Michal Maloszewski
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-01
iavf: Fix incorrect use of assigning iavf_status to int
Mateusz Palczewski
2022-03-01
iavf: stop leaking iavf_status as "errno" values
Mateusz Palczewski
2022-03-01
iavf: Add usage of new virtchnl format to set default MAC
Mateusz Palczewski
2022-02-25
iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS
Slawomir Laba
2021-12-17
iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 offload enable/disable
Brett Creeley
2021-12-17
iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpath
Brett Creeley
2021-12-17
iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev config
Brett Creeley
2021-12-17
iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiation
Brett Creeley
2021-11-30
iavf: Refactor string format to avoid static analysis warnings
Karen Sornek
2021-11-30
iavf: Refactor text of informational message
Karen Sornek
2021-11-30
iavf: Log info when VF is entering and leaving Allmulti mode
Grzegorz Szczurek
2021-11-19
iavf: Fix VLAN feature flags after VFR
Brett Creeley
2021-11-19
iavf: Fix refreshing iavf adapter stats on ethtool request
Jedrzej Jagielski
2021-10-18
iavf: Refactor iavf state machine tracking
Mateusz Palczewski
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-08-19
iavf: Fix ping is lost after untrusted VF had tried to change MAC
Sylwester Dziedziuch
2021-04-22
iavf: Support for modifying TCP RSS flow hashing
Haiyue Wang
2021-04-22
iavf: Add framework to enable ethtool RSS config
Haiyue Wang
2021-04-22
iavf: add support for UDP Segmentation Offload
Brett Creeley
2021-03-23
intel: clean up mismatched header comments
Jesse Brandeburg
2021-03-22
iavf: Support IPv4 Flow Director filters
Haiyue Wang
2021-03-22
iavf: Add framework to enable ethtool ntuple filters
Haiyue Wang
2021-01-05
iavf: Use kzalloc for allocating only one thing
Zheng Yongjun
2020-06-11
iavf: Fix reporting 2.5 Gb and 5Gb speeds
Brett Creeley
2020-06-11
iavf: use appropriate enum for comparison
Aleksandr Loktionov
2020-06-11
iavf: fix speed reporting over virtchnl
Brett Creeley
2020-03-10
iavf: Enable support for up to 16 queues
Mitch Williams
2020-01-09
iavf: remove current MAC address filter on VF reset
Stefan Assmann
2019-09-11
iavf: fix MAC address setting for VFs when filter is rejected
Stefan Assmann
2019-06-28
iavf: use struct_size() helper
Gustavo A. R. Silva
[next]