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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-03
tcp: Add l3index to tcp_md5sig_key and md5 functions
David Ahern
3
-51
/
+113
2020-01-03
ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hash
David Ahern
1
-5
/
+8
2020-01-03
ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hash
David Ahern
1
-6
/
+9
2020-01-03
ipv4/tcp: Use local variable for tcp_md5_addr
David Ahern
1
-17
/
+26
2020-01-03
vxlan: Fix alignment and code style of vxlan.c
Niu Xilei
1
-10
/
+11
2020-01-03
Merge branch 'mlxsw-Allow-setting-default-port-priority'
David S. Miller
4
-0
/
+249
2020-01-03
selftests: mlxsw: Add a self-test for port-default priority
Petr Machata
2
-0
/
+199
2020-01-03
mlxsw: spectrum_dcb: Allow setting default port priority
Petr Machata
1
-0
/
+17
2020-01-03
mlxsw: reg: Add QoS Port DSCP to Priority Mapping Register
Petr Machata
1
-0
/
+33
2020-01-03
Merge branch 'page_pool-NUMA-node-handling-fixes'
David S. Miller
1
-19
/
+70
2020-01-03
page_pool: help compiler remove code in case CONFIG_NUMA=n
Jesper Dangaard Brouer
1
-0
/
+9
2020-01-03
page_pool: handle page recycle for NUMA_NO_NODE condition
Jesper Dangaard Brouer
1
-19
/
+61
2020-01-01
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
8
-46
/
+322
2020-01-01
igc: Remove serdes comments from a description of methods
Sasha Neftin
1
-2
/
+2
2020-01-01
e1000e: Use netdev_info instead of pr_info for link messages
Alexander Duyck
1
-8
/
+9
2020-01-01
igc: Add legacy power management support
Sasha Neftin
4
-0
/
+246
2020-01-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
152
-1106
/
+1468
2019-12-31
igc: Add 64 bit DMA access support
Sasha Neftin
1
-0
/
+3
2019-12-31
igc: Fix parameter descriptions for a several functions
Sasha Neftin
1
-3
/
+7
2019-12-31
igc: Fix the parameter description for igc_alloc_rx_buffers
Sasha Neftin
1
-1
/
+2
2019-12-31
igc: Remove excess parameter description from igc_is_non_eop
Sasha Neftin
1
-1
/
+0
2019-12-31
igc: Prefer to use the pci_release_mem_regions method
Sasha Neftin
1
-2
/
+1
2019-12-31
igc: Improve the DMA mapping flow
Sasha Neftin
1
-15
/
+9
2019-12-31
igc: Add scatter gather support
Sasha Neftin
1
-0
/
+1
2019-12-31
igb: dont drop packets if rx flow control is enabled
Robert Beckett
3
-14
/
+42
2019-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
80
-489
/
+600
2019-12-31
Merge tag 'tomoyo-fixes-for-5.5' of git://git.osdn.net/gitroot/tomoyo/tomoyo-...
Linus Torvalds
5
-44
/
+27
2019-12-31
hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()
Taehee Yoo
1
-1
/
+2
2019-12-31
net/sched: add delete_empty() to filters and use it in cls_flower
Davide Caratti
4
-51
/
+22
2019-12-31
net/ncsi: Fix gma flag setting after response
Vijay Khemka
2
-3
/
+6
2019-12-31
sctp: add enabled check for path tracepoint loop.
Kevin Kou
1
-2
/
+3
2019-12-31
Merge branch 'Improvements-to-SJA1105-DSA-RX-timestamping'
David S. Miller
5
-20
/
+34
2019-12-31
net: dsa: sja1105: Empty the RX timestamping queue on PTP settings change
Vladimir Oltean
1
-0
/
+3
2019-12-31
net: dsa: sja1105: Use PTP core's dedicated kernel thread for RX timestamping
Vladimir Oltean
3
-20
/
+16
2019-12-31
ptp: introduce ptp_cancel_worker_sync
Vladimir Oltean
2
-0
/
+15
2019-12-31
tcp: Fix highest_sack and highest_sack_seq
Cambda Zhu
1
-0
/
+3
2019-12-31
ptp: fix the race between the release of ptp_clock and cdev
Vladis Dronov
4
-44
/
+39
2019-12-31
net: dsa: sja1105: Reconcile the meaning of TPID and TPID2 for E/T and P/Q/R/S
Vladimir Oltean
2
-6
/
+9
2019-12-31
Documentation: net: dsa: sja1105: Remove text about taprio base-time limitation
Vladimir Oltean
1
-6
/
+0
2019-12-31
net: dsa: sja1105: Remove restriction of zero base-time for taprio offload
Vladimir Oltean
1
-5
/
+0
2019-12-31
net: dsa: sja1105: Really make the PTP command read-write
Vladimir Oltean
1
-1
/
+1
2019-12-31
net: dsa: sja1105: Take PTP egress timestamp by port, not mgmt slot
Vladimir Oltean
2
-3
/
+3
2019-12-31
sfc: avoid duplicate error handling code in 'efx_ef10_sriov_set_vf_mac()'
Christophe JAILLET
1
-3
/
+2
2019-12-31
tcp_cubic: refactor code to perform a divide only when needed
Eric Dumazet
1
-23
/
+28
2019-12-31
cxgb4/cxgb4vf: fix flow control display for auto negotiation
Rahul Lakkireddy
6
-19
/
+30
2019-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
7
-144
/
+357
2019-12-30
Linux 5.5-rc4
Linus Torvalds
1
-1
/
+1
2019-12-29
Merge branch 'mlxsw-fixes'
David S. Miller
3
-2
/
+11
2019-12-29
mlxsw: spectrum: Use dedicated policer for VRRP packets
Ido Schimmel
2
-2
/
+8
2019-12-29
mlxsw: spectrum_router: Skip loopback RIFs during MAC validation
Amit Cohen
1
-0
/
+3
[next]