index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-06
ice: make representor code generic
Michal Swiatkowski
7
-76
/
+121
2024-09-06
ice: implement netdev for subfunction
Piotr Raczynski
1
-1
/
+85
2024-09-06
ice: base subfunction aux driver
Piotr Raczynski
7
-1
/
+215
2024-09-06
ice: allocate devlink for subfunction
Piotr Raczynski
3
-0
/
+47
2024-09-06
ice: treat subfunction VSI the same as PF VSI
Michal Swiatkowski
1
-2
/
+3
2024-09-06
ice: add basic devlink subfunctions support
Piotr Raczynski
7
-2
/
+341
2024-09-06
ice: export ice ndo_ops functions
Piotr Raczynski
4
-29
/
+35
2024-09-06
ice: add new VSI type for subfunctions
Piotr Raczynski
6
-6
/
+35
2024-09-06
ixgbe: Remove setting of RX software timestamp
Gal Pressman
1
-4
/
+0
2024-09-06
igc: Remove setting of RX software timestamp
Gal Pressman
1
-4
/
+0
2024-09-06
igb: Remove setting of RX software timestamp
Gal Pressman
1
-7
/
+1
2024-09-06
ice: Remove setting of RX software timestamp
Gal Pressman
1
-2
/
+0
2024-09-06
i40e: Remove setting of RX software timestamp
Gal Pressman
1
-4
/
+0
2024-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-161
/
+124
2024-09-03
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
11
-25
/
+347
2024-09-03
ice: do not bring the VSI up, if it was down before the XDP setup
Larysa Zaremba
1
-2
/
+5
2024-09-03
ice: remove ICE_CFG_BUSY locking from AF_XDP code
Larysa Zaremba
1
-9
/
+0
2024-09-03
ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
Larysa Zaremba
1
-6
/
+6
2024-09-03
ice: check for XDP rings instead of bpf program when unconfiguring
Larysa Zaremba
3
-7
/
+7
2024-09-03
ice: protect XDP configuration with a mutex
Larysa Zaremba
4
-19
/
+39
2024-09-03
ice: move netif_queue_set_napi to rtnl-protected sections
Larysa Zaremba
4
-118
/
+49
2024-09-03
netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
Alexander Lobakin
5
-13
/
+10
2024-09-02
igc: Unlock on error in igc_io_resume()
Dan Carpenter
1
-0
/
+1
2024-08-30
i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cards
Aleksandr Loktionov
3
-7
/
+54
2024-08-30
e1000e: avoid failing the system during pm_suspend
Vitaly Lifshits
1
-8
/
+11
2024-08-30
igc: Move the MULTI GBT AN Control Register to _regs file
Sasha Neftin
3
-3
/
+5
2024-08-30
igc: Add Energy Efficient Ethernet ability
Sasha Neftin
3
-1
/
+89
2024-08-30
igc: Get rid of spurious interrupts
Kurt Kanzenbach
2
-4
/
+27
2024-08-30
igc: Add MQPRIO offload support
Kurt Kanzenbach
6
-2
/
+161
2024-08-29
ice: Add netif_device_attach/detach into PF reset flow
Dawid Osuchowski
1
-0
/
+7
2024-08-29
igb: Fix not clearing TimeSync interrupts for 82580
Daiwei Li
1
-0
/
+10
2024-08-28
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
5
-102
/
+119
2024-08-27
ice: add callbacks for Embedded SYNC enablement on dpll pins
Arkadiusz Kubalewski
2
-3
/
+221
2024-08-26
ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...
Aleksandr Mishin
1
-4
/
+2
2024-08-26
ice: Report NVM version numbers on mismatch during load
Sergey Temerkhanov
1
-4
/
+10
2024-08-26
ice: remove unnecessary control queue cmd_buf arrays
Jacob Keller
2
-30
/
+2
2024-08-26
ice: reword comments referring to control queues
Jacob Keller
1
-12
/
+13
2024-08-26
ice: stop intermixing AQ commands/responses debug dumps
Przemek Kitszel
2
-21
/
+26
2024-08-26
ice: do not clutter debug logs with unused data
Bruce Allan
2
-9
/
+16
2024-08-26
ice: improve debug print for control queue messages
Jacob Keller
1
-5
/
+31
2024-08-26
ice: implement and use rd32_poll_timeout for ice_sq_done timeout
Jacob Keller
3
-21
/
+23
2024-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-46
/
+27
2024-08-22
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
3
-46
/
+26
2024-08-22
ice: Fix a 32bit bug
Dan Carpenter
1
-3
/
+3
2024-08-21
igb: cope with large MAX_SKB_FRAGS
Paolo Abeni
1
-0
/
+1
2024-08-20
ice: use internal pf id instead of function number
Michal Swiatkowski
1
-2
/
+2
2024-08-20
ice: fix truesize operations for PAGE_SIZE >= 8192
Maciej Fijalkowski
2
-34
/
+20
2024-08-20
ice: fix ICE_LAST_OFFSET formula
Maciej Fijalkowski
1
-1
/
+1
2024-08-20
ice: fix page reuse when PAGE_SIZE is over 8k
Maciej Fijalkowski
1
-9
/
+3
2024-08-20
igbvf: Remove two unused declarations
Yue Haibing
2
-2
/
+0
[next]