summaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)Author
2019-01-22tipc: fix uninit-value in tipc_nl_compat_doitYing Xue
2019-01-22tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue
2019-01-22tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue
2019-01-22tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue
2019-01-22tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue
2019-01-22tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue
2019-01-09tipc: check group dests after tipc_wait_for_cond()Cong Wang
2019-01-09tipc: use lock_sock() in tipc_sk_reinit()Cong Wang
2019-01-09tipc: fix a double kfree_skb()Cong Wang
2019-01-09tipc: fix a double free in tipc_enable_bearer()Cong Wang
2019-01-09tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang
2019-01-09tipc: check tsk->group in tipc_wait_for_cond()Cong Wang
2018-12-08tipc: use destination length for copy stringGuoqing Jiang
2018-12-05tipc: fix lockdep warning during node deleteJon Maloy
2018-11-23tipc: fix link re-establish failureJon Maloy
2018-11-23tipc: fix lockdep warning when reinitilaizing socketsJon Maloy
2018-11-23tipc: don't assume linear buffer when reading ancillary dataJon Maloy
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-18tipc: fix info leak from kernel tipc_eventJon Maloy
2018-10-15tipc: fix unsafe rcu locking when accessing publication listTung Nguyen
2018-10-15tipc: initialize broadcast link stale counter correctlyJon Maloy
2018-10-11tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue
2018-10-10tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan
2018-10-10tipc: set link tolerance correctly in broadcast linkJon Maloy
2018-10-01tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh
2018-09-29tipc: fix failover problemLUU Duc Canh
2018-09-25tipc: lock wakeup & inputq at tipc_link_reset()Parthasarathy Bhuvaragan
2018-09-25tipc: reset bearer if device carrier not okParthasarathy Bhuvaragan
2018-09-25tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan
2018-09-12tipc: check return value of __tipc_dump_start()Cong Wang
2018-09-06tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang
2018-09-05tipc: orphan sock in tipc_release()Cong Wang
2018-09-03tipc: correct spelling errors for tipc_topsrv_queue_evt() commentsZhenbo Gao
2018-09-03tipc: correct spelling errors for struct tipc_bc_base's commentZhenbo Gao
2018-08-29tipc: switch to rhashtable iteratorCong Wang
2018-08-29tipc: fix a missing rhashtable_walk_exit()Cong Wang
2018-08-27tipc: fix the big/little endian issue in tipc_destHaiqing Bai
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-07tipc: fix an interrupt unsafe locking scenarioYing Xue
2018-08-01net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-27net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Jia-Ju Bai
2018-07-27net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai
2018-07-26tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing
2018-07-21tipc: make some functions staticYueHaibing
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-20tipc: make link capability update thread safeJon Maloy
2018-07-18tipc: remove unused tipc_group_sizeYueHaibing
2018-07-18tipc: remove unused tipc_link_is_activeYueHaibing
2018-07-11tipc: check session number before accepting link protocol messagesJon Maloy