summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
...
| * tipc: set link tolerance correctly in broadcast linkJon Maloy2018-10-111-5/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-045-8/+70
|\|
| * tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh2018-10-022-2/+6
| * tipc: fix failover problemLUU Duc Canh2018-09-293-0/+49
| * tipc: lock wakeup & inputq at tipc_link_reset()Parthasarathy Bhuvaragan2018-09-261-1/+6
| * tipc: reset bearer if device carrier not okParthasarathy Bhuvaragan2018-09-261-5/+7
| * tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan2018-09-251-1/+3
* | tipc: buffer overflow handling in listener socketTung Nguyen2018-09-293-6/+64
* | tipc: add SYN bit to connection setup messagesJon Maloy2018-09-293-5/+22
* | tipc: refactor function tipc_sk_filter_connect()Jon Maloy2018-09-291-58/+43Star
* | tipc: refactor function tipc_sk_timeout()Jon Maloy2018-09-291-24/+38
* | tipc: refactor function tipc_msg_reverse()Jon Maloy2018-09-291-30/+28Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-133-6/+18
|\|
| * tipc: check return value of __tipc_dump_start()Cong Wang2018-09-121-1/+4
| * tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang2018-09-073-6/+14
| * tipc: orphan sock in tipc_release()Cong Wang2018-09-061-0/+1
* | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-058-43/+68
|\|
| * tipc: correct spelling errors for tipc_topsrv_queue_evt() commentsZhenbo Gao2018-09-041-2/+2
| * tipc: correct spelling errors for struct tipc_bc_base's commentZhenbo Gao2018-09-041-2/+2
| * tipc: switch to rhashtable iteratorCong Wang2018-08-304-26/+56
| * tipc: fix a missing rhashtable_walk_exit()Cong Wang2018-08-301-0/+2
| * tipc: fix the big/little endian issue in tipc_destHaiqing Bai2018-08-282-13/+6Star
* | tipc: correct structure parameter comments for topsrvZhenbo Gao2018-09-041-8/+2Star
|/
* 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
|/