summaryrefslogtreecommitdiffstats
path: root/net/tipc/core.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix use-after-free Read in tipc_named_reinitHoang Le2022-06-171-2/+1
* tipc: simplify the finalize work queueXin Long2021-05-181-2/+2
* tipc: wait and exit until all work queues are doneXin Long2021-05-171-0/+2
* tipc: remove dead code in tipc_net and relativesHoang Huu Le2020-10-301-2/+0
* tipc: fix a deadlock when flushing scheduled workHoang Huu Le2020-09-071-4/+5
* tipc: fix use-after-free in tipc_bcast_get_modeHoang Huu Le2020-08-271-0/+5
* tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-061-14/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-2/+0
|\
| * tipc: add back tipc prefix to log messagesMatt Bennett2019-11-141-2/+0
* | tipc: introduce TIPC encryption & authenticationTuong Lien2019-11-081-0/+14
* | tipc: improve throughput between nodes in netnsHoang Le2019-10-291-0/+16
|/
* tipc: add loopback device trackingJohn Rutherford2019-08-081-0/+5
* tipc: change to use register_pernet_deviceXin Long2019-06-221-6/+6
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-05-201-6/+12
* Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller2019-05-171-7/+7
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-05-171-7/+7
* tipc: switch order of device registration to fix a crashJunwei Hu2019-05-161-7/+7
* tipc: introduce new capability flag for clusterHoang Le2019-03-191-0/+2
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* tipc: handle collisions of 32-bit node address hash valuesJon Maloy2018-03-231-0/+2
* tipc: add 128-bit node identifierJon Maloy2018-03-231-1/+3
* net: Convert tipc_net_opsKirill Tkhai2018-03-131-0/+1
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* tipc: add neighbor monitoring frameworkJon Paul Maloy2016-06-151-0/+1
* tipc: redesign connection-level flow controlJon Paul Maloy2016-05-031-5/+3
* tipc: make dist queue pernetErik Hugne2016-04-111-0/+1
* tipc: create broadcast transmission link at namespace initJon Paul Maloy2015-10-241-0/+9
* tipc: rename functions defined in subscr.cYing Xue2015-05-041-2/+2
* tipc: fix a slab object leakYing Xue2015-03-311-1/+1
* tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe2015-02-091-1/+2
* tipc: move and rename the legacy nl api to "nl compat"Richard Alpe2015-02-091-0/+7
* tipc: make tipc random value aware of net namespaceYing Xue2015-01-121-5/+1
* tipc: make subscriber server support net namespaceYing Xue2015-01-121-12/+12
* tipc: make tipc node address support net namespaceYing Xue2015-01-121-3/+1
* tipc: name tipc name table support net namespaceYing Xue2015-01-121-7/+12
* tipc: make tipc socket support net namespaceYing Xue2015-01-121-8/+4
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-121-1/+3
* tipc: involve namespace infrastructureYing Xue2015-01-121-1/+27
* tipc: cleanup core.c and core.h filesYing Xue2015-01-121-23/+0
* tipc: remove tipc_core_start/stop routinesYing Xue2015-01-121-43/+23
* tipc: convert tipc reference table to use generic rhashtableYing Xue2015-01-081-5/+5
* tipc: remove files ref.h and ref.cJon Paul Maloy2014-08-231-4/+3
* tipc: remove include file port.hJon Paul Maloy2014-08-231-1/+1
* tipc: decrease connection flow control windowJon Paul Maloy2014-05-141-3/+4
* tipc: purge signal handler infrastructureYing Xue2014-05-051-7/+0
* tipc: obsolete the remote management featureYing Xue2014-03-271-9/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-50/+59
|\
| * tipc: make bearer set up in module insertion stageYing Xue2014-02-221-29/+9
| * tipc: remove all enabled flags from all tipc componentsYing Xue2014-02-221-21/+50
* | tipc: remove 'links' list from tipc_bearer structYing Xue2014-02-131-1/+1
|/