index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
iavf
Commit message (
Expand
)
Author
Age
Files
Lines
*
iavf: Fix issue with MAC address of VF shown as zero
Michal Wilczynski
2022-06-09
1
-1
/
+1
*
Revert "iavf: Fix deadlock occurrence during resetting VF interface"
Mateusz Palczewski
2022-04-08
1
-5
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-17
1
-1
/
+14
|
\
|
*
iavf: Fix hang during reboot/shutdown
Ivan Vecera
2022-03-17
1
-0
/
+7
|
*
iavf: Fix double free in iavf_reset_task
Przemyslaw Patynowski
2022-03-15
1
-1
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-10
3
-4
/
+50
|
\
|
|
*
iavf: Fix adopting new combined setting
Michal Maloszewski
2022-03-08
2
-4
/
+10
|
*
iavf: Fix handling of vlan strip virtual channel messages
Michal Maloszewski
2022-03-08
1
-0
/
+40
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
3
-75
/
+114
|
\
|
|
*
iavf: Fix __IAVF_RESETTING state usage
Slawomir Laba
2022-02-25
1
-7
/
+6
|
*
iavf: Fix missing check for running netdev
Slawomir Laba
2022-02-25
1
-2
/
+5
|
*
iavf: Fix deadlock in iavf_reset_task
Slawomir Laba
2022-02-25
1
-0
/
+1
|
*
iavf: Fix race in init state
Slawomir Laba
2022-02-25
1
-1
/
+2
|
*
iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS
Slawomir Laba
2022-02-25
3
-24
/
+23
|
*
iavf: Fix init state closure on remove
Slawomir Laba
2022-02-25
2
-1
/
+27
|
*
iavf: Add waiting so the port is initialized in remove
Slawomir Laba
2022-02-25
1
-11
/
+16
|
*
iavf: Rework mutexes for better synchronisation
Slawomir Laba
2022-02-25
2
-31
/
+36
*
|
iavf: Remove non-inclusive language
Mateusz Palczewski
2022-03-01
3
-4
/
+4
*
|
iavf: Fix incorrect use of assigning iavf_status to int
Mateusz Palczewski
2022-03-01
1
-92
/
+68
*
|
iavf: stop leaking iavf_status as "errno" values
Mateusz Palczewski
2022-03-01
3
-39
/
+157
*
|
iavf: remove redundant ret variable
Minghao Chi
2022-03-01
1
-7
/
+2
*
|
iavf: Add usage of new virtchnl format to set default MAC
Mateusz Palczewski
2022-03-01
2
-3
/
+25
*
|
iavf: refactor processing of VLAN V2 capability message
Mateusz Palczewski
2022-03-01
2
-30
/
+95
*
|
iavf: Add support for 50G/100G in AIM algorithm
Mateusz Palczewski
2022-03-01
1
-15
/
+47
*
|
iavf: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2022-01-27
1
-6
/
+3
|
/
*
Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-13
1
-4
/
+4
|
\
|
*
Merge branch 'linus' into irq/core, to fix conflict
Ingo Molnar
2022-01-08
2
-15
/
+39
|
|
\
|
*
|
iavf: Use irq_update_affinity_hint()
Nitesh Narayan Lal
2021-12-10
1
-4
/
+4
*
|
|
iavf: remove an unneeded variable
Jason Wang
2022-01-07
1
-3
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-05
1
-1
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
iavf: Fix limit of total number of queues to active queues of VF
Karen Sornek
2022-01-04
1
-1
/
+4
*
|
|
iavf: switch to napi_build_skb()
Alexander Lobakin
2021-12-28
1
-1
/
+1
*
|
|
iavf: Restrict maximum VLAN filters for VIRTCHNL_VF_OFFLOAD_VLAN_V2
Brett Creeley
2021-12-17
1
-0
/
+50
*
|
|
iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 offload enable/disable
Brett Creeley
2021-12-17
3
-51
/
+383
*
|
|
iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpath
Brett Creeley
2021-12-17
5
-51
/
+135
*
|
|
iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev config
Brett Creeley
2021-12-17
3
-94
/
+453
*
|
|
iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiation
Brett Creeley
2021-12-17
3
-52
/
+240
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-16
1
-3
/
+2
|
\
|
|
|
*
|
iavf: do not override the adapter state in the watchdog task (again)
Stefan Assmann
2021-12-13
1
-1
/
+0
|
*
|
iavf: missing unlocks in iavf_watchdog_task()
Dan Carpenter
2021-12-13
1
-2
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-09
2
-11
/
+33
|
\
|
|
|
*
|
iavf: Fix reporting when setting descriptor count
Michal Maloszewski
2021-12-06
1
-11
/
+32
|
*
|
iavf: restore MSI state on reset
Mitch Williams
2021-12-01
1
-0
/
+1
|
|
/
*
|
iavf: Fix displaying queue statistics shown by ethtool
Jedrzej Jagielski
2021-11-30
1
-11
/
+19
*
|
iavf: Refactor string format to avoid static analysis warnings
Karen Sornek
2021-11-30
2
-4
/
+4
*
|
iavf: Refactor text of informational message
Karen Sornek
2021-11-30
1
-1
/
+1
*
|
iavf: Fix static code analysis warning
Karen Sornek
2021-11-30
1
-1
/
+1
*
|
iavf: Refactor iavf_mac_filter struct memory usage
Jedrzej Jagielski
2021-11-30
1
-3
/
+7
*
|
iavf: Enable setting RSS hash key
Tony Nguyen
2021-11-30
1
-8
/
+10
*
|
iavf: Add trace while removing device
Jedrzej Jagielski
2021-11-30
1
-0
/
+1
[next]