summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix race condition causing hung sendtoTung Nguyen2019-03-101-1/+5
* tipc: fix RDM/DGRAM connect() regressionErik Hugne2019-03-101-1/+1
* tipc: fix node keep alive interval calculationHoang Le2019-02-121-0/+6
* tipc: fix uninit-value in tipc_nl_compat_doitYing Xue2019-01-221-1/+1
* tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue2019-01-221-0/+2
* tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue2019-01-221-0/+5
* tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue2019-01-221-0/+26
* tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue2019-01-221-0/+15
* tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue2019-01-221-1/+1
* tipc: check group dests after tipc_wait_for_cond()Cong Wang2019-01-091-4/+5
* tipc: use lock_sock() in tipc_sk_reinit()Cong Wang2019-01-091-2/+6
* tipc: fix a double kfree_skb()Cong Wang2019-01-091-3/+1Star
* tipc: fix a double free in tipc_enable_bearer()Cong Wang2019-01-091-1/+0Star
* tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang2019-01-091-0/+5
* tipc: check tsk->group in tipc_wait_for_cond()Cong Wang2019-01-091-11/+14
* tipc: use destination length for copy stringGuoqing Jiang2018-12-081-1/+1
* tipc: fix lockdep warning during node deleteJon Maloy2018-12-051-2/+5
* tipc: fix link re-establish failureJon Maloy2018-11-231-4/+7
* tipc: fix lockdep warning when reinitilaizing socketsJon Maloy2018-11-233-18/+48
* tipc: don't assume linear buffer when reading ancillary dataJon Maloy2018-11-231-4/+11
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-11-041-1/+1
* tipc: fix info leak from kernel tipc_eventJon Maloy2018-10-191-0/+1
* tipc: fix unsafe rcu locking when accessing publication listTung Nguyen2018-10-161-2/+2
* tipc: initialize broadcast link stale counter correctlyJon Maloy2018-10-161-0/+1
* tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue2018-10-111-2/+9
* tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan2018-10-111-2/+12
* tipc: set link tolerance correctly in broadcast linkJon Maloy2018-10-111-5/+11
* 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: 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
* 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
* 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