index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
tipc
/
subscr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tipc:subscr.c: fix a spelling mistake
gushengxian
2021-06-10
1
-1
/
+1
*
tipc: add host-endian copy of user subscription to struct tipc_subscription
Jon Maloy
2021-03-17
1
-21
/
+24
*
tipc: simplify api between binding table and topology server
Jon Maloy
2021-03-17
1
-28
/
+31
*
net/tipc: fix all function Return: notation
Randy Dunlap
2020-12-01
1
-1
/
+1
*
net/tipc: fix various kernel-doc warnings
Randy Dunlap
2020-12-01
1
-2
/
+4
*
tipc: update address terminology in code
Jon Maloy
2020-11-27
1
-2
/
+3
*
tipc: fix unbalanced reference counter
Jon Maloy
2018-04-12
1
-1
/
+4
*
tipc: Fix missing list initializations in struct tipc_subscription
Jon Maloy
2018-04-04
1
-0
/
+2
*
tipc: rename tipc_server to tipc_topsrv
Jon Maloy
2018-02-16
1
-1
/
+1
*
tipc: make struct tipc_server private for server.c
Jon Maloy
2018-02-16
1
-60
/
+4
*
tipc: some prefix changes
Jon Maloy
2018-02-16
1
-26
/
+26
*
tipc: collapse subscription creation functions
Jon Maloy
2018-02-16
1
-34
/
+12
*
tipc: simplify endianness handling in topology subscriber
Jon Maloy
2018-02-16
1
-52
/
+31
*
tipc: simplify interaction between subscription and topology connection
Jon Maloy
2018-02-16
1
-21
/
+19
*
tipc: eliminate struct tipc_subscriber
Jon Maloy
2018-02-16
1
-143
/
+30
*
tipc: remove unnecessary function pointers
Jon Maloy
2018-02-16
1
-21
/
+6
*
tipc: remove redundant code in topology server
Jon Maloy
2018-02-16
1
-3
/
+1
*
tipc: fix race condition at topology server receive
Jon Maloy
2018-01-16
1
-10
/
+11
*
tipc: improve groupcast scope handling
Jon Maloy
2018-01-09
1
-3
/
+7
*
tipc: add option to suppress PUBLISH events for pre-existing publications
Jon Maloy
2018-01-09
1
-4
/
+6
*
net: tipc: Convert timers to use timer_setup()
Kees Cook
2017-11-01
1
-3
/
+3
*
tipc: fix a race condition of releasing subscriber object
Ying Xue
2017-08-22
1
-0
/
+2
*
tipc: remove subscription references only for pending timers
Parthasarathy Bhuvaragan
2017-08-22
1
-12
/
+7
*
tipc: adjust the policy of holding subscription kref
Ying Xue
2017-03-28
1
-6
/
+2
*
tipc: advance the time of deleting subscription from subscriber->subscrp_list
Ying Xue
2017-03-28
1
-7
/
+2
*
tipc: fix nametbl deadlock at tipc_nametbl_unsubscribe
Ying Xue
2017-03-22
1
-1
/
+6
*
tipc: add subscription refcount to avoid invalid delete
Parthasarathy Bhuvaragan
2017-01-24
1
-54
/
+70
*
tipc: remove an unnecessary NULL check
Dan Carpenter
2016-04-28
1
-2
/
+1
*
tipc: fix a race condition leading to subscriber refcnt bug
Parthasarathy Bhuvaragan
2016-04-14
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-03-08
1
-1
/
+2
|
\
|
*
tipc: fix nullptr crash during subscription cancel
Parthasarathy Bhuvaragan
2016-03-06
1
-1
/
+2
*
|
tipc: donot create timers if subscription timeout = TIPC_WAIT_FOREVER
Parthasarathy Bhuvaragan
2016-02-06
1
-3
/
+11
*
|
tipc: protect tipc_subscrb_get() with subscriber spin lock
Parthasarathy Bhuvaragan
2016-02-06
1
-2
/
+2
*
|
tipc: hold subscriber->lock for tipc_nametbl_subscribe()
Parthasarathy Bhuvaragan
2016-02-06
1
-2
/
+2
*
|
tipc: fix connection abort when receiving invalid cancel request
Parthasarathy Bhuvaragan
2016-02-06
1
-1
/
+2
*
|
tipc: fix connection abort during subscription cancellation
Parthasarathy Bhuvaragan
2016-02-06
1
-19
/
+19
*
|
tipc: introduce tipc_subscrb_subscribe() routine
Parthasarathy Bhuvaragan
2016-02-06
1
-23
/
+31
*
|
tipc: remove struct tipc_name_seq from struct tipc_subscription
Parthasarathy Bhuvaragan
2016-02-06
1
-10
/
+23
*
|
tipc: remove filter and timeout elements from struct tipc_subscription
Parthasarathy Bhuvaragan
2016-02-06
1
-7
/
+8
*
|
tipc: remove incorrect check for subscription timeout value
Parthasarathy Bhuvaragan
2016-02-06
1
-2
/
+1
|
/
*
tipc: fix connection abort during subscription cancel
Parthasarathy Bhuvaragan
2016-01-29
1
-6
/
+5
*
tipc: adjust locking policy of subscription
Ying Xue
2015-05-04
1
-2
/
+4
*
tipc: involve reference counter for subscriber
Ying Xue
2015-05-04
1
-68
/
+52
*
tipc: introduce tipc_subscrb_create routine
Ying Xue
2015-05-04
1
-13
/
+17
*
tipc: rename functions defined in subscr.c
Ying Xue
2015-05-04
1
-64
/
+52
*
tipc: fix nullpointer bug when subscribing to events
Erik Hugne
2015-02-27
1
-19
/
+4
*
tipc: make subscriber server support net namespace
Ying Xue
2015-01-12
1
-43
/
+61
*
tipc: name tipc name table support net namespace
Ying Xue
2015-01-12
1
-6
/
+10
*
tipc: remove unnecessary wrapper functions of kernel timer APIs
Ying Xue
2015-01-12
1
-10
/
+7
*
tipc: remove unnecessary INIT_LIST_HEAD
Ying Xue
2014-12-08
1
-1
/
+0
[next]