aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/discover.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-13net: tipc: kerneldoc fixesGravatar Andrew Lunn 1-3/+2
2019-12-10tipc: fix use-after-free in tipc_disc_rcv()Gravatar Tuong Lien 1-3/+3
2019-10-29tipc: improve throughput between nodes in netnsGravatar Hoang Le 1-1/+3
2018-11-17tipc: fix lockdep warning when reinitilaizing socketsGravatar Jon Maloy 1-9/+10
2018-07-07tipc: fix correct setting of message type in second discovererGravatar Jon Maloy 1-6/+7
2018-07-07tipc: correct discovery message handling during address trial periodGravatar Jon Maloy 1-1/+4
2018-03-25tipc: tipc_disc_addr_trial_msg() can be staticGravatar kbuild test robot 1-7/+7
2018-03-23tipc: handle collisions of 32-bit node address hash valuesGravatar Jon Maloy 1-19/+107
2018-03-23tipc: add 128-bit node identifierGravatar Jon Maloy 1-3/+1
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netGravatar Jon Maloy 1-1/+2
2018-03-23tipc: allow closest-first lookup algorithm when legacy address is configuredGravatar Jon Maloy 1-7/+6
2018-03-23tipc: remove restrictions on node address valuesGravatar Jon Maloy 1-8/+7
2018-03-23tipc: some cleanups in the file discover.cGravatar Jon Maloy 1-157/+146
2017-11-01net: tipc: Convert timers to use timer_setup()Gravatar Kees Cook 1-3/+3
2017-01-16tipc: allocate user memory with GFP_KERNEL flagGravatar Parthasarathy Bhuvaragan 1-2/+2
2016-06-29tipc: honor msg2addr return valueGravatar Richard Alpe 1-1/+4
2016-04-07tipc: eliminate buffer leak in bearer layerGravatar Jon Paul Maloy 1-5/+2
2015-11-20tipc: eliminate remnants of hungarian notationGravatar Jon Paul Maloy 1-19/+19
2015-10-24tipc: let neighbor discoverer tranmsit consumable buffersGravatar Jon Paul Maloy 1-10/+16
2015-10-24tipc: introduce capability bit for broadcast synchronizationGravatar Jon Paul Maloy 1-1/+1
2015-07-30tipc: move received discovery data evaluation inside node.cGravatar Jon Paul Maloy 1-96/+20
2015-07-20tipc: move link creation from neighbor discoverer to nodeGravatar Jon Paul Maloy 1-16/+4
2015-07-20tipc: introduce link entry structure to struct tipc_nodeGravatar Jon Paul Maloy 1-1/+1
2015-03-29tipc: involve reference counter for node structureGravatar Ying Xue 1-0/+1
2015-03-14tipc: add framework for node capabilities exchangeGravatar Jon Paul Maloy 1-0/+3
2015-03-05tipc: increase size of tipc discovery messagesGravatar Erik Hugne 1-4/+3
2015-02-05tipc: reduce usage of context info in socket and linkGravatar Jon Paul Maloy 1-1/+2
2015-02-04tipc: eliminate race during node creationGravatar Jon Paul Maloy 1-7/+2
2015-01-12tipc: make tipc random value aware of net namespaceGravatar Ying Xue 1-1/+1
2015-01-12tipc: make tipc node address support net namespaceGravatar Ying Xue 1-4/+4
2015-01-12tipc: make bearer list support net namespaceGravatar Ying Xue 1-4/+8
2015-01-12tipc: make tipc node table aware of net namespaceGravatar Ying Xue 1-2/+2
2015-01-12tipc: involve namespace infrastructureGravatar Ying Xue 1-9/+17
2015-01-12tipc: remove unnecessary wrapper functions of kernel timer APIsGravatar Ying Xue 1-14/+18
2014-05-14tipc: clean up neigbor discovery message receptionGravatar Jon Paul Maloy 1-108/+111
2014-05-14tipc: improve and extend media address conversion functionsGravatar Jon Paul Maloy 1-1/+1
2014-04-27tipc: fix a possible memory leakGravatar Ying Xue 1-1/+3
2014-04-22tipc: fix race in disc create/deleteGravatar Ying Xue 1-18/+35
2014-04-22tipc: decouple the relationship between bearer and linkGravatar Ying Xue 1-7/+10
2014-03-28tipc: make discovery domain a bearer attributeGravatar Erik Hugne 1-12/+7
2014-02-18tipc: align tipc function names with common naming practice in the networkGravatar Ying Xue 1-2/+2
2014-01-07tipc: introduce new spinlock to protect struct link_reqGravatar Ying Xue 1-2/+9
2013-12-09tipc: remove interface state mirroring in bearerGravatar Erik Hugne 1-13/+4
2013-06-17tipc: cosmetic realignment of function argumentsGravatar Paul Gortmaker 1-4/+3
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerGravatar Patrick McHardy 1-1/+1
2012-11-21tipc: remove the bearer congestion mechanismGravatar Ying Xue 1-1/+1
2012-07-13tipc: phase out most of the struct print_buf usageGravatar Erik Hugne 1-4/+2
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Gravatar Erik Hugne 1-2/+2
2012-04-30tipc: compress out gratuitous extra carriage returnsGravatar Paul Gortmaker 1-14/+0
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesGravatar Allan Stephens 1-3/+3