summaryrefslogtreecommitdiff
path: root/net/tipc/name_table.c
AgeCommit message (Expand)Author
2022-06-17tipc: cleanup unused functionHoang Le
2022-02-23tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter
2021-06-03tipc: simplify handling of lookup scope during multicast message receptionJon Maloy
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-04-05tipc: Fix a kernel-doc warning in name_table.cWu XiangCheng
2021-03-17tipc: remove some unnecessary warningsJon Maloy
2021-03-17tipc: add host-endian copy of user subscription to struct tipc_subscriptionJon Maloy
2021-03-17tipc: simplify api between binding table and topology serverJon Maloy
2021-03-17tipc: simplify signature of tipc_find_service()Jon Maloy
2021-03-17tipc: simplify signature of tipc_service_find_range()Jon Maloy
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy
2021-03-17tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy
2021-03-17tipc: rename binding table lookup functionsJon Maloy
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy
2021-03-17tipc: simplify call signatures for publication creationJon Maloy
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Jon Maloy
2021-03-17tipc: move creation of publication item one level up in call chainJon Maloy
2021-03-17tipc: re-organize members of struct publicationJon Maloy
2020-12-01net/tipc: fix name_table.c kernel-docRandy Dunlap
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap
2020-11-27tipc: update address terminology in codeJon Maloy
2020-06-17tipc: update a binding service via broadcastHoang Huu Le
2019-12-10tipc: fix name table rbtree issuesTuong Lien
2019-11-22tipc: support in-order name publication eventsTuong Lien
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-10tipc: missing entries in name table of publicationsHoang Le
2018-10-22tipc: eliminate message disordering during binding table updateJon Maloy
2018-08-27tipc: fix the big/little endian issue in tipc_destHaiqing Bai
2018-07-27net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai
2018-05-10tipc: clean up removal of binding table itemsJon Maloy
2018-04-18tipc: fix use-after-free in tipc_nametbl_stopJon Maloy
2018-04-12tipc: fix unbalanced reference counterJon Maloy
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy
2018-03-31tipc: refactor name table translate functionJon Maloy
2018-03-31tipc: replace name table service range array with rb treeJon 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-17tipc: some name changesJon Maloy
2018-03-17tipc: remove zone_list member in struct publicationJon Maloy
2018-03-17tipc: remove zone publication list in name tableJon Maloy
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy
2018-02-16tipc: make struct tipc_server private for server.cJon Maloy
2018-02-16tipc: some prefix changesJon Maloy
2018-02-16tipc: simplify endianness handling in topology subscriberJon Maloy
2018-02-16tipc: simplify interaction between subscription and topology connectionJon Maloy
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon Maloy
2018-01-09tipc: improve groupcast scope handlingJon Maloy