summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: reduce risk of wakeup queue starvationJon Maloy2020-01-271-8/+21
* tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu2020-01-271-2/+6
* tipc: tipc clang warningJon Maloy2020-01-271-3/+4
* tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen2020-01-271-1/+1
* tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-211-14/+15
* tipc: fix link name length checkJohn Rutherford2019-12-051-2/+2
* tipc: fix skb may be leaky in tipc_link_inputHoang Le2019-12-051-1/+1
* tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva2019-12-051-1/+3
* tipc: fix a missing check of genlmsg_putKangjie Lu2019-12-051-0/+2
* net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki2019-12-051-2/+5
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-2/+2
* tipc: fix unlimited bundling of small messagesTuong Lien2019-10-072-15/+20
* tipc: add NULL pointer check before calling kfree_rcuXin Long2019-09-191-1/+2
* tipc: compat: allow tipc commands without argumentsTaras Kondratiuk2019-08-091-4/+7
* 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: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-06-093-10/+27
* Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller2019-06-091-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: 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