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
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-22
qlogic: qlcnic_sysfs: constify bin_attribute structures
Bhumika Goyal
1
-8
/
+8
2017-02-22
net: emac: add support for device-tree based PHY discovery and setup
Christian Lamparter
3
-7
/
+252
2017-02-22
Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+7
2017-02-22
Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-18
/
+3
2017-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
952
-25235
/
+63632
2017-02-22
Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-8
/
+12
2017-02-21
Revert "ath10k: Search SMBIOS for OEM board file extension"
Kalle Valo
2
-100
/
+3
2017-02-21
bnxt_en: use eth_hw_addr_random()
Tobias Klauser
1
-1
/
+1
2017-02-21
net: mvpp2: enable building on 64-bit platforms
Thomas Petazzoni
2
-15
/
+19
2017-02-21
net: mvpp2: switch to build_skb() in the RX path
Thomas Petazzoni
1
-22
/
+57
2017-02-21
net: mvpp2: simplify MVPP2_PRS_RI_* definitions
Thomas Petazzoni
1
-8
/
+8
2017-02-21
net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT
Thomas Petazzoni
1
-1
/
+1
2017-02-21
net: mvpp2: remove unused register definitions
Thomas Petazzoni
1
-4
/
+0
2017-02-21
net: mvpp2: simplify mvpp2_bm_bufs_add()
Thomas Petazzoni
1
-3
/
+1
2017-02-21
net: mvpp2: drop useless fields in mvpp2_bm_pool and related code
Thomas Petazzoni
1
-15
/
+3
2017-02-21
net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue'
Thomas Petazzoni
1
-3
/
+0
2017-02-21
net: mvpp2: release reference to txq_cpu[] entry after unmapping
Thomas Petazzoni
1
-5
/
+4
2017-02-21
net: mvpp2: handle too large value in mvpp2_rx_time_coal_set()
Thomas Petazzoni
1
-2
/
+29
2017-02-21
net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set()
Thomas Petazzoni
1
-3
/
+4
2017-02-21
net: mvpp2: remove useless arguments in mvpp2_rx_{pkts, time}_coal_set
Thomas Petazzoni
1
-12
/
+8
2017-02-21
net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
Thomas Petazzoni
1
-1
/
+1
2017-02-21
macsec: fix validation failed in asynchronous operation.
Lee Ryder
1
-0
/
+3
2017-02-21
virtio-net: switch to use build_skb() for small buffer
Jason Wang
1
-75
/
+63
2017-02-21
vxlan: remove unused variable saddr in neigh_reduce
Roopa Prabhu
1
-2
/
+1
2017-02-21
vxlan: add changelink support
Roopa Prabhu
1
-113
/
+270
2017-02-21
virito-net: set queues after reset during xdp_set
Jason Wang
1
-20
/
+8
2017-02-21
dpaa_eth: implement ioctl() for PHY-related ops
Michael Walle
1
-0
/
+8
2017-02-21
net: qualcomm: qca: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-8
/
+10
2017-02-21
bnxt_en: fix pci cleanup in bnxt_init_one() failure path
Sathya Perla
1
-37
/
+39
2017-02-21
bnxt_en: Fix NULL pointer dereference in a failure path during open.
Michael Chan
1
-1
/
+3
2017-02-21
bnxt_en: Reject driver probe against all bridge devices
Ray Jui
1
-1
/
+1
2017-02-21
qed*: Fix link indication race
Mintz, Yuval
6
-12
/
+33
2017-02-21
qed: Don't allocate SBs using main PTT
Mintz, Yuval
1
-2
/
+13
2017-02-21
qede: Prevent index problems in loopback test
Sudarsana Reddy Kalluru
1
-3
/
+3
2017-02-21
qed: Reflect PF link when initializing VF
Mintz, Yuval
1
-39
/
+51
2017-02-21
qede: Free netdevice only after stoping slowpath
Mintz, Yuval
1
-2
/
+8
2017-02-21
qede: Initialize lock and slowpath workqueue early
Mintz, Yuval
1
-2
/
+7
2017-02-21
qed: Reserve doorbell BAR space for present CPUs
Ram Amrani
1
-1
/
+1
2017-02-21
qed: Don't free a QP more than once
Ram Amrani
1
-22
/
+27
2017-02-21
qed: Read queue state before releasing buffer
Ram Amrani
1
-6
/
+6
2017-02-21
qed: Release CQ resource under lock on failure
Ram Amrani
1
-0
/
+2
2017-02-21
net: ethernet: aquantia: Copying tx buffers is not needed.
Pavel Belous
3
-95
/
+97
2017-02-21
net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 p...
Pavel Belous
1
-1
/
+3
2017-02-21
net: ethernet: aquantia: Fixed incorrect buff->len calculation.
Pavel Belous
2
-4
/
+4
2017-02-21
net: ethernet: aquantia: Call netdev_register after all initialized.
Pavel Belous
2
-6
/
+5
2017-02-21
net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc.
Pavel Belous
1
-3
/
+4
2017-02-21
net: ethernet: aquantia: Using NETDEV_TX_OK instead 0.
Pavel Belous
1
-1
/
+1
2017-02-21
net: ethernet: aquantia: Fixed missing rtnl_unlock.
Pavel Belous
1
-2
/
+3
2017-02-21
net: ethernet: aquantia: Superfluous initialization of "err".
Pavel Belous
1
-7
/
+1
2017-02-21
net: ethernet: aquantia: Using module_pci_driver.
Pavel Belous
1
-19
/
+1
[prev]
[next]