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
2015-05-25
net: make skb_splice_bits more configureable
Hannes Frederic Sowa
1
-2
/
+9
2015-05-25
net: skbuff: add skb_append_pagefrags and use it
Hannes Frederic Sowa
1
-0
/
+3
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-14
/
+37
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-0
/
+22
2015-05-23
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+0
2015-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+1
2015-05-22
tcp: fix a potential deadlock in tcp_get_info()
Eric Dumazet
1
-0
/
+2
2015-05-22
tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info
Marcelo Ricardo Leitner
1
-1
/
+6
2015-05-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2015-05-22
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+0
2015-05-22
bpf: allow bpf programs to tail-call other bpf programs
Alexei Starovoitov
2
-1
/
+23
2015-05-20
Revert "netfilter: bridge: query conntrack about skb dnat"
Florian Westphal
1
-0
/
+1
2015-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-29
/
+13
2015-05-17
net: fix two sparse errors
Eric Dumazet
1
-6
/
+5
2015-05-17
Merge tag 'tty-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2015-05-17
rhashtable: Add cap on number of elements in hash table
Herbert Xu
1
-0
/
+19
2015-05-15
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+4
2015-05-15
netfilter: x_tables: add context to know if extension runs from nft_compat
Pablo Neira Ayuso
1
-0
/
+2
2015-05-15
mdio-gpio: Propagate mii_bus.phy_ignore_ta_mask
Bert Vermeulen
1
-1
/
+2
2015-05-15
test_bpf: add tests related to BPF_MAXINSNS
Daniel Borkmann
1
-0
/
+8
2015-05-15
uidgid: make uid_valid and gid_valid work with !CONFIG_MULTIUSER
Josh Triplett
1
-2
/
+2
2015-05-15
gfp: add __GFP_NOACCOUNT
Vladimir Davydov
2
-0
/
+6
2015-05-14
net: phy: Add phy_ignore_ta_mask to account for broken turn-around
Florian Fainelli
1
-0
/
+3
2015-05-14
netfilter: ipset: deinline ip_set_put_extensions()
Denys Vlasenko
1
-22
/
+2
2015-05-14
netfilter: bridge: neigh_head and physoutdev can't be used at same time
Florian Westphal
1
-3
/
+5
2015-05-14
netfilter: add netfilter ingress hook after handle_ing() under unique static key
Pablo Neira
3
-0
/
+45
2015-05-14
net: add CONFIG_NET_INGRESS to enable ingress filtering
Pablo Neira
1
-1
/
+1
2015-05-14
netfilter: add nf_hook_list_active()
Pablo Neira
1
-5
/
+12
2015-05-14
netfilter: add hook list to nf_hook_state
Pablo Neira
1
-2
/
+5
2015-05-14
netfilter: cleanup struct nf_hook_ops indentation
Pablo Neira
1
-7
/
+7
2015-05-13
net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unset
Pablo Neira
1
-8
/
+0
2015-05-13
flow_dissect: use programable dissector in skb_flow_dissect and friends
Jiri Pirko
1
-2
/
+2
2015-05-13
net: move __skb_tx_hash to dev.c
Jiri Pirko
2
-3
/
+3
2015-05-13
net: move __skb_get_hash function declaration to flow_dissector.h
Jiri Pirko
1
-1
/
+0
2015-05-13
net: move *skb_get_poff declarations into correct header
Jiri Pirko
1
-4
/
+0
2015-05-13
net: change name of flow_dissector header to match the .c file name
Jiri Pirko
1
-1
/
+1
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-14
/
+36
2015-05-13
netfilter: ipset: Fix ext_*() macros
Sergey Popovich
1
-4
/
+4
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-3
/
+8
2015-05-13
net: Remove remaining remnants of pm_qos from netdevice.h
David Ahern
1
-3
/
+0
2015-05-13
test_bpf: add 173 new testcases for eBPF
Michael Holzheu
1
-0
/
+10
2015-05-13
net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...
Denys Vlasenko
1
-13
/
+1
2015-05-13
switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag
Scott Feldman
1
-4
/
+1
2015-05-13
switchdev: s/swdev_/switchdev_/
Jiri Pirko
1
-1
/
+1
2015-05-13
block: remove export for blk_queue_bio
Mike Snitzer
1
-2
/
+0
2015-05-12
net: Add skb_free_frag to replace use of put_page in freeing skb->head
Alexander Duyck
1
-0
/
+5
2015-05-12
mm/net: Rename and move page fragment handling from net/ to mm/
Alexander Duyck
3
-3
/
+23
2015-05-12
net: Store virtual address instead of page in netdev_alloc_cache
Alexander Duyck
1
-3
/
+2
2015-05-12
HID: hid-sensor-hub: Fix debug lock warning
Srinivas Pandruvada
1
-2
/
+2
2015-05-11
Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+10
[next]