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
/
igc
/
igc_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-29
igc: Introduce igc_rx_buffer_flip() helper
Andre Guedes
1
-22
/
+21
2021-03-29
igc: Remove unused argument from igc_tx_cmd_type()
Andre Guedes
1
-2
/
+2
2021-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+9
2021-03-19
igc: Assign boolean values to a bool variable
Jiapeng Zhong
1
-8
/
+8
2021-03-11
igc: reinit_locked() should be called with rtnl_lock
Sasha Neftin
1
-0
/
+9
2021-03-10
net: add a helper to avoid issues with HW TX timestamping and SO_TXTIME
Vladimir Oltean
1
-1
/
+1
2021-02-05
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
1
-0
/
+1
2021-02-05
net: use the new dev_page_is_reusable() instead of private versions
Alexander Lobakin
1
-7
/
+2
2021-02-04
igc: Add Host Good Packets Transmitted Count
Sasha Neftin
1
-0
/
+1
2021-01-20
net: igc: use skb_csum_is_sctp instead of protocol check
Xin Long
1
-13
/
+1
2020-12-11
igc: Add new device ID
Sasha Neftin
1
-0
/
+1
2020-11-11
igc: Fix returning wrong statistics
Vinicius Costa Gomes
1
-6
/
+8
2020-09-30
net: intel: Remove in_interrupt() warnings
Sebastian Andrzej Siewior
1
-1
/
+0
2020-09-29
igc: Reject schedules with a base_time in the future
Vinicius Costa Gomes
1
-2
/
+23
2020-09-29
igc: Save PTP time before a reset
Vinicius Costa Gomes
1
-0
/
+2
2020-09-29
igc: Expose LPI counters
Sasha Neftin
1
-0
/
+2
2020-09-29
igc: Clean RX descriptor error flags
Andre Guedes
1
-3
/
+2
2020-09-29
igc: Add new device ID's
Sasha Neftin
1
-0
/
+5
2020-09-26
intel-ethernet: clean up W=1 warnings in kdoc
Jesse Brandeburg
1
-1
/
+1
2020-08-27
net: Take common prefetch code structure into a function
Tariq Toukan
1
-8
/
+2
2020-08-14
igc: Fix PTP initialization
Vinicius Costa Gomes
1
-3
/
+2
2020-07-27
igc: Clean up the hw_stats structure
Sasha Neftin
1
-2
/
+0
2020-07-27
igc: Fix registers definition
Sasha Neftin
1
-4
/
+0
2020-07-27
igc: Remove unneeded ICTXQMTC register
Sasha Neftin
1
-1
/
+0
2020-07-27
igc: Remove unneeded variable
Sasha Neftin
1
-1
/
+0
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
1
-3
/
+2
2020-06-30
igc: Remove unneeded check for copper media type
Sasha Neftin
1
-2
/
+1
2020-06-30
igc: Refactor the igc_power_down_link()
Sasha Neftin
1
-13
/
+3
2020-06-30
igc: Remove TCP segmentation TX fail counter
Sasha Neftin
1
-1
/
+0
2020-06-30
igc: Clean up Rx timestamping logic
Andre Guedes
1
-8
/
+4
2020-06-30
igc: Add initial EEE support
Sasha Neftin
1
-0
/
+16
2020-06-26
net/intel: remove driver versions from Intel drivers
Jeff Kirsher
1
-6
/
+1
2020-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-342
/
+699
2020-05-29
igc: Remove Sequence Error Counter
Sasha Neftin
1
-1
/
+0
2020-05-29
igc: Add Receive Error Counter
Sasha Neftin
1
-0
/
+1
2020-05-29
igc: Remove symbol error counter
Sasha Neftin
1
-1
/
+0
2020-05-23
igc: Remove igc_nfc_rule_exit()
Andre Guedes
1
-14
/
+0
2020-05-23
igc: Change adapter->nfc_rule_lock to mutex
Andre Guedes
1
-7
/
+7
2020-05-23
igc: Change return type from igc_disable_nfc_rule()
Andre Guedes
1
-17
/
+9
2020-05-23
igc: Fix NFC rules leak when driver is unloaded
Andre Guedes
1
-13
/
+16
2020-05-23
igc: Refactor igc_ethtool_update_nfc_rule()
Andre Guedes
1
-33
/
+172
2020-05-23
igc: Fix NFC rules restoration
Andre Guedes
1
-7
/
+9
2020-05-23
igc: Fix NFC rules with multicast addresses
Andre Guedes
1
-6
/
+0
2020-05-22
igc: Align terms used in NFC support code
Andre Guedes
1
-21
/
+21
2020-05-22
igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.c
Andre Guedes
1
-1
/
+1
2020-05-22
igc: Get rid of igc_max_channels()
Andre Guedes
1
-6
/
+1
2020-05-22
igc: Add support for source address filters in core
Andre Guedes
1
-16
/
+33
2020-05-21
igc: Remove mac_table from igc_adapter
Andre Guedes
1
-37
/
+20
2020-05-21
igc: Remove IGC_MAC_STATE_SRC_ADDR flag
Andre Guedes
1
-19
/
+8
2020-05-20
igc: Refactor ethertype filtering code
Andre Guedes
1
-0
/
+93
[prev]
[next]