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
/
igc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-03
igc: read before write to SRRCTL register
Song Yoong Siang
2
-5
/
+13
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+10
2023-03-21
igc: Remove obsolete DMA coalescing code
Sasha Neftin
3
-18
/
+5
2023-03-16
igc: fix the validation logic for taprio's gate list
AKASHI Takahiro
1
-10
/
+10
2023-03-10
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
5
-23
/
+46
2023-03-09
igc: Remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-03-08
igc: Clean up and optimize watchdog task
Sasha Neftin
2
-19
/
+0
2023-03-08
igc: offload queue max SDU from tc-taprio
Tan Tee Min
3
-4
/
+31
2023-03-08
igc: Add qbv_config_change_errors counter
Muhammad Husaini Zulkifli
4
-0
/
+15
2023-02-11
Daniel Borkmann says:
Jakub Kicinski
2
-0
/
+8
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+23
2023-02-08
net/sched: taprio: give higher priority to higher TCs in software dequeue mode
Vladimir Oltean
1
-3
/
+3
2023-02-08
igc: Add ndo_tx_timeout support
Sasha Neftin
1
-2
/
+23
2023-02-06
net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpsw
Vladimir Oltean
1
-0
/
+23
2023-02-03
drivers: net: turn on XDP features
Marek Majtyka
2
-0
/
+8
2023-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+9
2023-02-02
igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp()
Tom Rix
1
-5
/
+9
2023-01-30
igc: Remove redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-5
/
+0
2023-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+8
2023-01-10
igc: Fix PPS delta between two synchronized end-points
Christopher S Hall
2
-4
/
+8
2023-01-03
igc: Remove reset adapter task for i226 during disable tsn config
Muhammad Husaini Zulkifli
3
-12
/
+7
2023-01-03
igc: enable Qbv configuration for 2nd GCL
Tan Tee Min
3
-9
/
+15
2023-01-03
igc: remove I226 Qbv BaseTime restriction
Muhammad Husaini Zulkifli
5
-16
/
+65
2022-12-16
igc: Set Qbv start_time and end_time to end_time if not being configured in GCL
Tan Tee Min
1
-1
/
+13
2022-12-16
igc: recalculate Qbv end_time by considering cycle time
Tan Tee Min
1
-0
/
+15
2022-12-16
igc: allow BaseTime 0 enrollment for Qbv
Tan Tee Min
3
-1
/
+4
2022-12-16
igc: Add checking for basetime less than zero
Muhammad Husaini Zulkifli
1
-0
/
+3
2022-12-16
igc: Use strict cycles for Qbv scheduling
Vinicius Costa Gomes
1
-9
/
+2
2022-12-16
igc: Enhance Qbv scheduling by using first flag bit
Vinicius Costa Gomes
3
-29
/
+151
2022-11-02
igc: Correct the launchtime offset
Muhammad Husaini Zulkifli
5
-0
/
+48
2022-10-29
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2
-10
/
+10
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-09-08
igc: Remove IGC_MDIC_INT_EN definition
Sasha Neftin
1
-1
/
+0
2022-08-19
igc: add xdp frags support to ndo_xdp_xmit
Lorenzo Bianconi
1
-45
/
+83
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+7
2022-07-18
igc: Remove forced_speed_duplex value
Sasha Neftin
1
-2
/
+0
2022-07-18
igc: Remove MSI-X PBA Clear register
Sasha Neftin
1
-3
/
+0
2022-07-18
igc: Lift TAPRIO schedule restriction
Kurt Kanzenbach
1
-6
/
+17
2022-07-14
igc: Reinstate IGC_REMOVED logic and implement it properly
Lennert Buytenhek
2
-1
/
+7
2022-06-30
intel/igc:fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-06-30
intel: remove unused macros
Jesse Brandeburg
1
-1
/
+0
2022-05-11
igc: Change type of the 'igc_check_downshift' method
Sasha Neftin
2
-6
/
+2
2022-05-11
igc: Remove unused phy_type enum
Sasha Neftin
3
-18
/
+3
2022-05-11
igc: Remove igc_set_spd_dplx method
Sasha Neftin
2
-51
/
+0
2022-04-13
igc: Fix suspending when PTM is active
Vinicius Costa Gomes
1
-1
/
+14
2022-04-13
igc: Fix BUG: scheduling while atomic
Sasha Neftin
1
-2
/
+2
2022-04-13
igc: Fix infinite loop in release_swfw_sync
Sasha Neftin
1
-2
/
+9
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+0
2022-02-28
igc: igc_write_phy_reg_gpy: drop premature return
Sasha Neftin
1
-2
/
+0
2022-02-28
igc: igc_read_phy_reg_gpy: drop premature return
Corinna Vinschen
1
-2
/
+0
[next]