aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/name_table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-03tipc: simplify handling of lookup scope during multicast message receptionJon Maloy1-3/+3
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-209/+219
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-2/+2
2021-04-05tipc: Fix a kernel-doc warning in name_table.cWu XiangCheng1-0/+2
2021-03-17tipc: remove some unnecessary warningsJon Maloy1-14/+16
2021-03-17tipc: add host-endian copy of user subscription to struct tipc_subscriptionJon Maloy1-18/+11
2021-03-17tipc: simplify api between binding table and topology serverJon Maloy1-13/+8
2021-03-17tipc: simplify signature of tipc_find_service()Jon Maloy1-25/+37
2021-03-17tipc: simplify signature of tipc_service_find_range()Jon Maloy1-6/+8
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy1-7/+7
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy1-4/+4
2021-03-17tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy1-5/+5
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy1-39/+36
2021-03-17tipc: rename binding table lookup functionsJon Maloy1-18/+33
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy1-25/+26
2021-03-17tipc: simplify call signatures for publication creationJon Maloy1-25/+17
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Jon Maloy1-5/+5
2021-03-17tipc: move creation of publication item one level up in call chainJon Maloy1-33/+32
2021-03-17tipc: re-organize members of struct publicationJon Maloy1-33/+33
2020-12-01net/tipc: fix name_table.c kernel-docRandy Dunlap1-7/+35
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap1-2/+2
2020-11-27tipc: update address terminology in codeJon Maloy1-5/+6
2020-06-17tipc: update a binding service via broadcastHoang Huu Le1-2/+7
2019-12-10tipc: fix name table rbtree issuesTuong Lien1-100/+179
2019-11-22tipc: support in-order name publication eventsTuong Lien1-8/+43
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-04-10tipc: missing entries in name table of publicationsHoang Le1-1/+2
2018-10-22tipc: eliminate message disordering during binding table updateJon Maloy1-0/+1
2018-08-27tipc: fix the big/little endian issue in tipc_destHaiqing Bai1-6/+4
2018-07-27net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai1-1/+1
2018-05-10tipc: clean up removal of binding table itemsJon Maloy1-50/+53
2018-04-18tipc: fix use-after-free in tipc_nametbl_stopJon Maloy1-12/+17
2018-04-12tipc: fix unbalanced reference counterJon Maloy1-1/+4
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy1-34/+30
2018-03-31tipc: refactor name table translate functionJon Maloy1-36/+25
2018-03-31tipc: replace name table service range array with rb treeJon Maloy1-562/+470
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy1-3/+3
2018-03-23tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy1-3/+5
2018-03-17tipc: some name changesJon Maloy1-73/+70
2018-03-17tipc: remove zone_list member in struct publicationJon Maloy1-73/+28
2018-03-17tipc: remove zone publication list in name tableJon Maloy1-3/+2
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy1-2/+1
2018-02-16tipc: make struct tipc_server private for server.cJon Maloy1-6/+4
2018-02-16tipc: some prefix changesJon Maloy1-17/+16
2018-02-16tipc: simplify endianness handling in topology subscriberJon Maloy1-17/+25
2018-02-16tipc: simplify interaction between subscription and topology connectionJon Maloy1-4/+6
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon Maloy1-4/+2
2018-01-09tipc: improve groupcast scope handlingJon Maloy1-21/+19
2018-01-09tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy1-6/+7
2018-01-09tipc: send out join messages as soon as new member is discoveredJon Maloy1-1/+1