aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
AgeCommit message (Expand)Author
2023-03-17tipc: improve function tipc_wait_for_cond()Tung Nguyen
2022-07-21net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua
2022-03-02tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter
2021-09-22tipc: increase timeout in tipc_sk_enqueue()Hoang Le
2021-09-22tipc: fix an use-after-free issue in tipc_recvmsgXin Long
2021-09-22tipc: keep the skb in rcv queue until the whole data is readXin Long
2021-08-04tipc: fix sleeping in tipc accept routineHoang Le
2021-06-03Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le
2021-04-14net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong
2020-09-26tipc: fix shutdown() of connection oriented socketTetsuo Handa
2020-09-12tipc: fix shutdown() of connectionless socketTetsuo Handa
2020-07-29tipc: clean up skb list lock handling on send pathJon Maloy
2020-01-27tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-05-16tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan
2019-04-03tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne
2019-03-10tipc: fix race condition causing hung sendtoTung Nguyen
2019-03-10tipc: fix RDM/DGRAM connect() regressionErik Hugne
2019-01-09tipc: check group dests after tipc_wait_for_cond()Cong Wang
2019-01-09tipc: use lock_sock() in tipc_sk_reinit()Cong Wang
2019-01-09tipc: check tsk->group in tipc_wait_for_cond()Cong Wang
2018-11-23tipc: don't assume linear buffer when reading ancillary dataJon Maloy
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-10tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan
2018-09-25tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan
2018-09-06tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang
2018-09-05tipc: orphan sock in tipc_release()Cong Wang
2018-08-29tipc: switch to rhashtable iteratorCong Wang
2018-08-29tipc: fix a missing rhashtable_walk_exit()Cong Wang
2018-08-01net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-30tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net/tipc: convert to ->poll_maskChristoph Hellwig
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-10tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet
2018-04-27tipc: introduce ioctl for fetching node identityJon Maloy
2018-04-12tipc: fix missing initializer in tipc_sendmsg()Jon Maloy
2018-04-08tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang
2018-04-04tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy
2018-03-22tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna
2018-03-22tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna
2018-03-22tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna
2018-03-17tipc: some name changesJon Maloy
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy