summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2019-08-09tipc: compat: allow tipc commands without argumentsTaras Kondratiuk1-4/+7
2019-07-03tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long1-5/+3
2019-07-03tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long1-3/+15
2019-07-03tipc: change to use register_pernet_deviceXin Long1-6/+6
2019-06-22tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long1-0/+1
2019-06-04tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu3-10/+27
2019-06-04Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller1-7/+7
2019-05-25tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu1-7/+7
2019-05-25tipc: switch order of device registration to fix a crashJunwei Hu1-7/+7
2019-05-16tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan1-2/+2
2019-05-02tipc: check link name with right length in tipc_nl_compat_link_setXin Long1-1/+6
2019-05-02tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long1-1/+6
2019-05-02tipc: handle the err returned from cmd header functionXin Long1-2/+8
2019-04-27tipc: missing entries in name table of publicationsHoang Le1-1/+2
2019-04-03tipc: fix cancellation of topology subscriptionsErik Hugne1-0/+1
2019-04-03tipc: change to check tipc_own_id to return in tipc_net_stopXin Long1-4/+1
2019-04-03tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne1-5/+15
2019-03-10tipc: fix race condition causing hung sendtoTung Nguyen1-1/+5
2019-03-10tipc: fix RDM/DGRAM connect() regressionErik Hugne1-1/+1
2019-02-12tipc: fix node keep alive interval calculationHoang Le1-0/+6
2019-01-22tipc: fix uninit-value in tipc_nl_compat_doitYing Xue1-1/+1
2019-01-22tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue1-0/+2
2019-01-22tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue1-0/+5
2019-01-22tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue1-0/+26
2019-01-22tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue1-0/+15
2019-01-22tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue1-1/+1
2019-01-09tipc: check group dests after tipc_wait_for_cond()Cong Wang1-4/+5
2019-01-09tipc: use lock_sock() in tipc_sk_reinit()Cong Wang1-2/+6
2019-01-09tipc: fix a double kfree_skb()Cong Wang1-3/+1
2019-01-09tipc: fix a double free in tipc_enable_bearer()Cong Wang1-1/+0
2019-01-09tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang1-0/+5
2019-01-09tipc: check tsk->group in tipc_wait_for_cond()Cong Wang1-11/+14
2018-12-08tipc: use destination length for copy stringGuoqing Jiang1-1/+1
2018-12-05tipc: fix lockdep warning during node deleteJon Maloy1-2/+5
2018-11-23tipc: fix link re-establish failureJon Maloy1-4/+7
2018-11-23tipc: fix lockdep warning when reinitilaizing socketsJon Maloy3-18/+48
2018-11-23tipc: don't assume linear buffer when reading ancillary dataJon Maloy1-4/+11
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-19tipc: fix info leak from kernel tipc_eventJon Maloy1-0/+1
2018-10-16tipc: fix unsafe rcu locking when accessing publication listTung Nguyen1-2/+2
2018-10-16tipc: initialize broadcast link stale counter correctlyJon Maloy1-0/+1
2018-10-11tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue1-2/+9
2018-10-11tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan1-2/+12
2018-10-11tipc: set link tolerance correctly in broadcast linkJon Maloy1-5/+11
2018-10-02tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh2-2/+6
2018-09-29tipc: fix failover problemLUU Duc Canh3-0/+49
2018-09-26tipc: lock wakeup & inputq at tipc_link_reset()Parthasarathy Bhuvaragan1-1/+6
2018-09-26tipc: reset bearer if device carrier not okParthasarathy Bhuvaragan1-5/+7
2018-09-25tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan1-1/+3
2018-09-12tipc: check return value of __tipc_dump_start()Cong Wang1-1/+4