summaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: improve function tipc_wait_for_cond()Tung Nguyen2023-03-171-1/+1
* net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua2022-07-211-0/+1
* tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-03-021-1/+1
* tipc: increase timeout in tipc_sk_enqueue()Hoang Le2021-09-221-1/+1
* tipc: fix an use-after-free issue in tipc_recvmsgXin Long2021-09-221-3/+5
* tipc: keep the skb in rcv queue until the whole data is readXin Long2021-09-221-9/+27
* tipc: fix sleeping in tipc accept routineHoang Le2021-08-041-5/+4
* Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le2021-06-031-1/+4
* net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong2021-04-141-1/+1
* tipc: fix shutdown() of connection oriented socketTetsuo Handa2020-09-261-4/+1
* tipc: fix shutdown() of connectionless socketTetsuo Handa2020-09-121-3/+6
* tipc: clean up skb list lock handling on send pathJon Maloy2020-07-291-6/+6
* tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen2020-01-271-1/+1
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-2/+2
* tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan2019-05-161-2/+2
* 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: 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: check tsk->group in tipc_wait_for_cond()Cong Wang2019-01-091-11/+14
* 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: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan2018-10-101-2/+12
* tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan2018-09-251-1/+3
* tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang2018-09-061-6/+11
* tipc: orphan sock in tipc_release()Cong Wang2018-09-051-0/+1
* tipc: switch to rhashtable iteratorCong Wang2018-08-291-26/+50
* tipc: fix a missing rhashtable_walk_exit()Cong Wang2018-08-291-0/+2
* net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King2018-08-011-4/+1
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-5/+9
|\
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-5/+9
* | tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna2018-06-301-0/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-2/+11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-1/+2
| |\
| * | tipc: introduce ioctl for fetching node identityJon Maloy2018-04-271-2/+11
* | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-9/+5
|\ \ \ | |_|/ |/| |
| * | net/tipc: convert to ->poll_maskChristoph Hellwig2018-05-261-9/+5
| |/
* | tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet2018-05-101-1/+2
|/
* tipc: fix missing initializer in tipc_sendmsg()Jon Maloy2018-04-121-1/+3
* tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang2018-04-081-3/+3
* tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna2018-04-041-1/+2
* tipc: permit overlapping service ranges in name tableJon Maloy2018-03-311-2/+2
* tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy2018-03-231-13/+10
* tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna2018-03-221-2/+7
* tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna2018-03-221-5/+67
* tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna2018-03-221-24/+41
* tipc: some name changesJon Maloy2018-03-171-7/+7
* tipc: obsolete TIPC_ZONE_SCOPEJon Maloy2018-03-171-5/+10