summaryrefslogtreecommitdiffstats
path: root/net/tipc/discover.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing2022-11-211-1/+4
* tipc: Fix recognition of trial periodMark Tomlinson2022-10-141-1/+1
* tipc: simplify the finalize work queueXin Long2021-05-181-2/+2
* net/tipc: fix all function Return: notationRandy Dunlap2020-12-011-1/+1
* net/tipc: fix various kernel-doc warningsRandy Dunlap2020-12-011-1/+2
* net: tipc: kerneldoc fixesAndrew Lunn2020-07-131-3/+2
* tipc: fix use-after-free in tipc_disc_rcv()Tuong Lien2019-12-101-3/+3
* tipc: improve throughput between nodes in netnsHoang Le2019-10-291-1/+3
* tipc: fix lockdep warning when reinitilaizing socketsJon Maloy2018-11-171-9/+10
* tipc: fix correct setting of message type in second discovererJon Maloy2018-07-071-6/+7
* tipc: correct discovery message handling during address trial periodJon Maloy2018-07-071-1/+4
* tipc: tipc_disc_addr_trial_msg() can be statickbuild test robot2018-03-251-7/+7
* tipc: handle collisions of 32-bit node address hash valuesJon Maloy2018-03-231-19/+107
* tipc: add 128-bit node identifierJon Maloy2018-03-231-3/+1
* tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy2018-03-231-1/+2
* tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy2018-03-231-7/+6
* tipc: remove restrictions on node address valuesJon Maloy2018-03-231-8/+7
* tipc: some cleanups in the file discover.cJon Maloy2018-03-231-157/+146
* net: tipc: Convert timers to use timer_setup()Kees Cook2017-11-011-3/+3
* tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-01-161-2/+2
* tipc: honor msg2addr return valueRichard Alpe2016-06-291-1/+4
* tipc: eliminate buffer leak in bearer layerJon Paul Maloy2016-04-071-5/+2
* tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-201-19/+19
* tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy2015-10-241-10/+16
* tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-241-1/+1
* tipc: move received discovery data evaluation inside node.cJon Paul Maloy2015-07-301-96/+20
* tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy2015-07-201-16/+4
* tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy2015-07-201-1/+1
* tipc: involve reference counter for node structureYing Xue2015-03-291-0/+1
* tipc: add framework for node capabilities exchangeJon Paul Maloy2015-03-141-0/+3
* tipc: increase size of tipc discovery messagesErik Hugne2015-03-051-4/+3
* tipc: reduce usage of context info in socket and linkJon Paul Maloy2015-02-051-1/+2
* tipc: eliminate race during node creationJon Paul Maloy2015-02-041-7/+2
* tipc: make tipc random value aware of net namespaceYing Xue2015-01-121-1/+1
* tipc: make tipc node address support net namespaceYing Xue2015-01-121-4/+4
* tipc: make bearer list support net namespaceYing Xue2015-01-121-4/+8
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-121-2/+2
* tipc: involve namespace infrastructureYing Xue2015-01-121-9/+17
* tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue2015-01-121-14/+18
* tipc: clean up neigbor discovery message receptionJon Paul Maloy2014-05-141-108/+111
* tipc: improve and extend media address conversion functionsJon Paul Maloy2014-05-141-1/+1
* tipc: fix a possible memory leakYing Xue2014-04-271-1/+3
* tipc: fix race in disc create/deleteYing Xue2014-04-221-18/+35
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-221-7/+10
* tipc: make discovery domain a bearer attributeErik Hugne2014-03-281-12/+7
* tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-181-2/+2
* tipc: introduce new spinlock to protect struct link_reqYing Xue2014-01-071-2/+9
* tipc: remove interface state mirroring in bearerErik Hugne2013-12-091-13/+4
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-171-4/+3