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
2015-02-06
tipc: eliminate race condition at multicast reception
Jon Paul Maloy
8
-59
/
+114
2015-02-06
tipc: simplify socket multicast reception
Jon Paul Maloy
6
-101
/
+84
2015-02-06
tipc: simplify connection abort notifications when links break
Jon Paul Maloy
1
-40
/
+29
2015-02-06
tipc: resolve race problem at unicast message reception
Jon Paul Maloy
11
-241
/
+372
2015-02-06
tipc: use existing sk_write_queue for outgoing packet chain
Jon Paul Maloy
1
-18
/
+13
2015-02-06
tipc: split up function tipc_msg_eval()
Jon Paul Maloy
3
-43
/
+48
2015-02-06
tipc: enqueue arrived buffers in socket in separate function
Jon Paul Maloy
1
-15
/
+31
2015-02-06
tipc: simplify message forwarding and rejection in socket layer
Jon Paul Maloy
1
-62
/
+58
2015-02-06
tipc: reduce usage of context info in socket and link
Jon Paul Maloy
10
-91
/
+98
2015-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
28
-204
/
+274
2015-02-05
sit: fix some __be16/u16 mismatches
Eric Dumazet
1
-4
/
+4
2015-02-05
net: remove some sparse warnings
Eric Dumazet
1
-3
/
+3
2015-02-05
ip6_gre: fix endianness errors in ip6gre_err
Sabrina Dubroca
1
-2
/
+2
2015-02-05
Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are ...
David S. Miller
1
-1
/
+1
2015-02-05
pkt_sched: fq: better control of DDOS traffic
Eric Dumazet
1
-2
/
+17
2015-02-05
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
15
-382
/
+192
2015-02-05
tcp: do not pace pure ack packets
Eric Dumazet
2
-3
/
+17
2015-02-05
netfilter: Use rhashtable walk iterator
Herbert Xu
1
-17
/
+36
2015-02-05
netlink: Use rhashtable walk iterator
Herbert Xu
1
-66
/
+64
2015-02-05
cls_api.c: Fix dumping of non-existing actions' stats.
Ignacy Gawędzki
1
-3
/
+4
2015-02-05
pkt_sched: fq: avoid hang when quantum 0
Kenneth Klette Jonassen
1
-2
/
+8
2015-02-05
net/core: Add event for a change in slave state
Moni Shoua
2
-0
/
+21
2015-02-05
tipc: separate link starting event from link timeout event
Jon Paul Maloy
1
-1
/
+3
2015-02-05
tipc: eliminate race during node creation
Jon Paul Maloy
2
-13
/
+7
2015-02-05
tipc: avoid stale link after aborted failover
Jon Paul Maloy
2
-0
/
+5
2015-02-05
tipc: add reference count to struct tipc_link
Jon Paul Maloy
2
-31
/
+50
2015-02-05
net: rds: use correct size for max unacked packets and bytes
Sasha Levin
1
-2
/
+2
2015-02-05
Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...
David S. Miller
32
-160
/
+1325
2015-02-05
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
9
-165
/
+532
2015-02-05
net: add skb functions to process remote checksum offload
Tom Herbert
1
-16
/
+2
2015-02-05
bridge: Let bridge not age 'externally' learnt FDB entries, they are removed ...
Siva Mannem
1
-1
/
+1
2015-02-05
xps: fix xps for stacked devices
Eric Dumazet
2
-1
/
+10
2015-02-04
ipv6: Select fragment id during UFO segmentation if not set.
Vlad Yasevich
3
-21
/
+44
2015-02-04
net: switch sockets to ->read_iter/->write_iter
Al Viro
1
-29
/
+27
2015-02-04
net/socket.c: fold do_sock_{read,write} into callers
Al Viro
1
-35
/
+21
2015-02-04
net: bury net/core/iovec.c - nothing in there is used anymore
Al Viro
2
-138
/
+1
2015-02-04
tipc: tipc ->sendmsg() conversion
Al Viro
2
-7
/
+14
2015-02-04
net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()
Al Viro
5
-14
/
+12
2015-02-04
ip: convert tcp_sendmsg() to iov_iter primitives
Al Viro
3
-131
/
+115
2015-02-04
ip: stash a pointer to msghdr in struct ping_fakehdr
Al Viro
2
-6
/
+4
2015-02-04
rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...
Al Viro
1
-3
/
+0
2015-02-04
rxrpc: switch rxrpc_send_data() to iov_iter primitives
Al Viro
1
-33
/
+10
2015-02-04
vmci: propagate msghdr all way down to __qp_memcpy_to_queue()
Al Viro
1
-2
/
+1
2015-02-04
ipv6: rawv6_send_hdrinc(): pass msghdr
Al Viro
1
-4
/
+3
2015-02-04
ipv4: raw_send_hdrinc(): pass msghdr
Al Viro
1
-4
/
+3
2015-02-04
netlink: make the check for "send from tx_ring" deterministic
Al Viro
1
-0
/
+5
2015-02-04
netlabel: Less function calls in netlbl_mgmt_add_common() after error detection
Markus Elfring
1
-25
/
+24
2015-02-04
netlabel: Deletion of an unnecessary check before the function call "cipso_v4...
Markus Elfring
1
-2
/
+1
2015-02-04
netlabel: Deletion of an unnecessary check before the function call "cipso_v4...
Markus Elfring
1
-2
/
+1
2015-02-03
net: rfkill: Add Broadcom BCM2E40 bluetooth ACPI ID
Mika Westerberg
1
-0
/
+1
[next]