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
/
tipc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-18
tipc: some name changes
Jon Maloy
5
-103
/
+106
2018-03-18
tipc: merge two lists in struct publication
Jon Maloy
2
-13
/
+12
2018-03-18
tipc: remove zone_list member in struct publication
Jon Maloy
2
-76
/
+30
2018-03-18
tipc: remove zone publication list in name table
Jon Maloy
4
-26
/
+29
2018-03-18
tipc: obsolete TIPC_ZONE_SCOPE
Jon Maloy
6
-40
/
+23
2018-03-13
net: Convert tipc_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-07
tipc: bcast: use true and false for boolean values
Gustavo A. R. Silva
1
-1
/
+1
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+2
2018-02-27
tipc: correct initial value for group congestion flag
Jon Maloy
2
-0
/
+2
2018-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-54
/
+91
2018-02-19
tipc: don't call sock_release() in atomic context
Paolo Abeni
1
-1
/
+1
2018-02-19
tipc: fix bug on error path in tipc_topsrv_kern_subscr()
Jon Maloy
1
-3
/
+4
2018-02-16
tipc: rename tipc_server to tipc_topsrv
Jon Maloy
7
-259
/
+258
2018-02-16
tipc: separate topology server listener socket from subcsriber sockets
Jon Maloy
1
-181
/
+147
2018-02-16
tipc: make struct tipc_server private for server.c
Jon Maloy
5
-128
/
+110
2018-02-16
tipc: some prefix changes
Jon Maloy
4
-56
/
+54
2018-02-16
tipc: collapse subscription creation functions
Jon Maloy
4
-43
/
+22
2018-02-16
tipc: simplify endianness handling in topology subscriber
Jon Maloy
5
-102
/
+86
2018-02-16
tipc: simplify interaction between subscription and topology connection
Jon Maloy
5
-149
/
+88
2018-02-16
tipc: eliminate struct tipc_subscriber
Jon Maloy
4
-207
/
+146
2018-02-16
tipc: remove unnecessary function pointers
Jon Maloy
4
-37
/
+20
2018-02-16
tipc: remove redundant code in topology server
Jon Maloy
3
-35
/
+9
2018-02-14
tipc: apply bearer link tolerance on running links
Jon Maloy
4
-4
/
+32
2018-02-14
tipc: Fix missing RTNL lock protection during setting link properties
Ying Xue
1
-6
/
+8
2018-02-14
tipc: Introduce __tipc_nl_net_set
Ying Xue
2
-3
/
+13
2018-02-14
tipc: Introduce __tipc_nl_media_set
Ying Xue
2
-9
/
+15
2018-02-14
tipc: Introduce __tipc_nl_bearer_set
Ying Xue
2
-9
/
+15
2018-02-14
tipc: Introduce __tipc_nl_bearer_enable
Ying Xue
2
-7
/
+11
2018-02-14
tipc: Introduce __tipc_nl_bearer_disable
Ying Xue
2
-6
/
+14
2018-02-14
tipc: Refactor __tipc_nl_compat_doit
Ying Xue
1
-14
/
+15
2018-02-12
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
1
-3
/
+2
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-11
/
+11
2018-02-08
tipc: fix skb truesize/datasize ratio control
Hoang Le
1
-2
/
+2
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
14
-333
/
+423
2018-01-31
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2018-01-19
tipc: fix race between poll() and setsockopt()
Jon Maloy
3
-17
/
+13
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+14
2018-01-16
tipc: fix race condition at topology server receive
Jon Maloy
3
-46
/
+51
2018-01-15
tipc: fix bug during lookup of multicast destination nodes
Jon Maloy
3
-8
/
+4
2018-01-15
tipc: fix a memory leak in tipc_nl_node_get_link()
Cong Wang
1
-12
/
+14
2018-01-15
tipc: fix a potental access after delete in tipc_sk_join()
Jon Maloy
1
-0
/
+1
2018-01-09
tipc: improve poll() for group member socket
Jon Maloy
3
-33
/
+41
2018-01-09
tipc: improve groupcast scope handling
Jon Maloy
8
-71
/
+96
2018-01-09
tipc: add option to suppress PUBLISH events for pre-existing publications
Jon Maloy
6
-15
/
+21
2018-01-09
tipc: send out join messages as soon as new member is discovered
Jon Maloy
4
-42
/
+68
2018-01-09
tipc: simplify group LEAVE sequence
Jon Maloy
1
-31
/
+9
2018-01-09
tipc: create group member event messages when they are needed
Jon Maloy
3
-44
/
+56
2018-01-09
tipc: adjustment to group member FSM
Jon Maloy
1
-3
/
+2
2018-01-09
tipc: let group member stay in JOINED mode if unable to reclaim
Jon Maloy
1
-12
/
+22
[next]