summaryrefslogtreecommitdiff
path: root/net/tipc/core.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-21tipc: fix ordering of tipc module init and exit routineTaehee Yoo1-14/+15
2019-07-10tipc: change to use register_pernet_deviceXin Long1-6/+6
2019-06-11tipc: fix modprobe tipc failed after switch order of device registration -v2Junwei Hu1-6/+12
2019-06-11Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller1-7/+7
2019-06-11tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu1-7/+7
2019-06-11tipc: switch order of device registration to fix a crashJunwei Hu1-7/+7
2017-04-30tipc: make dist queue pernetErik Hugne1-0/+1
2015-10-24tipc: create broadcast transmission link at namespace initJon Paul Maloy1-0/+9
2015-05-04tipc: rename functions defined in subscr.cYing Xue1-2/+2
2015-04-01tipc: fix a slab object leakYing Xue1-1/+1
2015-02-10tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe1-1/+2
2015-02-10tipc: move and rename the legacy nl api to "nl compat"Richard Alpe1-0/+7
2015-01-13tipc: make tipc random value aware of net namespaceYing Xue1-5/+1
2015-01-13tipc: make subscriber server support net namespaceYing Xue1-12/+12
2015-01-13tipc: make tipc node address support net namespaceYing Xue1-3/+1
2015-01-13tipc: name tipc name table support net namespaceYing Xue1-7/+12
2015-01-13tipc: make tipc socket support net namespaceYing Xue1-8/+4
2015-01-13tipc: make tipc node table aware of net namespaceYing Xue1-1/+3
2015-01-13tipc: involve namespace infrastructureYing Xue1-1/+27
2015-01-13tipc: cleanup core.c and core.h filesYing Xue1-23/+0
2015-01-13tipc: remove tipc_core_start/stop routinesYing Xue1-43/+23
2015-01-09tipc: convert tipc reference table to use generic rhashtableYing Xue1-5/+5
2014-08-23tipc: remove files ref.h and ref.cJon Paul Maloy1-4/+3
2014-08-23tipc: remove include file port.hJon Paul Maloy1-1/+1
2014-05-14tipc: decrease connection flow control windowJon Paul Maloy1-3/+4
2014-05-06tipc: purge signal handler infrastructureYing Xue1-7/+0
2014-03-27tipc: obsolete the remote management featureYing Xue1-9/+0
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-50/+59
2014-02-22tipc: make bearer set up in module insertion stageYing Xue1-29/+9
2014-02-22tipc: remove all enabled flags from all tipc componentsYing Xue1-21/+50
2014-02-14tipc: remove 'links' list from tipc_bearer structYing Xue1-1/+1
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2013-12-11tipc: relocate common functions from media to bearerYing Xue1-6/+2
2013-12-11tipc: correct the order of stopping services at rmmodJon Paul Maloy1-3/+4
2013-06-18tipc: convert configuration server to use new server facilityYing Xue1-2/+2
2013-06-18tipc: convert topology server to use new server facilityYing Xue1-3/+3
2013-06-18tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue1-2/+10
2013-04-17tipc: add InfiniBand media typePatrick McHardy1-2/+10
2012-11-22tipc: delete TIPC_ADVANCED Kconfig variablePaul Gortmaker1-5/+0
2012-08-20tipc: eliminate configuration for maximum number of name publicationsYing Xue1-2/+0
2012-08-20tipc: eliminate configuration for maximum number of name subscriptionsYing Xue1-2/+0
2012-08-20tipc: add __read_mostly annotations to several global variablesYing Xue1-5/+5
2012-08-20tipc: change tipc_net_start routine return value typeYing Xue1-3/+2
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue1-3/+0
2012-07-14tipc: remove print_buf and deprecated log buffer codeErik Hugne1-7/+0
2012-07-14tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne1-7/+6
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-7/+0
2012-04-27tipc: Optimize initialization of network topology serviceAllan Stephens1-1/+1
2012-04-27tipc: Optimize initialization of configuration serviceAllan Stephens1-1/+1
2012-02-25tipc: Eliminate support for tipc_mode global variableAllan Stephens1-2/+0