index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2025-06-10
iavf: fix reset_task for early reset event
Ahmed Zaki
1
-0
/
+11
2025-06-03
iavf: get rid of the crit lock
Przemek Kitszel
1
-128
/
+37
2025-06-03
iavf: sprinkle netdev_assert_locked() annotations
Przemek Kitszel
1
-0
/
+10
2025-06-03
iavf: extract iavf_watchdog_step() out of iavf_watchdog_task()
Przemek Kitszel
1
-48
/
+39
2025-06-03
iavf: simplify watchdog_task in terms of adminq task scheduling
Przemek Kitszel
1
-11
/
+6
2025-06-03
iavf: centralize watchdog requeueing itself
Przemek Kitszel
1
-62
/
+41
2025-06-03
iavf: iavf_suspend(): take RTNL before netdev_lock()
Przemek Kitszel
1
-4
/
+9
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
1
-0
/
+1
2025-03-06
net: hold netdev instance lock during nft ndo_setup_tc
Stanislav Fomichev
1
-2
/
+0
2025-03-06
net: hold netdev instance lock during ndo_open/ndo_stop
Stanislav Fomichev
1
-8
/
+6
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+8
2025-02-26
iavf: fix circular lock dependency with netdev_lock
Jacob Keller
1
-4
/
+8
2025-02-14
iavf: add support for Rx timestamps to hotpath
Jacob Keller
1
-0
/
+9
2025-02-14
iavf: handle set and get timestamps ops
Jacob Keller
1
-0
/
+21
2025-02-14
iavf: add support for indirect access to PHC time
Jacob Keller
1
-1
/
+8
2025-02-14
iavf: add initial framework for registering PTP clock
Jacob Keller
1
-0
/
+6
2025-02-14
iavf: negotiate PTP capabilities
Jacob Keller
1
-0
/
+60
2025-02-14
iavf: add support for negotiating flexible RXDID format
Jacob Keller
1
-8
/
+115
2025-02-12
iavf: Fix a locking bug in an error path
Bart Van Assche
1
-1
/
+1
2025-01-24
iavf: allow changing VLAN state without calling PF
Michal Swiatkowski
1
-2
/
+17
2025-01-16
net: protect NAPI enablement with netdev_lock()
Jakub Kicinski
1
-2
/
+2
2025-01-16
net: protect netdev->napi_list with netdev_lock()
Jakub Kicinski
1
-3
/
+3
2025-01-16
net: add netdev_lock() / netdev_unlock() helpers
Jakub Kicinski
1
-37
/
+37
2025-01-14
eth: iavf: extend the netdev_lock usage
Jakub Kicinski
1
-8
/
+45
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-2
/
+2
2024-10-10
iavf: add support to exchange qos capabilities
Sudheer Mogilappagari
1
-2
/
+49
2024-10-10
iavf: Add net_shaper_ops support
Sudheer Mogilappagari
1
-1
/
+111
2024-08-14
iavf: add support for offloading tc U32 cls filters
Ahmed Zaki
1
-4
/
+156
2024-07-11
net: intel: Remove MODULE_AUTHORs
Tony Nguyen
1
-1
/
+0
2024-05-08
iavf: flower: validate control flags
Asbjørn Sloth Tønnesen
1
-0
/
+4
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-04-26
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
1
-34
/
+6
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+29
2024-04-25
iavf: Fix TC config comparison with existing adapter TC config
Sudheer Mogilappagari
1
-1
/
+29
2024-04-24
iavf: switch to Page Pool
Alexander Lobakin
1
-3
/
+4
2024-04-24
iavf: drop page splitting and recycling
Alexander Lobakin
1
-23
/
+1
2024-04-24
iavf: kill "legacy-rx" for good
Alexander Lobakin
1
-9
/
+1
2024-04-24
net: intel: introduce {, Intel} Ethernet common library
Alexander Lobakin
1
-0
/
+1
2024-03-29
net: intel: implement modern PM ops declarations
Jesse Brandeburg
1
-4
/
+4
2024-03-06
iavf: drop duplicate iavf_{add|del}_cloud_filter() calls
Alexey Kodanev
1
-9
/
+0
2024-03-04
net: adopt skb_network_header_len() more broadly
Eric Dumazet
1
-1
/
+1
2024-03-04
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
1
-1
/
+1
2023-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-60
/
+119
2023-12-14
iavf: enable symmetric-xor RSS for Toeplitz hash function
Ahmed Zaki
1
-0
/
+4
2023-12-12
iavf: Fix iavf_shutdown to call iavf_remove instead iavf_close
Slawomir Laba
1
-51
/
+21
2023-12-12
iavf: Handle ntuple on/off based on new state machines for flow director
Piotr Gardocki
1
-0
/
+59
2023-12-12
iavf: Introduce new state machines for flow director
Piotr Gardocki
1
-9
/
+39
2023-11-27
iavf: use iavf_schedule_aq_request() helper
Petr Oros
1
-10
/
+5
2023-11-27
iavf: Remove queue tracking fields from iavf_adminq_ring
Ivan Vecera
1
-4
/
+4
2023-10-28
iavf: delete the iavf client interface
Michal Schmidt
1
-82
/
+0
[next]