summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-3/+1Star
|\
| * tipc: fix an interrupt unsafe locking scenarioYing Xue2018-08-071-3/+1Star
* | net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King2018-08-011-4/+1Star
* | net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* | net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Jia-Ju Bai2018-07-271-1/+1
* | net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai2018-07-271-1/+1
* | tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing2018-07-261-0/+1
* | tipc: make some functions staticYueHaibing2018-07-223-8/+10
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-213-15/+27
|\|
| * tipc: make function tipc_net_finalize() thread safeJon Maloy2018-07-071-6/+11
| * tipc: fix correct setting of message type in second discovererJon Maloy2018-07-071-6/+7
| * tipc: correct discovery message handling during address trial periodJon Maloy2018-07-071-1/+4
| * tipc: fix wrong return value from function tipc_node_try_addr()Jon Maloy2018-07-071-2/+5
* | tipc: make link capability update thread safeJon Maloy2018-07-201-0/+4
* | tipc: remove unused tipc_group_sizeYueHaibing2018-07-181-5/+0Star
* | tipc: remove unused tipc_link_is_activeYueHaibing2018-07-181-5/+0Star
* | tipc: check session number before accepting link protocol messagesJon Maloy2018-07-123-22/+52
* | tipc: add sequence number check for link STATE messagesJon Maloy2018-07-124-6/+32
* | tipc: extend link reset criteria for stale packet retransmissionJon Maloy2018-07-071-19/+24
* | tipc: mark expected switch fall-throughsGustavo A. R. Silva2018-07-052-0/+2
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-5/+9
|\|
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-5/+9
* | tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna2018-06-303-0/+38
* | tipc: Auto removal of peer down node instanceGhantaKrishnamurthy MohanKrishna2018-06-301-11/+55
* | tipc: optimize function tipc_node_timeout()Tung Nguyen2018-06-301-3/+5
* | tipc: eliminate buffer cloning in function tipc_msg_extract()Tung Nguyen2018-06-301-20/+15Star
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-078-59/+143
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-122-3/+15
| |\
| * | tipc: clean up removal of binding table itemsJon Maloy2018-05-101-50/+53
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-1/+1
| |\ \
| * | | tipc: introduce ioctl for fetching node identityJon Maloy2018-04-273-2/+33
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-218-25/+40
| |\ \ \
| * | | | tipc: confgiure and apply UDP bearer MTU on running linksGhantaKrishnamurthy MohanKrishna2018-04-203-5/+25
| * | | | tipc: implement configuration of UDP media MTUGhantaKrishnamurthy MohanKrishna2018-04-203-0/+30
| * | | | tipc: set default MTU for UDP mediaGhantaKrishnamurthy MohanKrishna2018-04-201-2/+2
* | | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-9/+5Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | net/tipc: convert to ->poll_maskChristoph Hellwig2018-05-261-9/+5Star
| | |/ / | |/| |
* | | | tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet2018-05-101-1/+2
* | | | tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue2018-05-101-2/+13
| |_|/ |/| |
* | | tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy2018-04-271-1/+1
|/ /
* | tipc: fix infinite loop when dumping link monitor summaryTung Nguyen2018-04-182-8/+5Star
* | tipc: fix use-after-free in tipc_nametbl_stopJon Maloy2018-04-181-12/+17
* | tipc: fix possible crash in __tipc_nl_net_set()Eric Dumazet2018-04-172-0/+4
* | tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet2018-04-171-1/+2
* | tipc: fix missing initializer in tipc_sendmsg()Jon Maloy2018-04-131-1/+3
* | tipc: fix unbalanced reference counterJon Maloy2018-04-133-3/+9
|/
* tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang2018-04-083-6/+6
* tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna2018-04-041-1/+2
* tipc: Fix missing list initializations in struct tipc_subscriptionJon Maloy2018-04-041-0/+2