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
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
/
core.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-18
tipc: simplify the finalize work queue
Xin Long
1
-7
/
+1
2021-05-18
tipc: wait and exit until all work queues are done
Xin Long
1
-0
/
+2
2020-11-28
tipc: make node number calculation reproducible
Jon Maloy
1
-0
/
+12
2020-10-30
tipc: remove dead code in tipc_net and relatives
Hoang Huu Le
1
-3
/
+0
2020-09-07
tipc: fix a deadlock when flushing scheduled work
Hoang Huu Le
1
-0
/
+8
2019-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+6
2019-11-15
tipc: add back tipc prefix to log messages
Matt Bennett
1
-0
/
+6
2019-11-09
tipc: introduce TIPC encryption & authentication
Tuong Lien
1
-0
/
+8
2019-10-30
tipc: improve throughput between nodes in netns
Hoang Le
1
-0
/
+6
2019-08-09
tipc: add loopback device tracking
John Rutherford
1
-0
/
+3
2019-03-19
tipc: introduce new capability flag for cluster
Hoang Le
1
-0
/
+3
2018-04-01
tipc: replace name table service range array with rb tree
Jon Maloy
1
-0
/
+1
2018-03-23
tipc: handle collisions of 32-bit node address hash values
Jon Maloy
1
-0
/
+2
2018-03-23
tipc: add 128-bit node identifier
Jon Maloy
1
-1
/
+5
2018-03-23
tipc: allow closest-first lookup algorithm when legacy address is configured
Jon Maloy
1
-1
/
+2
2018-03-18
tipc: remove zone publication list in name table
Jon Maloy
1
-0
/
+5
2018-02-16
tipc: rename tipc_server to tipc_topsrv
Jon Maloy
1
-3
/
+3
2018-01-09
net: tipc: remove unused hardirq.h
Yang Shi
1
-1
/
+0
2017-10-13
tipc: add ability to order and receive topology events in driver
Jon Maloy
1
-0
/
+5
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
1
-1
/
+1
2016-06-16
tipc: add neighbor monitoring framework
Jon Paul Maloy
1
-2
/
+13
2016-04-11
tipc: make dist queue pernet
Erik Hugne
1
-0
/
+3
2015-11-20
tipc: reduce code dependency between binding table and node layer
Jon Paul Maloy
1
-0
/
+5
2015-10-24
tipc: clean up unused code and structures
Jon Paul Maloy
1
-2
/
+0
2015-10-24
tipc: let broadcast packet reception use new link receive function
Jon Paul Maloy
1
-0
/
+5
2015-10-24
tipc: move broadcast link lock to struct tipc_net
Jon Paul Maloy
1
-0
/
+1
2015-10-24
tipc: move bcast definitions to bcast.c
Jon Paul Maloy
1
-2
/
+2
2015-07-31
tipc: clean up link creation
Jon Paul Maloy
1
-0
/
+5
2015-07-21
tipc: reduce locking scope during packet reception
Jon Paul Maloy
1
-0
/
+5
2015-05-14
tipc: simplify packet sequence number handling
Jon Paul Maloy
1
-0
/
+20
2015-05-14
tipc: simplify include dependencies
Jon Paul Maloy
1
-7
/
+10
2015-02-10
tipc: remove tipc_snprintf
Richard Alpe
1
-2
/
+0
2015-02-10
tipc: move and rename the legacy nl api to "nl compat"
Richard Alpe
1
-1
/
+0
2015-01-13
tipc: make tipc random value aware of net namespace
Ying Xue
1
-5
/
+1
2015-01-13
tipc: make subscriber server support net namespace
Ying Xue
1
-0
/
+4
2015-01-13
tipc: make tipc node address support net namespace
Ying Xue
1
-4
/
+1
2015-01-13
tipc: name tipc name table support net namespace
Ying Xue
1
-0
/
+4
2015-01-13
tipc: make tipc socket support net namespace
Ying Xue
1
-0
/
+4
2015-01-13
tipc: make tipc broadcast link support net namespace
Ying Xue
1
-0
/
+10
2015-01-13
tipc: make bearer list support net namespace
Ying Xue
1
-0
/
+4
2015-01-13
tipc: make tipc node table aware of net namespace
Ying Xue
1
-0
/
+9
2015-01-13
tipc: involve namespace infrastructure
Ying Xue
1
-0
/
+5
2015-01-13
tipc: cleanup core.c and core.h files
Ying Xue
1
-53
/
+0
2015-01-13
tipc: remove unnecessary wrapper functions of kernel timer APIs
Ying Xue
1
-67
/
+0
2015-01-09
tipc: convert tipc reference table to use generic rhashtable
Ying Xue
1
-3
/
+0
2014-11-26
tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED
Ying Xue
1
-0
/
+1
2014-11-21
tipc: add bearer disable/enable to new netlink api
Richard Alpe
1
-0
/
+1
2014-09-02
tipc: add name distributor resiliency queue
Erik Hugne
1
-0
/
+1
2014-08-23
tipc: use pseudo message to wake up sockets after link congestion
Jon Paul Maloy
1
-1
/
+4
2014-05-14
tipc: improve and extend media address conversion functions
Jon Paul Maloy
1
-0
/
+1
[next]