summaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le1-1/+1
2023-01-18tipc: improve throughput between nodes in netnsHoang Le1-3/+3
2022-07-21net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua1-0/+1
2022-04-15tipc: fix the timer expires after interval 100msHoang Le1-1/+2
2022-03-02tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter1-1/+1
2021-09-22tipc: increase timeout in tipc_sk_enqueue()Hoang Le1-1/+1
2021-09-22tipc: fix an use-after-free issue in tipc_recvmsgXin Long1-3/+5
2021-09-22tipc: keep the skb in rcv queue until the whole data is readXin Long1-9/+27
2021-08-04tipc: fix sleeping in tipc accept routineHoang Le1-5/+4
2021-06-03Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le1-1/+4
2021-04-14net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong1-1/+1
2020-10-01tipc: fix link overflow issue at socket shutdownTuong Lien1-21/+32
2020-09-26tipc: fix shutdown() of connection oriented socketTetsuo Handa1-4/+1
2020-09-12tipc: fix shutdown() of connectionless socketTetsuo Handa1-3/+6
2020-01-26tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen1-1/+1
2020-01-26tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen1-0/+1
2020-01-26tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen1-1/+3
2020-01-23tipc: fix retrans failure due to wrong destinationTuong Lien1-14/+18
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-10net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+1
2019-10-10net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet1-3/+3
2019-08-19tipc: clean up skb list lock handling on send pathJon Maloy1-7/+7
2019-07-31tipc: fix unitilized skb list crashJon Maloy1-2/+1
2019-05-09tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan1-2/+2
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-3/+3
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-5/+5
2019-04-20tipc: introduce new socket option TIPC_SOCK_RECVQ_USEDTung Nguyen1-0/+3
2019-03-21tipc: fix a null pointer derefHoang Le1-1/+1
2019-03-21tipc: fix use-after-free in tipc_sk_filter_rcvHoang Le1-1/+2
2019-03-19tipc: smooth change between replicast and broadcastHoang Le1-0/+5
2019-03-18tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne1-5/+15
2019-03-17net: tipc: fix a missing check for nla_nest_startKangjie Lu1-0/+2
2019-03-05tipc: fix RDM/DGRAM connect() regressionErik Hugne1-1/+1
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-02-27tipc: fix race condition causing hung sendtoTung Nguyen1-1/+5
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2019-02-22tipc: improve function tipc_wait_for_rcvmsg()Tung Nguyen1-4/+5
2019-02-22tipc: improve function tipc_wait_for_cond()Tung Nguyen1-1/+1
2019-01-23tipc: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+24
2018-12-19tipc: add trace_events for tipc socketTuong Lien1-5/+132
2018-12-19tipc: enable tracepoints in tipcTuong Lien1-0/+90
2018-12-19tipc: check group dests after tipc_wait_for_cond()Cong Wang1-4/+5
2018-12-15tipc: check tsk->group in tipc_wait_for_cond()Cong Wang1-11/+14
2018-12-15tipc: use lock_sock() in tipc_sk_reinit()Cong Wang1-2/+6
2018-11-18tipc: don't assume linear buffer when reading ancillary dataJon Maloy1-4/+11
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+12
2018-10-11tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan1-2/+12
2018-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3