aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
AgeCommit message (Expand)Author
2022-07-21net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua
2022-04-15tipc: fix the timer expires after interval 100msHoang Le
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-10-01tipc: fix link overflow issue at socket shutdownTuong Lien
2020-09-26tipc: fix shutdown() of connection oriented socketTetsuo Handa
2020-09-12tipc: fix shutdown() of connectionless socketTetsuo Handa
2020-01-26tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen
2020-01-26tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen
2020-01-26tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen
2020-01-23tipc: fix retrans failure due to wrong destinationTuong Lien
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet
2019-08-18tipc: clean up skb list lock handling on send pathJon Maloy
2019-07-30tipc: fix unitilized skb list crashJon Maloy
2019-05-09tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-19tipc: introduce new socket option TIPC_SOCK_RECVQ_USEDTung Nguyen
2019-03-21tipc: fix a null pointer derefHoang Le
2019-03-21tipc: fix use-after-free in tipc_sk_filter_rcvHoang Le
2019-03-19tipc: smooth change between replicast and broadcastHoang Le
2019-03-17tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne
2019-03-16net: tipc: fix a missing check for nla_nest_startKangjie Lu
2019-03-05tipc: fix RDM/DGRAM connect() regressionErik Hugne
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-26tipc: fix race condition causing hung sendtoTung Nguyen
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-21tipc: improve function tipc_wait_for_rcvmsg()Tung Nguyen
2019-02-21tipc: improve function tipc_wait_for_cond()Tung Nguyen
2019-01-23tipc: mark expected switch fall-throughsGustavo A. R. Silva
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19tipc: add trace_events for tipc socketTuong Lien
2018-12-19tipc: enable tracepoints in tipcTuong Lien
2018-12-18tipc: check group dests after tipc_wait_for_cond()Cong Wang
2018-12-14tipc: check tsk->group in tipc_wait_for_cond()Cong Wang
2018-12-14tipc: use lock_sock() in tipc_sk_reinit()Cong Wang
2018-11-17tipc: don't assume linear buffer when reading ancillary dataJon Maloy
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-10tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen
2018-09-29tipc: add SYN bit to connection setup messagesJon Maloy