summaryrefslogtreecommitdiff
path: root/net/tipc/discover.c
AgeCommit message (Expand)Author
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-11-21tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing
2022-10-14tipc: Fix recognition of trial periodMark Tomlinson
2021-05-18tipc: simplify the finalize work queueXin Long
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn
2019-12-10tipc: fix use-after-free in tipc_disc_rcv()Tuong Lien
2019-10-29tipc: improve throughput between nodes in netnsHoang Le
2018-11-17tipc: fix lockdep warning when reinitilaizing socketsJon Maloy
2018-07-07tipc: fix correct setting of message type in second discovererJon Maloy
2018-07-07tipc: correct discovery message handling during address trial periodJon Maloy
2018-03-25tipc: tipc_disc_addr_trial_msg() can be statickbuild test robot
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy
2018-03-23tipc: add 128-bit node identifierJon Maloy
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy
2018-03-23tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy
2018-03-23tipc: remove restrictions on node address valuesJon Maloy
2018-03-23tipc: some cleanups in the file discover.cJon Maloy
2017-11-01net: tipc: Convert timers to use timer_setup()Kees Cook
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan
2016-06-29tipc: honor msg2addr return valueRichard Alpe
2016-04-07tipc: eliminate buffer leak in bearer layerJon Paul Maloy
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy
2015-10-24tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy
2015-07-30tipc: move received discovery data evaluation inside node.cJon Paul Maloy
2015-07-20tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy
2015-07-20tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy
2015-03-29tipc: involve reference counter for node structureYing Xue
2015-03-14tipc: add framework for node capabilities exchangeJon Paul Maloy
2015-03-05tipc: increase size of tipc discovery messagesErik Hugne
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy
2015-02-04tipc: eliminate race during node creationJon Paul Maloy
2015-01-12tipc: make tipc random value aware of net namespaceYing Xue
2015-01-12tipc: make tipc node address support net namespaceYing Xue
2015-01-12tipc: make bearer list support net namespaceYing Xue
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue
2015-01-12tipc: involve namespace infrastructureYing Xue
2015-01-12tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue
2014-05-14tipc: clean up neigbor discovery message receptionJon Paul Maloy
2014-05-14tipc: improve and extend media address conversion functionsJon Paul Maloy
2014-04-27tipc: fix a possible memory leakYing Xue
2014-04-22tipc: fix race in disc create/deleteYing Xue
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue
2014-01-07tipc: introduce new spinlock to protect struct link_reqYing Xue
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker