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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-12
iavf: Fix deadlock in initialization
Ivan Vecera
1
-1
/
+10
2022-08-12
iavf: Fix reset error handling
Przemyslaw Patynowski
1
-3
/
+6
2022-08-12
iavf: Fix NULL pointer dereference in iavf_get_link_ksettings
Przemyslaw Patynowski
1
-1
/
+1
2022-08-12
iavf: Fix adminq error handling
Przemyslaw Patynowski
1
-2
/
+13
2022-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-2
/
+50
2022-07-29
iavf: Fix 'tc qdisc show' listing too many queues
Przemyslaw Patynowski
2
-0
/
+26
2022-07-29
iavf: Fix max_rate limiting
Przemyslaw Patynowski
2
-2
/
+24
2022-07-22
iavf: Check for duplicate TC flower filter before parsing
Avinash Dayanand
1
-22
/
+33
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-26
/
+81
2022-07-18
iavf: Fix missing state logs
Przemyslaw Patynowski
1
-0
/
+4
2022-07-18
iavf: Fix handling of dummy receive descriptors
Przemyslaw Patynowski
1
-3
/
+2
2022-07-18
iavf: Disallow changing rx/tx-frames and rx/tx-frames-irq
Przemyslaw Patynowski
4
-13
/
+1
2022-07-18
iavf: Fix VLAN_V2 addition/rejection
Przemyslaw Patynowski
3
-10
/
+74
2022-06-30
intel/iavf:fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-06-30
intel: remove unused macros
Jesse Brandeburg
1
-4
/
+0
2022-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-06-09
iavf: Fix issue with MAC address of VF shown as zero
Michal Wilczynski
1
-1
/
+1
2022-06-07
iavf: Add waiting for response from PF in set mac
Mateusz Palczewski
3
-21
/
+174
2022-04-08
Revert "iavf: Fix deadlock occurrence during resetting VF interface"
Mateusz Palczewski
1
-5
/
+2
2022-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+14
2022-03-17
iavf: Fix hang during reboot/shutdown
Ivan Vecera
1
-0
/
+7
2022-03-15
iavf: Fix double free in iavf_reset_task
Przemyslaw Patynowski
1
-1
/
+7
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+50
2022-03-08
iavf: Fix adopting new combined setting
Michal Maloszewski
2
-4
/
+10
2022-03-08
iavf: Fix handling of vlan strip virtual channel messages
Michal Maloszewski
1
-0
/
+40
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-75
/
+114
2022-03-01
iavf: Remove non-inclusive language
Mateusz Palczewski
3
-4
/
+4
2022-03-01
iavf: Fix incorrect use of assigning iavf_status to int
Mateusz Palczewski
1
-92
/
+68
2022-03-01
iavf: stop leaking iavf_status as "errno" values
Mateusz Palczewski
3
-39
/
+157
2022-03-01
iavf: remove redundant ret variable
Minghao Chi
1
-7
/
+2
2022-03-01
iavf: Add usage of new virtchnl format to set default MAC
Mateusz Palczewski
2
-3
/
+25
2022-03-01
iavf: refactor processing of VLAN V2 capability message
Mateusz Palczewski
2
-30
/
+95
2022-03-01
iavf: Add support for 50G/100G in AIM algorithm
Mateusz Palczewski
1
-15
/
+47
2022-02-25
iavf: Fix __IAVF_RESETTING state usage
Slawomir Laba
1
-7
/
+6
2022-02-25
iavf: Fix missing check for running netdev
Slawomir Laba
1
-2
/
+5
2022-02-25
iavf: Fix deadlock in iavf_reset_task
Slawomir Laba
1
-0
/
+1
2022-02-25
iavf: Fix race in init state
Slawomir Laba
1
-1
/
+2
2022-02-25
iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS
Slawomir Laba
3
-24
/
+23
2022-02-25
iavf: Fix init state closure on remove
Slawomir Laba
2
-1
/
+27
2022-02-25
iavf: Add waiting so the port is initialized in remove
Slawomir Laba
1
-11
/
+16
2022-02-25
iavf: Rework mutexes for better synchronisation
Slawomir Laba
2
-31
/
+36
2022-01-27
iavf: Remove useless DMA-32 fallback configuration
Christophe JAILLET
1
-6
/
+3
2022-01-13
Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+4
2022-01-08
Merge branch 'linus' into irq/core, to fix conflict
Ingo Molnar
2
-15
/
+39
2022-01-07
iavf: remove an unneeded variable
Jason Wang
1
-3
/
+1
2022-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-01-04
iavf: Fix limit of total number of queues to active queues of VF
Karen Sornek
1
-1
/
+4
2021-12-28
iavf: switch to napi_build_skb()
Alexander Lobakin
1
-1
/
+1
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
3
-51
/
+383
[next]