summaryrefslogtreecommitdiff
path: root/net/tipc/name_table.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: cleanup unused functionHoang Le2022-06-171-11/+0
* tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-02-231-1/+1
* tipc: simplify handling of lookup scope during multicast message receptionJon Maloy2021-06-031-3/+3
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-209/+219
|\
| * tipc: Fix a kernel-doc warning in name_table.cWu XiangCheng2021-04-051-0/+2
| * tipc: remove some unnecessary warningsJon Maloy2021-03-171-14/+16
| * tipc: add host-endian copy of user subscription to struct tipc_subscriptionJon Maloy2021-03-171-18/+11
| * tipc: simplify api between binding table and topology serverJon Maloy2021-03-171-13/+8
| * tipc: simplify signature of tipc_find_service()Jon Maloy2021-03-171-25/+37
| * tipc: simplify signature of tipc_service_find_range()Jon Maloy2021-03-171-6/+8
| * tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy2021-03-171-7/+7
| * tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy2021-03-171-4/+4
| * tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy2021-03-171-5/+5
| * tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy2021-03-171-39/+36
| * tipc: rename binding table lookup functionsJon Maloy2021-03-171-18/+33
| * tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy2021-03-171-25/+26
| * tipc: simplify call signatures for publication creationJon Maloy2021-03-171-25/+17
| * tipc: simplify signature of tipc_namtbl_publish()Jon Maloy2021-03-171-5/+5
| * tipc: move creation of publication item one level up in call chainJon Maloy2021-03-171-33/+32
| * tipc: re-organize members of struct publicationJon Maloy2021-03-171-33/+33
* | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-2/+2
|/
* net/tipc: fix name_table.c kernel-docRandy Dunlap2020-12-011-7/+35
* net/tipc: fix various kernel-doc warningsRandy Dunlap2020-12-011-2/+2
* tipc: update address terminology in codeJon Maloy2020-11-271-5/+6
* tipc: update a binding service via broadcastHoang Huu Le2020-06-171-2/+7
* tipc: fix name table rbtree issuesTuong Lien2019-12-101-100/+179
* tipc: support in-order name publication eventsTuong Lien2019-11-221-8/+43
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* tipc: missing entries in name table of publicationsHoang Le2019-04-101-1/+2
* tipc: eliminate message disordering during binding table updateJon Maloy2018-10-221-0/+1
* tipc: fix the big/little endian issue in tipc_destHaiqing Bai2018-08-271-6/+4
* net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai2018-07-271-1/+1
* tipc: clean up removal of binding table itemsJon Maloy2018-05-101-50/+53
* tipc: fix use-after-free in tipc_nametbl_stopJon Maloy2018-04-181-12/+17
* tipc: fix unbalanced reference counterJon Maloy2018-04-121-1/+4
* tipc: permit overlapping service ranges in name tableJon Maloy2018-03-311-34/+30
* tipc: refactor name table translate functionJon Maloy2018-03-311-36/+25
* tipc: replace name table service range array with rb treeJon Maloy2018-03-311-562/+470
* tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy2018-03-231-3/+3
* tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy2018-03-231-3/+5
* tipc: some name changesJon Maloy2018-03-171-73/+70
* tipc: remove zone_list member in struct publicationJon Maloy2018-03-171-73/+28
* tipc: remove zone publication list in name tableJon Maloy2018-03-171-3/+2
* tipc: obsolete TIPC_ZONE_SCOPEJon Maloy2018-03-171-2/+1
* tipc: make struct tipc_server private for server.cJon Maloy2018-02-161-6/+4
* tipc: some prefix changesJon Maloy2018-02-161-17/+16
* tipc: simplify endianness handling in topology subscriberJon Maloy2018-02-161-17/+25
* tipc: simplify interaction between subscription and topology connectionJon Maloy2018-02-161-4/+6
* tipc: fix bug during lookup of multicast destination nodesJon Maloy2018-01-151-4/+2
* tipc: improve groupcast scope handlingJon Maloy2018-01-091-21/+19