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
/
ixgbe
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-07
net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate
Jiri Pirko
1
-2
/
+2
2014-06-04
ixgbe: remove linux/export.h header from ixgbe_ptp.c
Jacob Keller
1
-1
/
+0
2014-06-04
ixgbe: fix detection of SFP+ capable interfaces
Emil Tantilov
2
-7
/
+2
2014-05-27
ixgbe: avoid duplicate code in suspend and stop paths
Jacob Keller
1
-11
/
+14
2014-05-27
ixgbe: separate the PTP suspend and stop actions
Jacob Keller
2
-7
/
+25
2014-05-27
ixgbe: extract PTP clock device from ptp_init
Jacob Keller
1
-9
/
+47
2014-05-27
ixgbe: allow ixgbe_ptp_reset to maintain current hwtstamp config
Jacob Keller
1
-5
/
+11
2014-05-27
ixgbe: extract the hardware setup from the ixgbe_ptp_set_ts_config
Jacob Keller
1
-14
/
+36
2014-05-27
ixgbe: rename ixgbe_ptp_enable to ixgbe_ptp_feature_enable
Jacob Keller
1
-5
/
+5
2014-05-27
ixgbe: fix linking at 100Mbps on copper devices with MNG FW enabled
Emil Tantilov
1
-2
/
+2
2014-05-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
19
-283
/
+271
2014-05-23
net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...
Sucheta Chakraborty
3
-6
/
+12
2014-05-23
igb/ixgbe: remove return statements for void functions
Jeff Kirsher
2
-3
/
+0
2014-05-23
ixgbe: add /* fallthrough */ comment to case statements
Jacob Keller
1
-0
/
+4
2014-05-23
ixgbe: add space between operands to &
Jacob Keller
1
-1
/
+1
2014-05-23
ixgbe: don't check NULL for debugfs_remove_recursive
Jacob Keller
1
-2
/
+1
2014-05-23
ixgbe: add braces around else block
Jacob Keller
1
-2
/
+2
2014-05-23
ixgbe: fix several concatenated strings to single line
Jacob Keller
5
-33
/
+19
2014-05-23
ixgbe: fix checkpatch style of blank line after declaration
Jacob Keller
1
-0
/
+2
2014-05-23
ixgbe: fix function-like macro, remove semicolon
Jacob Keller
1
-2
/
+2
2014-05-23
ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACE
Jacob Keller
17
-241
/
+241
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-51
/
+21
2014-04-23
ixgbe: improve mac filter handling
Jacob Keller
3
-68
/
+172
2014-04-23
ixgbe: change handling of multicast filters
Jacob Keller
3
-9
/
+53
2014-04-23
ixgbe: remove vlan_filter_disable and enable functions
Jacob Keller
1
-34
/
+6
2014-04-23
ixgbe: Use out-of-line function for register reads
Mark Rustad
2
-15
/
+28
2014-04-23
ixgbe: convert low_water into an array
Jacob Keller
7
-35
/
+57
2014-04-19
e1000e/igb/ixgbe/i40e: fix message terminations
Jakub Kicinski
3
-6
/
+6
2014-04-19
ixgbe: clean up Rx time stamping code
Jakub Kicinski
3
-45
/
+15
2014-04-11
ixgbe: remove open-coded skb_cow_head
Francois Romieu
1
-7
/
+6
2014-04-11
ixgbe: Add bit to mark service task initialization
Mark Rustad
2
-1
/
+15
2014-04-01
ixgbe: Fix rcu warnings induced by LER
Mark Rustad
2
-5
/
+19
2014-04-01
ixgbe: fix ixgbe_check_reset_blocked() declaration
Jean Sacren
2
-2
/
+2
2014-04-01
ixgbe: fix race conditions on queuing skb for HW time stamp
Jakub Kicinski
3
-1
/
+7
2014-04-01
ixgbe: never generate both software and hardware timestamps
Jakub Kicinski
1
-2
/
+2
2014-04-01
ixgbe: remove redundant if clause from PTP work
Jakub Kicinski
1
-4
/
+0
2014-03-21
ixgbe: Break recursion in case of removal
Mark Rustad
1
-0
/
+3
2014-03-20
ixgbe: enable tx queues after link up
Emil Tantilov
1
-15
/
+17
2014-03-20
ixgbe: Stop cacheing if the MNG FW enabled
Don Skidmore
6
-13
/
+5
2014-03-20
ixgbe: clean up ixgbe_atr_compute_perfect_hash_82599
Jacob Keller
1
-37
/
+9
2014-03-20
ixgbe: use ixgbe_read_pci_cfg_word
Jacob Keller
1
-8
/
+3
2014-03-20
ixgbe: remove unused media type
Jacob Keller
4
-81
/
+0
2014-03-20
ixgbe: fix ixgbe_setup_mac_link_82599 autoc variables
Jacob Keller
1
-10
/
+12
2014-03-20
ixgbe: fix ixgbe_stop_mac_link_on_d3_82599 to check mng correctly
Jacob Keller
1
-2
/
+6
2014-03-20
ixgbe: check Core Clock Disable bit
Jacob Keller
2
-1
/
+8
2014-03-20
ixgbe: fix errors related to protected AUTOC calls
Don Skidmore
2
-9
/
+11
2014-03-20
ixgbe: Convert uses of __constant_<foo> to <foo>
Joe Perches
2
-19
/
+19
2014-03-20
ixgbe: add ixgbe_write_pci_cfg_word with ixgbe_removed check
Jacob Keller
3
-5
/
+11
2014-03-15
ixgbe: Don't receive packets when the napi budget == 0
Eric W. Biederman
1
-2
/
+2
[next]