aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)Author
2019-09-16tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long
2019-09-12tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu
2019-09-12Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller
2019-08-02tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu
2019-08-02tipc: switch order of device registration to fix a crashJunwei Hu
2019-05-30tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan
2019-05-15tipc: check link name with right length in tipc_nl_compat_link_setXin Long
2019-05-15tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long
2019-05-15tipc: handle the err returned from cmd header functionXin Long
2019-05-15tipc: missing entries in name table of publicationsHoang Le
2019-04-07tipc: fix cancellation of topology subscriptionsErik Hugne
2019-04-07tipc: change to check tipc_own_id to return in tipc_net_stopXin Long
2019-04-07tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne
2019-03-16tipc: fix race condition causing hung sendtoTung Nguyen
2019-03-16tipc: fix RDM/DGRAM connect() regressionErik Hugne
2019-03-01tipc: fix node keep alive interval calculationHoang Le
2019-02-05tipc: fix uninit-value in tipc_nl_compat_doitYing Xue
2019-02-05tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue
2019-02-05tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue
2019-02-05tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue
2019-02-05tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue
2019-02-05tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue
2019-01-30tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing
2019-01-12tipc: check group dests after tipc_wait_for_cond()Cong Wang
2019-01-12tipc: use lock_sock() in tipc_sk_reinit()Cong Wang
2019-01-12tipc: fix a double kfree_skb()Cong Wang
2019-01-12tipc: fix a double free in tipc_enable_bearer()Cong Wang
2019-01-12tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang
2019-01-12tipc: check tsk->group in tipc_wait_for_cond()Cong Wang
2018-12-15tipc: use destination length for copy stringGuoqing Jiang
2018-12-04tipc: fix lockdep warning when reinitilaizing socketsJon Maloy
2018-12-04tipc: don't assume linear buffer when reading ancillary dataJon Maloy
2018-11-04tipc: fix unsafe rcu locking when accessing publication listTung Nguyen
2018-10-18tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan
2018-10-13tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang
2018-10-10tipc: switch to rhashtable iteratorCong Wang
2018-09-26tipc: orphan sock in tipc_release()Cong Wang
2018-09-15tipc: fix the big/little endian issue in tipc_destHaiqing Bai
2018-09-15tipc: fix a missing rhashtable_walk_exit()Cong Wang
2018-08-07tipc: fix an interrupt unsafe locking scenarioYing Xue
2018-07-07tipc: make function tipc_net_finalize() thread safeJon Maloy
2018-07-07tipc: fix correct setting of message type in second discovererJon Maloy
2018-07-07tipc: correct discovery message handling during address trial periodJon Maloy
2018-07-07tipc: fix wrong return value from function tipc_node_try_addr()Jon Maloy
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net/tipc: convert to ->poll_maskChristoph Hellwig
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller