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
2014-12-10
rocker: remove swdev mode
Roopa Prabhu
1
-2
/
+8
2014-12-10
Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
49
-960
/
+4823
2014-12-10
net: avoid to call skb_queue_len again
Li RongQing
1
-1
/
+1
2014-12-10
Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can...
David S. Miller
4
-18
/
+11
2014-12-10
tcp: refine TSO autosizing
Eric Dumazet
2
-57
/
+62
2014-12-10
skb_copy_datagram_iovec() can die
Al Viro
1
-84
/
+0
2014-12-10
switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives
Al Viro
1
-35
/
+19
2014-12-10
first fruits - kill l2cap ->memcpy_fromiovec()
Al Viro
5
-19
/
+6
2014-12-10
put iov_iter into msghdr
Al Viro
23
-73
/
+59
2014-12-10
vmci: propagate msghdr all way down to __qp_memcpy_from_queue()
Al Viro
1
-2
/
+2
2014-12-10
switch l2cap ->memcpy_fromiovec() to msghdr
Al Viro
2
-4
/
+4
2014-12-10
switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)
Al Viro
2
-5
/
+4
2014-12-10
ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
Al Viro
6
-9
/
+9
2014-12-10
ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_...
Al Viro
1
-56
/
+56
2014-12-10
raw.c: stick msghdr into raw_frag_vec
Al Viro
1
-4
/
+4
2014-12-10
dst: no need to take reference on DST_NOCACHE dsts
Hannes Frederic Sowa
2
-26
/
+2
2014-12-10
openvswitch: set correct protocol on route lookup
Jiri Benc
1
-1
/
+1
2014-12-09
net: sched: cls_basic: fix error path in basic_change()
Jiri Pirko
1
-3
/
+2
2014-12-09
net/socket.c : introduce helper function do_sock_sendmsg to replace reduplica...
Gu Zheng
1
-12
/
+10
2014-12-09
tcp_cubic: refine Hystart delay threshold
Eric Dumazet
1
-1
/
+1
2014-12-09
tcp_cubic: add SNMP counters to track how effective is Hystart
Eric Dumazet
2
-9
/
+26
2014-12-09
net: sched: cls: remove unused op put from tcf_proto_ops
Jiri Pirko
9
-48
/
+0
2014-12-09
tipc: fix missing spinlock init and nullptr oops
Erik Hugne
1
-3
/
+6
2014-12-09
net: avoid two atomic operations in fast clones
Eric Dumazet
1
-17
/
+18
2014-12-09
Update old iproute2 and Xen Remus links
Andrew Shewmaker
1
-3
/
+4
2014-12-09
rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()
Mahesh Bandewar
2
-7
/
+30
2014-12-09
tipc: drop tx side permission checks
Erik Hugne
1
-37
/
+1
2014-12-09
net: sctp: use MAX_HEADER for headroom reserve in output path
Daniel Borkmann
1
-2
/
+2
2014-12-09
ipv6: remove useless spin_lock/spin_unlock
Duan Jiong
1
-5
/
+1
2014-12-09
af_packet: virtio 1.0 stubs
Michael S. Tsirkin
1
-13
/
+22
2014-12-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-27
/
+54
2014-12-09
ethtool: Support for configurable RSS hash function
Eyal Perry
1
-32
/
+37
2014-12-09
net_sched: cls_cgroup: remove unnecessary if
Jiri Pirko
1
-5
/
+1
2014-12-09
net_sched: cls_flow: remove duplicate assignments
Jiri Pirko
1
-3
/
+0
2014-12-09
net_sched: cls_flow: remove faulty use of list_for_each_entry_rcu
Jiri Pirko
1
-2
/
+2
2014-12-09
net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcu
Jiri Pirko
1
-2
/
+2
2014-12-09
net_sched: cls_bpf: remove unnecessary iteration and use passed arg
Jiri Pirko
1
-12
/
+5
2014-12-09
net_sched: cls_basic: remove unnecessary iteration and use passed arg
Jiri Pirko
1
-11
/
+5
2014-12-09
tipc: convert name table read-write lock to RCU
Ying Xue
3
-59
/
+60
2014-12-09
tipc: remove unnecessary INIT_LIST_HEAD
Ying Xue
2
-3
/
+0
2014-12-09
tipc: simplify relationship between name table lock and node lock
Ying Xue
1
-9
/
+10
2014-12-09
tipc: any name table member must be protected under name table lock
Ying Xue
1
-1
/
+2
2014-12-09
tipc: ensure all name sequences are properly protected with its lock
Ying Xue
1
-21
/
+27
2014-12-09
tipc: ensure all name sequences are released when name table is stopped
Ying Xue
1
-4
/
+3
2014-12-09
tipc: make name table allocated dynamically
Ying Xue
3
-65
/
+55
2014-12-09
tipc: remove size variable from publ_list struct
Ying Xue
1
-12
/
+7
2014-12-09
Merge branch 'iov_iter' into for-next
Al Viro
91
-561
/
+1219
2014-12-09
udp: Neaten and reduce size of compute_score functions
Joe Perches
2
-99
/
+125
2014-12-09
net-timestamp: allow reading recv cmsg on errqueue with origin tstamp
Willem de Bruijn
2
-4
/
+39
2014-12-09
ipv4: warn once on passing AF_INET6 socket to ip_recv_error
Willem de Bruijn
1
-0
/
+2
[prev]
[next]