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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-10
rtl818x: Remove SKB list assumptions.
David S. Miller
1
-5
/
+8
2018-09-10
can: Remove SKB list assumptions in rx-offload.c
David S. Miller
1
-3
/
+5
2018-09-10
brcmfmac: Use __skb_peek().
David S. Miller
2
-2
/
+2
2018-09-10
staging: rtl8192e: Use __skb_peek().
David S. Miller
1
-1
/
+1
2018-09-10
bnx2fc_fcoe: Use skb_queue_walk_safe().
David S. Miller
1
-5
/
+1
2018-09-10
p54: Use skb_peek_tail() instead of direct head pointer accesses.
David S. Miller
1
-2
/
+2
2018-09-10
lan78xx: Do not access skb_queue_head list pointers directly.
David S. Miller
1
-2
/
+2
2018-09-10
ppp: Remove direct skb_queue_head list pointer access.
David S. Miller
1
-1
/
+1
2018-09-10
infiniband: nes: Use skb_peek_next() and skb_queue_walk().
David S. Miller
1
-5
/
+3
2018-09-10
net/ipv6: Remove rt6i_prefsrc
David Ahern
1
-2
/
+2
2018-09-10
cxgb4: remove redundant assignment to vlan_cmd.dropnovlan_fm
Colin Ian King
1
-1
/
+0
2018-09-08
failover: Fix error return code in net_failover_create
YueHaibing
1
-1
/
+3
2018-09-08
net: stmmac: Enable TC Ops for GMAC >= 4
Jose Abreu
1
-3
/
+3
2018-09-08
i40e(vf): remove i40e_ethtool_stats.h header file
Jacob Keller
4
-444
/
+436
2018-09-08
net: dsa: b53: Fix build with B53_SRAB enabled and not B53_SERDES
Florian Fainelli
2
-0
/
+9
2018-09-08
cxgb4: impose mandatory VLAN usage when non-zero TAG ID
Casey Leedom
2
-0
/
+4
2018-09-08
liquidio: lio_fetch_vf_stats() can be static
kbuild test robot
1
-1
/
+1
2018-09-08
nfp: replace spin_lock_bh with spin_lock in tasklet callback
jun qian
1
-2
/
+2
2018-09-08
freescale: ethernet: remove unnecessary unlikely()
Igor Stoppa
1
-5
/
+3
2018-09-07
bnxt_en: remove set but not used variable 'addr_type'
YueHaibing
1
-15
/
+0
2018-09-07
liquidio CN23XX: Remove set but not used variable 'ring_flag'
YueHaibing
1
-3
/
+1
2018-09-07
liquidio: Add spoof checking on a VF MAC address
Weilin Chang
8
-12
/
+187
2018-09-07
Merge tag 'mlx5e-updates-2018-09-05' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
12
-148
/
+229
2018-09-06
net: dsa: b53: Add SerDes support
Florian Fainelli
7
-0
/
+490
2018-09-06
net: dsa: b53: Add PHYLINK support
Florian Fainelli
2
-0
/
+139
2018-09-06
net: dsa: b53: Add helper to set link parameters
Florian Fainelli
1
-29
/
+60
2018-09-06
net: dsa: b53: Make SRAB driver manage port interrupts
Florian Fainelli
1
-0
/
+105
2018-09-06
net: dsa: b53: Add ability to enable/disable port interrupts
Florian Fainelli
2
-0
/
+11
2018-09-06
qed*: Utilize FW 8.37.7.0
Denis Bolotin
4
-196
/
+361
2018-09-06
net: lan78xx: Make declaration style consistent
Stefan Wahren
1
-7
/
+7
2018-09-06
net: lan78xx: Switch to SPDX identifier
Stefan Wahren
2
-26
/
+2
2018-09-06
net: lan78xx: Drop unnecessary strcpy in lan78xx_probe
Stefan Wahren
1
-1
/
+0
2018-09-06
net: lan78xx: Bail out if lan78xx_get_endpoints fails
Stefan Wahren
1
-0
/
+5
2018-09-06
nfp: separate VXLAN and GRE feature handling
Jakub Kicinski
1
-7
/
+10
2018-09-06
nfp: validate rtsym accesses fall within the symbol
Jakub Kicinski
1
-3
/
+45
2018-09-06
nfp: prefix rtsym error messages with symbol name
Jakub Kicinski
1
-10
/
+11
2018-09-06
nfp: fix readq on absolute RTsyms
Jakub Kicinski
1
-2
/
+4
2018-09-06
failover: Add missing check to validate 'slave_dev' in net_failover_slave_unr...
YueHaibing
1
-0
/
+3
2018-09-06
net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packets
Alaa Hleihel
1
-0
/
+12
2018-09-06
net/mlx5e: Set ECN for received packets using CQE indication
Natali Shechtman
3
-5
/
+35
2018-09-06
net/mlx5e: Replace PTP clock lock from RW lock to seq lock
Shay Agroskin
2
-20
/
+22
2018-09-06
net/mlx5e: Move Q counters allocation and drop RQ to init_rx
Roi Dayan
4
-25
/
+55
2018-09-06
net/mlx5e: Move mlx5e_priv_flags into en_ethtool.c
Kamal Heib
2
-7
/
+7
2018-09-06
net/mlx5: Add flow counters idr
Vlad Buslov
1
-4
/
+33
2018-09-06
net/mlx5: Store flow counters in a list
Vlad Buslov
2
-49
/
+41
2018-09-06
net/mlx5: Add new list to store deleted flow counters
Vlad Buslov
2
-23
/
+13
2018-09-06
net/mlx5: Change flow counters addlist type to single linked list
Vlad Buslov
2
-26
/
+22
2018-09-05
net: lan743x_ptp: make function lan743x_ptp_set_sync_ts_insert() static
YueHaibing
1
-2
/
+2
2018-09-05
net/mlx5e: Make function mlx5i_grp_sw_update_stats() static
Wei Yongjun
1
-1
/
+1
2018-09-05
wireless: align to draft 11ax D3.0
Shaul Triebitz
3
-28
/
+45
[next]