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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-22
net: introduce reciprocal_scale helper and convert users
Daniel Borkmann
1
-0
/
+19
2014-01-22
random32: add prandom_u32_max and convert open coded users
Daniel Borkmann
1
-1
/
+17
2014-01-22
net: filter: let bpf_tell_extensions return SKF_AD_MAX
Daniel Borkmann
1
-7
/
+1
2014-01-22
net: Add GRO support for UDP encapsulating protocols
Or Gerlitz
1
-1
/
+9
2014-01-22
stmmac: Fix kernel crashes for jumbo frames
Vince Bridgers
1
-0
/
+1
2014-01-20
net: stmmac: Use driver data and callbacks tied with compatible strings
Chen-Yu Tsai
1
-0
/
+18
2014-01-20
net: stmmac: Allocate and pass soc/board specific data to callbacks
Chen-Yu Tsai
1
-2
/
+4
2014-01-20
sctp: fix missing SCTP mailing list address update
Jean Sacren
1
-1
/
+1
2014-01-20
ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams
Hannes Frederic Sowa
1
-0
/
+3
2014-01-20
ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GET
Florent Fourcot
1
-0
/
+1
2014-01-19
net: introduce SO_BPF_EXTENSIONS
Michal Sekletar
1
-0
/
+11
2014-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-9
/
+22
2014-01-18
bonding: add netlink attributes to slave link dev
sfeldma@cumulusnetworks.com
1
-0
/
+5
2014-01-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+2
2014-01-17
net-sysfs: add support for device-specific rx queue sysfs attributes
Michael Dalton
1
-4
/
+31
2014-01-17
net: add NETDEV_PRECHANGEMTU to notify before mtu change happens
Veaceslav Falico
1
-1
/
+2
2014-01-17
net: Add skb_get_hash_raw
Tom Herbert
1
-0
/
+5
2014-01-17
net: stmmac: support max-speed device tree property
Srinivas Kandagatla
1
-0
/
+1
2014-01-16
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-8
/
+19
2014-01-16
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2014-01-16
etherdevice: Use ether_addr_copy to copy an Ethernet address
Joe Perches
1
-1
/
+23
2014-01-16
net: rename sysfs symlinks on device name change
Veaceslav Falico
1
-0
/
+1
2014-01-15
crash_dump: fix compilation error (on MIPS at least)
Qais Yousef
1
-0
/
+2
2014-01-15
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
1
-3
/
+0
2014-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+8
2014-01-15
net: add skb_checksum_setup
Paul Durrant
1
-0
/
+2
2014-01-14
i2c: Re-instate body of i2c_parent_is_i2c_adapter()
Stephen Warren
1
-1
/
+1
2014-01-14
phylib: Add of_phy_attach
Andy Fleming
1
-0
/
+10
2014-01-14
phylib: Support attaching to generic 10g driver
Andy Fleming
1
-0
/
+2
2014-01-14
phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHY
Andy Fleming
1
-0
/
+1
2014-01-14
phylib: Add Clause 45 read/write functions
Andy Fleming
1
-0
/
+39
2014-01-13
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-0
/
+2
2014-01-12
seqlock: Use raw_ prefix instead of _no_lockdep
John Stultz
1
-8
/
+19
2014-01-10
ieee80211: add definition for SMS4 key len
Avinash Patil
1
-0
/
+1
2014-01-10
net: core: explicitly select a txq before doing l2 forwarding
Jason Wang
1
-4
/
+8
2014-01-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+9
2014-01-10
ieee80211: add definition for TDLS wide band extended capability
Avinash Patil
1
-0
/
+1
2014-01-08
net: skbuff: const-ify casts in skb_queue_* functions
Daniel Borkmann
1
-3
/
+3
2014-01-08
net-gre-gro: Add GRE support to the GRO stack
Jerry Chu
1
-1
/
+17
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
1
-0
/
+3
2014-01-07
net: Export skb_zerocopy() to zerocopy from one skb to another
Thomas Graf
1
-0
/
+3
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-7
/
+109
2014-01-07
tcp: out_of_order_queue do not use its lock
Eric Dumazet
1
-1
/
+4
2014-01-07
mmc: add SDIO identifiers for Broadcom WLAN devices
Arend van Spriel
1
-0
/
+9
2014-01-06
8021q: make vlan_pcpu_stats visible without CONFIG_VLAN_8021Q
Hannes Frederic Sowa
1
-19
/
+19
2014-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-4
/
+3
2014-01-05
bcma: export bcma_find_core_unit()
Hauke Mehrtens
1
-1
/
+8
2014-01-05
macvlan: unify macvlan_pcpu_stats and vlan_pcpu_stats
Li RongQing
1
-24
/
+3
2014-01-05
net: unify the pcpu_tstats and br_cpu_netstats as one
Li RongQing
2
-10
/
+10
2014-01-05
phylib: make phy_scan_fixups() static
Sergei Shtylyov
1
-1
/
+0
[next]