index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
iavf
/
iavf_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-05
iavf: Fix limit of total number of queues to active queues of VF
Karen Sornek
1
-1
/
+4
2021-12-17
iavf: Restrict maximum VLAN filters for VIRTCHNL_VF_OFFLOAD_VLAN_V2
Brett Creeley
1
-0
/
+50
2021-12-17
iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 offload enable/disable
Brett Creeley
1
-19
/
+132
2021-12-17
iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpath
Brett Creeley
1
-0
/
+82
2021-12-17
iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev config
Brett Creeley
1
-24
/
+255
2021-12-17
iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiation
Brett Creeley
1
-51
/
+154
2021-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+2
2021-12-13
iavf: do not override the adapter state in the watchdog task (again)
Stefan Assmann
1
-1
/
+0
2021-12-13
iavf: missing unlocks in iavf_watchdog_task()
Dan Carpenter
1
-2
/
+2
2021-12-10
iavf: Use irq_update_affinity_hint()
Nitesh Narayan Lal
1
-4
/
+4
2021-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-12-02
iavf: restore MSI state on reset
Mitch Williams
1
-0
/
+1
2021-11-30
iavf: Refactor string format to avoid static analysis warnings
Karen Sornek
1
-3
/
+3
2021-11-30
iavf: Add trace while removing device
Jedrzej Jagielski
1
-0
/
+1
2021-11-30
iavf: return errno code instead of status code
Jacob Keller
1
-10
/
+10
2021-11-30
iavf: Add change MTU message
Patryk Małek
1
-0
/
+2
2021-11-19
iavf: Fix VLAN feature flags after VFR
Brett Creeley
1
-20
/
+13
2021-11-19
iavf: Fix refreshing iavf adapter stats on ethtool request
Jedrzej Jagielski
1
-0
/
+18
2021-11-19
iavf: Fix deadlock occurrence during resetting VF interface
Jedrzej Jagielski
1
-2
/
+5
2021-11-16
iavf: Restore VLAN filters after link down
Akeem G Abodunrin
1
-5
/
+30
2021-11-16
iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset
Surabhi Boob
1
-1
/
+1
2021-11-16
iavf: prevent accidental free of filter structure
Jacob Keller
1
-2
/
+2
2021-11-16
iavf: Fix failure to exit out from last all-multicast mode
Piotr Marczak
1
-2
/
+1
2021-11-16
iavf: don't clear a lock we don't hold
Nicholas Nunley
1
-2
/
+4
2021-11-16
iavf: free q_vectors before queues in iavf_disable_vf
Nicholas Nunley
1
-1
/
+1
2021-11-16
iavf: check for null in iavf_fix_features
Nicholas Nunley
1
-1
/
+2
2021-10-29
iavf: Fix kernel BUG in free_msi_irqs
Przemyslaw Patynowski
1
-0
/
+20
2021-10-29
iavf: Add helper function to go from pci_dev to adapter
Karen Sornek
1
-7
/
+17
2021-10-19
iavf: Combine init and watchdog state machines
Mateusz Palczewski
1
-79
/
+57
2021-10-19
iavf: Add __IAVF_INIT_FAILED state
Mateusz Palczewski
1
-15
/
+20
2021-10-19
iavf: Refactor iavf state machine tracking
Mateusz Palczewski
1
-17
/
+20
2021-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+0
2021-10-06
iavf: fix double unlock of crit_lock
Stefan Assmann
1
-1
/
+0
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-1
/
+1
2021-08-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-08-19
iavf: Fix ping is lost after untrusted VF had tried to change MAC
Sylwester Dziedziuch
1
-0
/
+1
2021-08-17
iavf: use mutexes for locking of critical sections
Stefan Assmann
1
-51
/
+49
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+8
2021-08-09
iavf: Set RSS LUT and key in reset handle path
Md Fahad Iqbal Polash
1
-5
/
+8
2021-07-19
iavf: fix locking of critical sections
Stefan Assmann
1
-7
/
+50
2021-07-19
iavf: do not override the adapter state in the watchdog task
Stefan Assmann
1
-1
/
+0
2021-07-01
iavf: Fix an error handling path in 'iavf_probe()'
Christophe JAILLET
1
-0
/
+1
2021-04-23
iavf: remove duplicate free resources calls
Stefan Assmann
1
-2
/
+0
2021-04-22
iavf: Add framework to enable ethtool RSS config
Haiyue Wang
1
-0
/
+27
2021-04-22
iavf: add support for UDP Segmentation Offload
Brett Creeley
1
-0
/
+2
2021-03-23
intel: clean up mismatched header comments
Jesse Brandeburg
1
-1
/
+1
2021-03-22
iavf: Add framework to enable ethtool ntuple filters
Haiyue Wang
1
-1
/
+28
2021-03-05
net: intel: iavf: fix error return code of iavf_init_get_resources()
Jia-Ju Bai
1
-1
/
+2
2020-12-18
iavf: fix double-release of rtnl_lock
Jakub Kicinski
1
-3
/
+1
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
[prev]
[next]