aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-17tipc: fix use-after-free Read in tipc_named_reinitGravatar Hoang Le 1-2/+1
2021-05-18tipc: simplify the finalize work queueGravatar Xin Long 1-2/+2
2021-05-17tipc: wait and exit until all work queues are doneGravatar Xin Long 1-0/+2
2020-10-30tipc: remove dead code in tipc_net and relativesGravatar Hoang Huu Le 1-2/+0
2020-09-07tipc: fix a deadlock when flushing scheduled workGravatar Hoang Huu Le 1-4/+5
2020-08-27tipc: fix use-after-free in tipc_bcast_get_modeGravatar Hoang Huu Le 1-0/+5
2019-12-06tipc: fix ordering of tipc module init and exit routineGravatar Taehee Yoo 1-14/+15
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-2/+0
2019-11-14tipc: add back tipc prefix to log messagesGravatar Matt Bennett 1-2/+0
2019-11-08tipc: introduce TIPC encryption & authenticationGravatar Tuong Lien 1-0/+14
2019-10-29tipc: improve throughput between nodes in netnsGravatar Hoang Le 1-0/+16
2019-08-08tipc: add loopback device trackingGravatar John Rutherford 1-0/+5
2019-06-22tipc: change to use register_pernet_deviceGravatar Xin Long 1-6/+6
2019-05-20tipc: fix modprobe tipc failed after switch order of device registrationGravatar Junwei Hu 1-6/+12
2019-05-17Revert "tipc: fix modprobe tipc failed after switch order of device registrat...Gravatar David S. Miller 1-7/+7
2019-05-17tipc: fix modprobe tipc failed after switch order of device registrationGravatar Junwei Hu 1-7/+7
2019-05-16tipc: switch order of device registration to fix a crashGravatar Junwei Hu 1-7/+7
2019-03-19tipc: introduce new capability flag for clusterGravatar Hoang Le 1-0/+2
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 1-1/+0
2018-03-23tipc: handle collisions of 32-bit node address hash valuesGravatar Jon Maloy 1-0/+2
2018-03-23tipc: add 128-bit node identifierGravatar Jon Maloy 1-1/+3
2018-03-13net: Convert tipc_net_opsGravatar Kirill Tkhai 1-0/+1
2016-11-18netns: make struct pernet_operations::id unsigned intGravatar Alexey Dobriyan 1-1/+1
2016-06-15tipc: add neighbor monitoring frameworkGravatar Jon Paul Maloy 1-0/+1
2016-05-03tipc: redesign connection-level flow controlGravatar Jon Paul Maloy 1-5/+3
2016-04-11tipc: make dist queue pernetGravatar Erik Hugne 1-0/+1
2015-10-24tipc: create broadcast transmission link at namespace initGravatar Jon Paul Maloy 1-0/+9
2015-05-04tipc: rename functions defined in subscr.cGravatar Ying Xue 1-2/+2
2015-03-31tipc: fix a slab object leakGravatar Ying Xue 1-1/+1
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkGravatar Richard Alpe 1-1/+2
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Gravatar Richard Alpe 1-0/+7
2015-01-12tipc: make tipc random value aware of net namespaceGravatar Ying Xue 1-5/+1
2015-01-12tipc: make subscriber server support net namespaceGravatar Ying Xue 1-12/+12
2015-01-12tipc: make tipc node address support net namespaceGravatar Ying Xue 1-3/+1
2015-01-12tipc: name tipc name table support net namespaceGravatar Ying Xue 1-7/+12
2015-01-12tipc: make tipc socket support net namespaceGravatar Ying Xue 1-8/+4
2015-01-12tipc: make tipc node table aware of net namespaceGravatar Ying Xue 1-1/+3
2015-01-12tipc: involve namespace infrastructureGravatar Ying Xue 1-1/+27
2015-01-12tipc: cleanup core.c and core.h filesGravatar Ying Xue 1-23/+0
2015-01-12tipc: remove tipc_core_start/stop routinesGravatar Ying Xue 1-43/+23
2015-01-08tipc: convert tipc reference table to use generic rhashtableGravatar Ying Xue 1-5/+5
2014-08-23tipc: remove files ref.h and ref.cGravatar Jon Paul Maloy 1-4/+3
2014-08-23tipc: remove include file port.hGravatar Jon Paul Maloy 1-1/+1
2014-05-14tipc: decrease connection flow control windowGravatar Jon Paul Maloy 1-3/+4
2014-05-05tipc: purge signal handler infrastructureGravatar Ying Xue 1-7/+0
2014-03-27tipc: obsolete the remote management featureGravatar Ying Xue 1-9/+0
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-50/+59
2014-02-22tipc: make bearer set up in module insertion stageGravatar Ying Xue 1-29/+9
2014-02-22tipc: remove all enabled flags from all tipc componentsGravatar Ying Xue 1-21/+50
2014-02-13tipc: remove 'links' list from tipc_bearer structGravatar Ying Xue 1-1/+1