summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long2019-07-031-5/+3
* tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long2019-07-031-3/+15
* tipc: change to use register_pernet_deviceXin Long2019-07-031-6/+6
* tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long2019-06-221-0/+1
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-06-043-10/+27
* Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller2019-06-041-7/+7
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-05-251-7/+7
* tipc: switch order of device registration to fix a crashJunwei Hu2019-05-251-7/+7
* tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan2019-05-161-2/+2
* tipc: check link name with right length in tipc_nl_compat_link_setXin Long2019-05-021-1/+6
* tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long2019-05-021-1/+6
* tipc: handle the err returned from cmd header functionXin Long2019-05-021-2/+8
* tipc: missing entries in name table of publicationsHoang Le2019-04-271-1/+2
* tipc: fix cancellation of topology subscriptionsErik Hugne2019-04-031-0/+1
* tipc: change to check tipc_own_id to return in tipc_net_stopXin Long2019-04-031-4/+1
* tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne2019-04-031-5/+15
* 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/+1
* tipc: fix a double free in tipc_enable_bearer()Cong Wang2019-01-091-1/+0
* 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-181-0/+1
* tipc: fix unsafe rcu locking when accessing publication listTung Nguyen2018-10-151-2/+2
* tipc: initialize broadcast link stale counter correctlyJon Maloy2018-10-151-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-101-2/+12
* tipc: set link tolerance correctly in broadcast linkJon Maloy2018-10-101-5/+11
* tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh2018-10-012-2/+6
* tipc: fix failover problemLUU Duc Canh2018-09-293-0/+49
* tipc: lock wakeup & inputq at tipc_link_reset()Parthasarathy Bhuvaragan2018-09-251-1/+6
* tipc: reset bearer if device carrier not okParthasarathy Bhuvaragan2018-09-251-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-063-6/+14