index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2021-11-15
iavf: Restore VLAN filters after link down
Akeem G Abodunrin
1
-5
/
+30
2021-11-15
iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset
Surabhi Boob
1
-1
/
+1
2021-11-15
iavf: prevent accidental free of filter structure
Jacob Keller
1
-2
/
+2
2021-11-15
iavf: Fix failure to exit out from last all-multicast mode
Piotr Marczak
1
-2
/
+1
2021-11-15
iavf: don't clear a lock we don't hold
Nicholas Nunley
1
-2
/
+4
2021-11-15
iavf: free q_vectors before queues in iavf_disable_vf
Nicholas Nunley
1
-1
/
+1
2021-11-15
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-18
iavf: Combine init and watchdog state machines
Mateusz Palczewski
1
-79
/
+57
2021-10-18
iavf: Add __IAVF_INIT_FAILED state
Mateusz Palczewski
1
-15
/
+20
2021-10-18
iavf: Refactor iavf state machine tracking
Mateusz Palczewski
1
-17
/
+20
2021-10-07
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-19
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-17
iavf: fix double-release of rtnl_lock
Jakub Kicinski
1
-3
/
+1
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-09-25
intel-ethernet: clean up W=1 warnings in kdoc
Jesse Brandeburg
1
-10
/
+10
2020-09-25
iavf: Fix incorrect adapter get in iavf_resume
Sylwester Dziedziuch
1
-2
/
+2
2020-07-30
iavf: use generic power management
Vaibhav Gupta
1
-33
/
+12
2020-07-01
iavf: Fix updating statistics
Tony Nguyen
1
-1
/
+4
2020-07-01
iavf: fix error return code in iavf_init_get_resources()
Wei Yongjun
1
-1
/
+3
2020-06-25
net/intel: remove driver versions from Intel drivers
Jeff Kirsher
1
-13
/
+1
2020-06-11
iavf: increase reset complete wait time
Paul Greenwalt
1
-7
/
+5
2020-06-11
iavf: Fix reporting 2.5 Gb and 5Gb speeds
Brett Creeley
1
-6
/
+12
2020-06-11
iavf: use appropriate enum for comparison
Aleksandr Loktionov
1
-6
/
+6
2020-06-11
iavf: fix speed reporting over virtchnl
Brett Creeley
1
-7
/
+18
2020-03-10
iavf: Enable support for up to 16 queues
Mitch Williams
1
-1
/
+1
2020-02-26
iavf: use tc_cls_can_offload_and_chain0() instead of chain check
Jiri Pirko
1
-3
/
+5
2020-01-19
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+13
2020-01-09
iavf: remove current MAC address filter on VF reset
Stefan Assmann
1
-4
/
+13
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-11-08
iavf: initialize ITRN registers with correct values
Nicholas Nunley
1
-2
/
+2
2019-09-11
iavf: fix MAC address setting for VFs when filter is rejected
Stefan Assmann
1
-1
/
+0
2019-09-09
iavf: allow permanent MAC address to change
Mitch Williams
1
-4
/
+0
2019-09-09
iavf: remove unused debug function iavf_debug_d
YueHaibing
1
-22
/
+0
[next]