aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-30tipc: add stricter control of reserved service typesJon Maloy1-9/+18
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+1
2020-09-18net: tipc: delete duplicated wordsRandy Dunlap1-1/+1
2020-09-10tipc: fix shutdown() of connection oriented socketTetsuo Handa1-4/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+6
2020-09-02tipc: fix shutdown() of connectionless socketTetsuo Handa1-3/+6
2020-08-31tipc: Remove unused macro TIPC_FWD_MSGYueHaibing1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin1-2/+2
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-4/+4
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn1-5/+3
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien1-1/+2
2020-06-01tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing1-2/+6
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig1-9/+9
2020-05-26tipc: add test for Nagle algorithm effectivenessTuong Lien1-12/+52
2020-05-13tipc: fix large latency in smart Nagle streamingTuong Lien1-11/+31
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le1-1/+1
2020-02-10tipc: fix successful connect() but timed outTuong Lien1-0/+2
2020-01-08tipc: fix wrong connect() return codeTuong Lien1-2/+2
2020-01-08tipc: fix link overflow issue at socket shutdownTuong Lien1-21/+32
2019-12-10tipc: fix retrans failure due to wrong destinationTuong Lien1-14/+18
2019-11-28tipc: fix duplicate SYN messages under link congestionTung Nguyen1-7/+10
2019-11-28tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen1-1/+1
2019-11-28tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen1-0/+1
2019-11-28tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen1-1/+3
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-10-30tipc: add smart nagle featureJon Maloy1-18/+99
2019-10-29tipc: improve throughput between nodes in netnsHoang Le1-3/+3
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+1
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet1-3/+3
2019-10-06net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko1-5/+1
2019-08-18tipc: clean up skb list lock handling on send pathJon Maloy1-7/+7
2019-07-30tipc: fix unitilized skb list crashJon Maloy1-2/+1
2019-05-09tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan1-2/+2
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-3/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-5/+5
2019-04-19tipc: 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-17tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne1-5/+15
2019-03-16net: 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-26tipc: 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