summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tipc: remove some unnecessary warningsJon Maloy2021-03-172-21/+16
| * | | tipc: add host-endian copy of user subscription to struct tipc_subscriptionJon Maloy2021-03-173-40/+37
| * | | tipc: simplify api between binding table and topology serverJon Maloy2021-03-173-48/+43
| * | | tipc: simplify signature of tipc_find_service()Jon Maloy2021-03-173-27/+39
| * | | 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-173-36/+27
| * | | tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy2021-03-173-16/+14
| * | | tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy2021-03-173-19/+18
| * | | tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy2021-03-174-95/+91
| * | | tipc: rename binding table lookup functionsJon Maloy2021-03-174-37/+56
| * | | tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy2021-03-175-68/+70
| * | | tipc: simplify call signatures for publication creationJon Maloy2021-03-173-40/+34
| * | | tipc: simplify signature of tipc_namtbl_publish()Jon Maloy2021-03-175-58/+68
| * | | tipc: introduce new unified address type for internal useJon Maloy2021-03-172-1/+46
| * | | 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-174-97/+92
| * | | tipc: clean up warnings detected by sparseHoang Huu Le2021-03-113-22/+58
| * | | tipc: convert dest node's address to network orderHoang Le2021-03-111-1/+1
* | | | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-2/+2
| | |/ | |/|
* | | net: tipc: Fix spelling errors in net/tipc moduleZheng Yongjun2021-04-073-5/+5
* | | tipc: increment the tmp aead refcnt before attaching itXin Long2021-04-061-1/+2
* | | net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong2021-03-291-1/+1
|/ /
* / tipc: better validate user input in tipc_nl_retrieve_key()Eric Dumazet2021-03-151-3/+8
|/
* tipc: remove duplicated code in tipc_msg_createHoang Huu Le2021-01-271-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-142-4/+9
|\
| * net: tip: fix a couple kernel-doc markupsMauro Carvalho Chehab2021-01-142-2/+2
| * tipc: fix NULL deref in tipc_link_xmit()Hoang Le2021-01-091-2/+7
* | net: tipc: Replace expression with offsetof()Zheng Yongjun2021-01-051-1/+1
|/
* tipc: do sanity check payload of a netlink messageHoang Le2020-12-161-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-2/+4
|\
| * net: tipc: prevent possible null deref of linkCengiz Can2020-12-081-2/+4
* | tipc: support 128bit node identity for peer removingHoang Le2020-12-041-3/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-0/+2
|\|
| * tipc: fix incompatible mtu of transmissionHoang Le2020-12-011-0/+2
* | net/tipc: fix all function Return: notationRandy Dunlap2020-12-019-68/+68
* | net/tipc: fix socket.c kernel-docRandy Dunlap2020-12-011-2/+29
* | net/tipc: fix node.c kernel-docRandy Dunlap2020-12-011-1/+25
* | net/tipc: fix name_table.c kernel-docRandy Dunlap2020-12-011-7/+35
* | net/tipc: fix name_distr.c kernel-docRandy Dunlap2020-12-011-0/+27
* | net/tipc: fix link.c kernel-docRandy Dunlap2020-12-011-2/+36
* | net/tipc: fix bearer.c for kernel-docRandy Dunlap2020-12-011-1/+19
* | net/tipc: fix various kernel-doc warningsRandy Dunlap2020-12-019-19/+40
* | net/tipc: fix tipc header files for kernel-docRandy Dunlap2020-12-015-14/+24
* | tipc: update address terminology in codeJon Maloy2020-11-278-36/+41
* | tipc: make node number calculation reproducibleJon Maloy2020-11-273-4/+16
* | tipc: refactor tipc_sk_bind() functionJon Maloy2020-11-271-36/+30
* | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* | tipc: fix -Wstringop-truncation warningsWenlin Kang2020-11-131-4/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-2/+8
|\|