aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
AgeCommit message (Expand)Author
2020-09-26tipc: fix shutdown() of connection oriented socketTetsuo Handa
2020-09-12tipc: fix shutdown() of connectionless socketTetsuo Handa
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien
2020-06-01tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig
2020-05-26tipc: add test for Nagle algorithm effectivenessTuong Lien
2020-05-13tipc: fix large latency in smart Nagle streamingTuong Lien
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le
2020-02-10tipc: fix successful connect() but timed outTuong Lien
2020-01-08tipc: fix wrong connect() return codeTuong Lien
2020-01-08tipc: fix link overflow issue at socket shutdownTuong Lien
2019-12-10tipc: fix retrans failure due to wrong destinationTuong Lien
2019-11-28tipc: fix duplicate SYN messages under link congestionTung Nguyen
2019-11-28tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen
2019-11-28tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen
2019-11-28tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-30tipc: add smart nagle featureJon Maloy
2019-10-29tipc: improve throughput between nodes in netnsHoang Le
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
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-10-06net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko
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