summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* 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: fix RDM/DGRAM connect() regressionErik Hugne2019-03-131-1/+1
* tipc: fix uninit-value in tipc_nl_compat_doitYing Xue2019-01-231-1/+1
* tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue2019-01-231-0/+2
* tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue2019-01-231-0/+5
* tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue2019-01-231-0/+26
* tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue2019-01-231-0/+15
* tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang2019-01-091-0/+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: use destination length for copy stringGuoqing Jiang2018-12-081-1/+1
* tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan2018-10-181-1/+3
* tipc: fix a missing rhashtable_walk_exit()Cong Wang2018-09-151-0/+2
* tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue2018-06-211-2/+13
* tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy2018-06-211-1/+1
* tipc: fix infinite loop when dumping link monitor summaryTung Nguyen2018-06-212-8/+5
* tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet2018-04-291-1/+2
* tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala2018-03-031-1/+5
* tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala2018-03-031-1/+4
* tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang2018-01-311-12/+14
* tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan2018-01-021-1/+1
* tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-171-4/+0
* tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-171-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tipc: Unclone message at secondary destination lookupJon Maloy2017-10-081-0/+8
* tipc: correct initialization of skb listJon Maloy2017-10-081-2/+2
* tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-011-1/+1
* tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza2017-09-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-016-33/+33
|\
| * tipc: permit bond slave as bearerParthasarathy Bhuvaragan2017-08-292-15/+13
| * tipc: context imbalance at node read unlockParthasarathy Bhuvaragan2017-08-241-1/+1
| * tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan2017-08-241-2/+5
| * tipc: perform skb_linearize() before parsing the inner headerParthasarathy Bhuvaragan2017-08-241-0/+2
| * tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson2017-08-241-3/+3
| * tipc: fix a race condition of releasing subscriber objectYing Xue2017-08-221-0/+2
| * tipc: remove subscription references only for pending timersParthasarathy Bhuvaragan2017-08-221-12/+7
* | net: tipc: constify genl_opsArvind Yadav2017-08-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-2/+4
|\|
| * tipc: fix use-after-freeEric Dumazet2017-08-181-2/+4
* | tipc: don't reset stale broadcast send linkJon Paul Maloy2017-08-214-45/+17
|/
* tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy2017-08-141-0/+1
* tipc: accept PACKET_MULTICAST packetsJon Paul Maloy2017-08-141-1/+1
* tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy2017-08-091-3/+1
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai2017-06-101-1/+1
* tipc: make macro tipc_wait_for_cond() smp safeJon Paul Maloy2017-05-111-19/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-0211-197/+197
|\