Age | Commit message (Expand) | Author |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2021-04-08 | treewide: Change list_sort to use const pointers | Sami Tolvanen |
2021-04-05 | tipc: Fix a kernel-doc warning in name_table.c | Wu XiangCheng |
2021-03-17 | tipc: remove some unnecessary warnings | Jon Maloy |
2021-03-17 | tipc: add host-endian copy of user subscription to struct tipc_subscription | Jon Maloy |
2021-03-17 | tipc: simplify api between binding table and topology server | Jon Maloy |
2021-03-17 | tipc: simplify signature of tipc_find_service() | Jon Maloy |
2021-03-17 | tipc: simplify signature of tipc_service_find_range() | Jon Maloy |
2021-03-17 | tipc: simplify signature of tipc_nametbl_lookup_group() | Jon Maloy |
2021-03-17 | tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes() | Jon Maloy |
2021-03-17 | tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets() | Jon Maloy |
2021-03-17 | tipc: refactor tipc_sendmsg() and tipc_lookup_anycast() | Jon Maloy |
2021-03-17 | tipc: rename binding table lookup functions | Jon Maloy |
2021-03-17 | tipc: simplify signature of tipc_nametbl_withdraw() functions | Jon Maloy |
2021-03-17 | tipc: simplify call signatures for publication creation | Jon Maloy |
2021-03-17 | tipc: simplify signature of tipc_namtbl_publish() | Jon Maloy |
2021-03-17 | tipc: move creation of publication item one level up in call chain | Jon Maloy |
2021-03-17 | tipc: re-organize members of struct publication | Jon Maloy |
2020-12-01 | net/tipc: fix name_table.c kernel-doc | Randy Dunlap |
2020-12-01 | net/tipc: fix various kernel-doc warnings | Randy Dunlap |
2020-11-27 | tipc: update address terminology in code | Jon Maloy |
2020-06-17 | tipc: update a binding service via broadcast | Hoang Huu Le |
2019-12-10 | tipc: fix name table rbtree issues | Tuong Lien |
2019-11-22 | tipc: support in-order name publication events | Tuong Lien |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek |
2019-04-10 | tipc: missing entries in name table of publications | Hoang Le |
2018-10-22 | tipc: eliminate message disordering during binding table update | Jon Maloy |
2018-08-27 | tipc: fix the big/little endian issue in tipc_dest | Haiqing Bai |
2018-07-27 | net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init() | Jia-Ju Bai |
2018-05-10 | tipc: clean up removal of binding table items | Jon Maloy |
2018-04-18 | tipc: fix use-after-free in tipc_nametbl_stop | Jon Maloy |
2018-04-12 | tipc: fix unbalanced reference counter | Jon Maloy |
2018-03-31 | tipc: permit overlapping service ranges in name table | Jon Maloy |
2018-03-31 | tipc: refactor name table translate function | Jon Maloy |
2018-03-31 | tipc: replace name table service range array with rb tree | Jon Maloy |
2018-03-23 | tipc: remove direct accesses to own_addr field in struct tipc_net | Jon Maloy |
2018-03-23 | tipc: allow closest-first lookup algorithm when legacy address is configured | Jon Maloy |
2018-03-17 | tipc: some name changes | Jon Maloy |
2018-03-17 | tipc: remove zone_list member in struct publication | Jon Maloy |
2018-03-17 | tipc: remove zone publication list in name table | Jon Maloy |
2018-03-17 | tipc: obsolete TIPC_ZONE_SCOPE | Jon Maloy |
2018-02-16 | tipc: make struct tipc_server private for server.c | Jon Maloy |
2018-02-16 | tipc: some prefix changes | Jon Maloy |
2018-02-16 | tipc: simplify endianness handling in topology subscriber | Jon Maloy |
2018-02-16 | tipc: simplify interaction between subscription and topology connection | Jon Maloy |
2018-01-15 | tipc: fix bug during lookup of multicast destination nodes | Jon Maloy |
2018-01-09 | tipc: improve groupcast scope handling | Jon Maloy |
2018-01-09 | tipc: add option to suppress PUBLISH events for pre-existing publications | Jon Maloy |
2018-01-09 | tipc: send out join messages as soon as new member is discovered | Jon Maloy |
2017-10-26 | tipc: eliminate KASAN warning | Jon Maloy |