summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * tipc: fix memory leak in tipc_topsrv_start()Wang Hai2020-11-111-2/+8
* | tipc: remove unneeded semicolonTom Rix2020-11-022-2/+2
* | tipc: remove dead code in tipc_net and relativesHoang Huu Le2020-10-303-24/+0
* | net: tipc: Add __printf() markup to fix -Wsuggest-attribute=formatAndrew Lunn2020-10-301-1/+2
* | net: tipc: Fix parameter types passed to %s formaterAndrew Lunn2020-10-301-1/+1
* | tipc: add stricter control of reserved service typesJon Maloy2020-10-303-12/+21
|/
* Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-291-3/+2
|\
| * tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen2020-10-291-3/+2
* | mm: remove kzfree() compatibility definitionEric Biggers2020-10-251-2/+2
|/
* tipc: fix incorrect setting window for bcast linkHoang Huu Le2020-10-161-2/+4
* tipc: re-configure queue limit for broadcast linkHoang Huu Le2020-10-161-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-153-3/+12
|\
| * tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le2020-10-092-2/+10
| * tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang2020-10-091-1/+2
* | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-224-10/+15
|\|
| * net: tipc: kerneldoc fixesLu Wei2020-09-151-1/+2
| * tipc: use skb_unshare() instead in tipc_buf_append()Xin Long2020-09-141-1/+2
| * tipc: Fix memory leak in tipc_group_create_member()Peilin Ye2020-09-141-4/+10
| * tipc: fix shutdown() of connection oriented socketTetsuo Handa2020-09-101-4/+1
* | net: tipc: Supply missing udp_media.h include fileWang Hai2020-09-181-0/+1
* | tipc: Remove unused macro CF_SERVERYueHaibing2020-09-181-1/+0
* | net: tipc: delete duplicated wordsRandy Dunlap2020-09-182-2/+2
* | tipc: add automatic rekeying for encryption keyTuong Lien2020-09-184-3/+138