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
/
ixgbe
/
ixgbe_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-29
ixgbe: Check return value on eeprom reads
Mark Rustad
1
-22
/
+45
2013-07-31
ixgbe: clear semaphore bits on timeouts
Emil Tantilov
1
-24
/
+21
2013-07-31
ixgbe: add new media type.
Don Skidmore
1
-0
/
+3
2013-07-31
ixgbe: fix fc autoneg ethtool reporting.
Don Skidmore
1
-9
/
+33
2013-04-18
ixgbe: create conversion functions from link_status to bus/speed
Jacob Keller
1
-32
/
+32
2013-04-18
ixgbe: Enable support for recognizing PCI-e Gen3 link speed
Jacob Keller
1
-0
/
+3
2013-04-18
ixgbe: don't do arithmetic operations on bitmasks
Emil Tantilov
1
-1
/
+1
2013-02-05
ixgbe: update date to 2013
Don Skidmore
1
-1
/
+1
2012-12-07
ixgbe: Use is_valid_ether_addr
Joe Perches
1
-25
/
+1
2012-11-22
ixgbe: ethtool correctly identify autoneg setting
Jacob Keller
1
-2
/
+1
2012-10-30
ixgbe: Add support for pipeline reset
Don Skidmore
1
-3
/
+67
2012-10-23
ixgbe: using is_zero_ether_addr() to simplify the code
Wei Yongjun
1
-2
/
+1
2012-10-03
ixgbe: add support for X540-AT1
joshua.a.hay@intel.com
1
-0
/
+1
2012-07-20
ixgbe: Only enable anti-spoof on VF pools
Alexander Duyck
1
-9
/
+11
2012-07-20
ixgbe: Correctly set SAN MAC RAR pool to default pool of PF
Alexander Duyck
1
-0
/
+25
2012-07-11
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
1
-1
/
+2
2012-05-10
ixgbe: correct disable_rx_buff timeout
Jacob Keller
1
-1
/
+1
2012-05-04
ixgbe: Update link flow control to correctly handle multiple packet buffer DCB
Alexander Duyck
1
-104
/
+60
2012-05-04
ixgbe: Reorder link flow control functions in ixgbe_common.c
Alexander Duyck
1
-290
/
+282
2012-05-04
ixgbe: Make ixgbe_fc_autoneg return void and always set current_mode
Alexander Duyck
1
-26
/
+11
2012-05-02
ixgbe: add hwmon interface to export thermal data
Don Skidmore
1
-6
/
+4
2012-05-02
ixgbe: add support functions to access thermal data
Don Skidmore
1
-0
/
+171
2012-04-04
ixgbe: consolidate reporting of MSIX vectors into a single function
Emil Tantilov
1
-5
/
+24
2012-03-20
ixgbe: Fix issues with SR-IOV loopback when flow control is disabled
Alexander Duyck
1
-1
/
+8
2012-03-14
ixgbe: Fix race condition where RX buffer could become corrupted.
Atita Shirwaikar
1
-0
/
+52
2012-03-14
ixgbe: Do not disable read relaxed ordering when DCA is enabled
Alexander Duyck
1
-3
/
+3
2012-03-01
ixgbe: fix spelling errors
Don Skidmore
1
-1
/
+1
2012-02-03
ixgbe: update copyright to 2012
Don Skidmore
1
-1
/
+1
2012-01-03
ixgbe: fix incorrect PHY register reads
Emil Tantilov
1
-4
/
+4
2011-12-20
net: fix assignment of 0/1 to bool variables.
Rusty Russell
1
-1
/
+1
2011-11-03
ixgbe: fix reading of the buffer returned by the firmware
Emil Tantilov
1
-9
/
+11
2011-10-17
ixgbe: fix endianess when writing driver version to firmware
Emil Tantilov
1
-8
/
+8
2011-10-05
ixgbe: do not disable flow control in ixgbe_check_mac_link
Emil Tantilov
1
-6
/
+0
2011-09-29
ixgbe: update {P}FC thresholds to account for X540 and loopback
John Fastabend
1
-7
/
+5
2011-09-23
ixgbe: avoid HW lockup when adapter is reset with Tx work pending
Emil Tantilov
1
-61
/
+84
2011-08-29
ixgbe: clear RNBC only for 82598
Emil Tantilov
1
-2
/
+3
2011-08-29
ixgbe: fix ixgbe_fc_autoneg_fiber bug
Don Skidmore
1
-2
/
+2
2011-08-11
intel: Move the Intel wired LAN drivers
Jeff Kirsher
1
-0
/
+3510