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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-20
net: dev: rename queue selection helpers.
Paolo Abeni
4
-14
/
+14
2019-03-20
Merge branch 'qed-next'
David S. Miller
4
-10
/
+27
2019-03-20
qed: Define new MF bit for no_vlan config
Sudarsana Reddy Kalluru
3
-5
/
+8
2019-03-20
qede: Populate mbi version in ethtool driver query data.
Sudarsana Reddy Kalluru
1
-5
/
+19
2019-03-20
macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real device
Hangbin Liu
1
-0
/
+48
2019-03-20
net: bridge: use eth_broadcast_addr() to assign broadcast address
Mao Wenan
1
-1
/
+1
2019-03-20
net/tls: Add support of AES128-CCM based ciphers
Vakul Garg
4
-31
/
+97
2019-03-20
Merge branch 'net-phy-aquantia-add-interface-mode-handling'
David S. Miller
1
-2
/
+61
2019-03-20
net: phy: aquantia: check for changed interface mode in read_status
Nikita Yushchenko
1
-2
/
+44
2019-03-20
net: phy: aquantia: check for supported interface modes in config_init
Andrew Lunn
1
-0
/
+17
2019-03-20
net: phy: improve handling link_change_notify callback
Heiner Kallweit
3
-50
/
+15
2019-03-20
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
11
-116
/
+197
2019-03-20
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
12
-18
/
+1392
2019-03-20
ice: Determine descriptor count and ring size based on PAGE_SIZE
Brett Creeley
3
-11
/
+43
2019-03-20
ice: Reset all VFs with VFLR during SR-IOV init flow
Akeem G Abodunrin
1
-1
/
+1
2019-03-20
ice: Get resources per function
Brett Creeley
1
-5
/
+8
2019-03-20
ice: Implement flow to reset VFs with PFR and other resets
Akeem G Abodunrin
1
-6
/
+2
2019-03-20
ice: configure GLINT_ITR to always have an ITR gran of 2
Brett Creeley
4
-18
/
+44
2019-03-20
ice: use ice_for_each_vsi macro when possible
Brett Creeley
3
-9
/
+8
2019-03-20
ice : Ensure only valid bits are set in ice_aq_set_phy_cfg
Chinh T Cao
3
-2
/
+15
2019-03-20
ice: remove redundant variable and if condition
Brett Creeley
1
-7
/
+4
2019-03-20
ice: avoid multiple unnecessary de-references in probe
Bruce Allan
1
-18
/
+15
2019-03-20
ice: Fix issue with VF reset and multiple VFs support on PFs
Akeem G Abodunrin
1
-7
/
+13
2019-03-20
ice: Fix broadcast traffic in port VLAN mode
Michal Swiatkowski
1
-32
/
+44
2019-03-20
igc: Remove unneeded hw_dbg prints
Sasha Neftin
1
-4
/
+0
2019-03-20
igc: Fix the typo in igc_base.h header definition
Sasha Neftin
1
-2
/
+2
2019-03-20
igc: Add support for the ntuple feature
Sasha Neftin
2
-0
/
+89
2019-03-20
igc: Add support for statistics
Sasha Neftin
3
-1
/
+403
2019-03-20
Merge branch 'enc28j60-messaging-clean-up-and-ACPI-improvements'
David S. Miller
1
-288
/
+253
2019-03-20
enc28j60: Convert to use SPDX identifier
Andy Shevchenko
1
-5
/
+1
2019-03-20
enc28j60: Fix indentation splats
Andy Shevchenko
1
-37
/
+21
2019-03-20
enc28j60: Amend comments by fixing typos, adding periods, etc
Andy Shevchenko
1
-15
/
+16
2019-03-20
enc28j60: Remove linux/init.h
Andy Shevchenko
1
-1
/
+0
2019-03-20
enc28j60: Convert printk() to netdev_printk()
Andy Shevchenko
1
-24
/
+27
2019-03-20
enc28j60: Convert HW related printk() to dev_printk()
Andy Shevchenko
1
-119
/
+141
2019-03-20
enc28j60: Switch to dev_<level> from pr_<level>
Andy Shevchenko
1
-12
/
+17
2019-03-20
enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()
Andy Shevchenko
1
-1
/
+1
2019-03-20
enc28j60: Switch to use module_spi_driver() macro
Andy Shevchenko
1
-19
/
+2
2019-03-20
enc28j60: Drop driver name duplication from messages
Andy Shevchenko
1
-7
/
+6
2019-03-20
enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()
Andy Shevchenko
1
-24
/
+18
2019-03-20
enc28j60: Remove duplicate messaging
Andy Shevchenko
1
-20
/
+0
2019-03-20
enc28j60: Use device_get_mac_address()
Andy Shevchenko
1
-4
/
+3
2019-03-20
igc: Extend the ethtool supporting
Sasha Neftin
5
-3
/
+814
2019-03-20
igc: Add multiple receive queues control supporting
Sasha Neftin
4
-0
/
+73
2019-03-20
e1000e: Disable runtime PM on CNP+
Kai-Heng Feng
1
-1
/
+1
2019-03-20
igb: fix various indentation issues
Colin Ian King
1
-2
/
+2
2019-03-20
ipv6: Add icmp_echo_ignore_multicast support for ICMPv6
Stephen Suryaputra
4
-0
/
+19
2019-03-20
net: macb: simplify getting .driver_data
Wolfram Sang
1
-4
/
+2
2019-03-20
igb: Exclude device from suspend direct complete optimization
Kai-Heng Feng
1
-0
/
+3
2019-03-20
intel: correct return from set features callback
Serhey Popovych
5
-5
/
+5
[next]