aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/discover.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-17tipc: fix lockdep warning when reinitilaizing socketsJon Maloy1-9/+10
2018-07-07tipc: fix correct setting of message type in second discovererJon Maloy1-6/+7
2018-07-07tipc: correct discovery message handling during address trial periodJon Maloy1-1/+4
2018-03-25tipc: tipc_disc_addr_trial_msg() can be statickbuild test robot1-7/+7
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy1-19/+107
2018-03-23tipc: add 128-bit node identifierJon Maloy1-3/+1
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy1-1/+2
2018-03-23tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy1-7/+6
2018-03-23tipc: remove restrictions on node address valuesJon Maloy1-8/+7
2018-03-23tipc: some cleanups in the file discover.cJon Maloy1-157/+146
2017-11-01net: tipc: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan1-2/+2
2016-06-29tipc: honor msg2addr return valueRichard Alpe1-1/+4
2016-04-07tipc: eliminate buffer leak in bearer layerJon Paul Maloy1-5/+2
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy1-19/+19
2015-10-24tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy1-10/+16
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy1-1/+1
2015-07-30tipc: move received discovery data evaluation inside node.cJon Paul Maloy1-96/+20
2015-07-20tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy1-16/+4
2015-07-20tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy1-1/+1
2015-03-29tipc: involve reference counter for node structureYing Xue1-0/+1
2015-03-14tipc: add framework for node capabilities exchangeJon Paul Maloy1-0/+3
2015-03-05tipc: increase size of tipc discovery messagesErik Hugne1-4/+3
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy1-1/+2
2015-02-04tipc: eliminate race during node creationJon Paul Maloy1-7/+2
2015-01-12tipc: make tipc random value aware of net namespaceYing Xue1-1/+1
2015-01-12tipc: make tipc node address support net namespaceYing Xue1-4/+4
2015-01-12tipc: make bearer list support net namespaceYing Xue1-4/+8
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue1-2/+2
2015-01-12tipc: involve namespace infrastructureYing Xue1-9/+17
2015-01-12tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue1-14/+18
2014-05-14tipc: clean up neigbor discovery message receptionJon Paul Maloy1-108/+111
2014-05-14tipc: improve and extend media address conversion functionsJon Paul Maloy1-1/+1
2014-04-27tipc: fix a possible memory leakYing Xue1-1/+3
2014-04-22tipc: fix race in disc create/deleteYing Xue1-18/+35
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue1-7/+10
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne1-12/+7
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue1-2/+2
2014-01-07tipc: introduce new spinlock to protect struct link_reqYing Xue1-2/+9
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne1-13/+4
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker1-4/+3
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy1-1/+1
2012-11-21tipc: remove the bearer congestion mechanismYing Xue1-1/+1
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne1-4/+2
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne1-2/+2
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-14/+0
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens1-3/+3
2012-02-24tipc: Detect duplicate nodes using different network interfacesAllan Stephens1-14/+58
2012-02-24tipc: Introduce node signature field in neighbor discovery messageAllan Stephens1-0/+3
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker1-10/+10