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
2019-02-09
ixgbe: Use struct_size() helper
Gustavo A. R. Silva
1
-5
/
+5
2019-02-09
igc: Use struct_size() helper
Gustavo A. R. Silva
1
-5
/
+4
2019-02-09
igb: use struct_size() helper
Gustavo A. R. Silva
1
-3
/
+3
2019-02-09
fm10k: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-4
/
+2
2019-02-06
flow_offload: add flow_rule and flow_match structures and use them
Pablo Neira Ayuso
3
-265
/
+172
2019-02-06
igc: Add ethtool support
Sasha Neftin
8
-18
/
+1169
2019-02-06
igb: Bump version number
Todd Fujinaka
1
-1
/
+1
2019-02-06
igc: Remove the 'igc_get_phy_id_base' method
Sasha Neftin
1
-17
/
+1
2019-02-06
igc: Remove the 'igc_read_mac_addr_base' method
Sasha Neftin
1
-14
/
+1
2019-02-06
e1000e: fix cyclic resets at link up with active tx
Konstantin Khlebnikov
1
-9
/
+6
2019-02-06
igc: Remove unneeded code
Sasha Neftin
1
-21
/
+1
2019-02-06
igc: Remove unused code
Sasha Neftin
1
-22
/
+0
2019-02-06
e1000e: fix a missing check for return value
Jeff Kirsher
1
-10
/
+23
2019-02-06
fm10k: TRIVIAL cleanup of extra spacing in function comment
Jacob Keller
1
-1
/
+1
2019-02-06
ixgbe: remove magic constant in ixgbe_reset_hw_82599()
Jiri Kosina
1
-1
/
+1
2019-02-06
igc: Fix code redundancy
Sasha Neftin
3
-22
/
+2
2019-02-06
igc: Remove unreachable code from igc_phy.c file
Sasha Neftin
1
-8
/
+0
2019-02-06
e1000e: Exclude device from suspend direct complete optimization
Kai-Heng Feng
1
-0
/
+2
2019-01-22
i40e: clean up several indentation issues
Colin Ian King
3
-8
/
+8
2019-01-22
i40e: increase indentation
Julia Lawall
1
-1
/
+1
2019-01-22
i40e: update version number
Alice Michael
1
-2
/
+2
2019-01-22
i40e: remove debugfs tx_timeout support
Lihong Yang
1
-25
/
+1
2019-01-22
i40e: check queue pairs num in config queues handler
Sergey Nemov
1
-1
/
+6
2019-01-22
i40e: Change unmatched function types
Grzegorz Siwik
1
-4
/
+4
2019-01-22
i40e: Add support FEC configuration for Fortville 25G
Damian Dybek
3
-2
/
+256
2019-01-22
i40e: Limiting RSS queues to CPUs
Aleksandr Loktionov
1
-0
/
+1
2019-01-22
i40e: Remove umem from VSI
Jan Sokolowski
2
-99
/
+21
2019-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-10
/
+10
2019-01-18
net: Add extack argument to ndo_fdb_add()
Petr Machata
4
-4
/
+8
2019-01-16
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
18
-284
/
+1446
2019-01-16
Revert "igb: reduce CPU0 latency when updating statistics"
Jeff Kirsher
3
-10
/
+10
2019-01-15
ice: add const qualifier to mac_addr parameter
Jacob Keller
2
-4
/
+4
2019-01-15
ice: Add support for new PHY types
Anirudh Venkataramanan
7
-23
/
+418
2019-01-15
ice: Offload SCTP checksum
Anirudh Venkataramanan
4
-0
/
+9
2019-01-15
ice: Allow for software timestamping
Tony Nguyen
1
-0
/
+1
2019-01-15
ice: Implement getting and setting ethtool coalesce
Brett Creeley
3
-0
/
+261
2019-01-15
ice: Add support for adaptive interrupt moderation
Brett Creeley
5
-23
/
+120
2019-01-15
ice: Move aggregator list into ice_hw instance
Anirudh Venkataramanan
4
-14
/
+26
2019-01-15
ice: Rework queue management code for reuse
Anirudh Venkataramanan
5
-123
/
+159
2019-01-15
ice: Add ethtool private flag to make forcing link down optional
Bruce Allan
3
-6
/
+95
2019-01-15
ice: Set physical link up/down when an interface is set up/down
Brett Creeley
2
-5
/
+96
2019-01-15
ice: Implement support for normal get_eeprom[_len] ethtool ops
Bruce Allan
3
-0
/
+134
2019-01-15
ice: Add ethtool set_phys_id handler
Anirudh Venkataramanan
4
-0
/
+68
2019-01-15
ice: Configure RSS LUT and HASH KEY in rebuild path
Md Fahad Iqbal Polash
1
-0
/
+6
2019-01-15
ice: Refactor a few Tx scheduler functions
Anirudh Venkataramanan
2
-91
/
+53
2019-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2019-01-15
ice: Fix unused variable build warning
Bruce Allan
1
-1
/
+2
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
4
-12
/
+12
2019-01-05
ixgbe: fix Kconfig when driver is not a module
Jeff Kirsher
1
-1
/
+1
2018-12-21
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
13
-26
/
+373
[next]