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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-15
net: tcp_memcontrol: simplify linkage between socket and page counter
Johannes Weiner
5
-97
/
+36
2016-01-15
net: tcp_memcontrol: sanitize tcp memory accounting callbacks
Johannes Weiner
2
-12
/
+21
2016-01-15
net: tcp_memcontrol: simplify the per-memcg limit access
Johannes Weiner
1
-8
/
+0
2016-01-15
net: tcp_memcontrol: remove dead per-memcg count of allocated sockets
Johannes Weiner
1
-3
/
+0
2016-01-15
net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label
Johannes Weiner
3
-9
/
+7
2016-01-15
memcg: do not allow to disable tcp accounting after limit is set
Vladimir Davydov
1
-12
/
+5
2016-01-15
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
2
-2
/
+2
2016-01-13
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
2
-6
/
+14
2016-01-13
genetlink: Fix off-by-one in genl_allocate_reserve_groups()
David S. Miller
1
-1
/
+1
2016-01-13
batman-adv: Fix list removal of batadv_hardif_neigh_node
Sven Eckelmann
1
-6
/
+12
2016-01-13
batman-adv: fix lockdep splat when doing mcast_free
Simon Wunderlich
1
-0
/
+2
2016-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
267
-6628
/
+11042
2016-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
270
-6640
/
+11102
2016-01-13
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-28
/
+12
2016-01-13
net: bpf: reject invalid shifts
Rabin Vincent
1
-0
/
+5
2016-01-13
net: netlink: Fix multicast group storage allocation for families with more t...
Matti Vaittinen
1
-1
/
+1
2016-01-12
net: bpf: reject invalid shifts
Rabin Vincent
1
-0
/
+5
2016-01-12
phonet: properly unshare skbs in phonet_rcv()
Eric Dumazet
1
-0
/
+4
2016-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
14
-40
/
+67
2016-01-12
udp: disallow UFO for sockets with SO_NO_CHECK option
Michal Kubeček
2
-2
/
+2
2016-01-12
net: pktgen: fix null ptr deref in skb allocation
John Fastabend
1
-1
/
+3
2016-01-12
bpf: support ipv6 for bpf_skb_{set,get}_tunnel_key
Daniel Borkmann
1
-7
/
+62
2016-01-12
bpf: export helper function flags and reject invalid ones
Daniel Borkmann
1
-14
/
+23
2016-01-12
sched,cls_flower: set key address type when present
Jamal Hadi Salim
1
-2
/
+8
2016-01-12
tcp_yeah: don't set ssthresh below 2
Neal Cardwell
1
-1
/
+1
2016-01-12
sctp: fix use-after-free in pr_debug statement
Marcelo Ricardo Leitner
2
-18
/
+10
2016-01-11
net/rtnetlink: remove unused sz_idx variable
Alexander Kuleshov
1
-2
/
+1
2016-01-11
unix: properly account for FDs passed over unix sockets
willy tarreau
2
-9
/
+28
2016-01-11
openvswitch: update kernel doc for struct vport
Jean Sacren
1
-1
/
+2
2016-01-11
openvswitch: fix struct geneve_port member name
Jean Sacren
1
-3
/
+3
2016-01-11
openvswitch: clean up unused function
Jean Sacren
1
-20
/
+0
2016-01-11
ipv6: tcp: add rcu locking in tcp_v6_send_synack()
Eric Dumazet
1
-0
/
+2
2016-01-11
net: add scheduling point in recvmmsg/sendmmsg
Eric Dumazet
1
-0
/
+2
2016-01-11
ipv6: always add flag an address that failed DAD with DADFAILED
Lubomir Rintel
1
-2
/
+3
2016-01-11
net, sched: add clsact qdisc
Daniel Borkmann
5
-15
/
+174
2016-01-11
net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
Sasha Levin
1
-1
/
+1
2016-01-11
bpf: add skb_postpush_rcsum and fix dev_forward_skb occasions
Daniel Borkmann
1
-4
/
+13
2016-01-11
net, sched: add skb_at_tc_ingress helper
Daniel Borkmann
1
-5
/
+1
2016-01-11
ipv4: Namespecify the tcp_keepalive_intvl sysctl knob
Nikolay Borisov
3
-8
/
+8
2016-01-11
ipv4: Namespecify tcp_keepalive_probes sysctl knob
Nikolay Borisov
3
-8
/
+8
2016-01-11
ipv4: Namespaceify tcp_keepalive_time sysctl knob
Nikolay Borisov
3
-8
/
+9
2016-01-11
udp: restrict offloads to one namespace
Hannes Frederic Sowa
2
-4
/
+8
2016-01-11
bridge: Reflect MDB entries to hardware
Elad Raz
1
-0
/
+23
2016-01-11
switchdev: Adding MDB entry offload
Elad Raz
1
-0
/
+2
2016-01-09
batman-adv: Add kerneldoc for batadv_neigh_node::refcount
Sven Eckelmann
1
-0
/
+1
2016-01-09
batman-adv: Remove kerneldoc for missing struct members
Sven Eckelmann
1
-4
/
+0
2016-01-09
batman-adv: Fix kerneldoc member names in for main structs
Sven Eckelmann
1
-6
/
+6
2016-01-09
batman-adv: Fix kernel-doc parsing of main structs
Sven Eckelmann
1
-5
/
+10
2016-01-09
batman-adv: Split a condition check
Markus Elfring
1
-1
/
+4
2016-01-09
batman-adv: Delete an unnecessary check before the function call "batadv_soft...
Markus Elfring
1
-2
/
+1
[prev]
[next]