aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-21tipc: improve function tipc_wait_for_rcvmsg()Tung Nguyen1-4/+5
2019-02-21tipc: 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-18tipc: check group dests after tipc_wait_for_cond()Cong Wang1-4/+5
2018-12-14tipc: check tsk->group in tipc_wait_for_cond()Cong Wang1-11/+14
2018-12-14tipc: use lock_sock() in tipc_sk_reinit()Cong Wang1-2/+6
2018-11-17tipc: 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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+12
2018-10-10tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan1-2/+12
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen1-6/+43
2018-09-29tipc: add SYN bit to connection setup messagesJon Maloy1-0/+5
2018-09-29tipc: refactor function tipc_sk_filter_connect()Jon Maloy1-58/+43
2018-09-29tipc: refactor function tipc_sk_timeout()Jon Maloy1-24/+38
2018-09-25tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan1-1/+3
2018-09-06tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang1-6/+11
2018-09-05tipc: orphan sock in tipc_release()Cong Wang1-0/+1
2018-08-29tipc: switch to rhashtable iteratorCong Wang1-26/+50
2018-08-29tipc: fix a missing rhashtable_walk_exit()Cong Wang1-0/+2
2018-08-01net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King1-4/+1
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+9
2018-06-30tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna1-0/+5
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-5/+9
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+11
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+5
2018-05-26net/tipc: convert to ->poll_maskChristoph Hellwig1-9/+5
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-05-10tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet1-1/+2
2018-04-27tipc: introduce ioctl for fetching node identityJon Maloy1-2/+11
2018-04-12tipc: fix missing initializer in tipc_sendmsg()Jon Maloy1-1/+3
2018-04-08tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang1-3/+3
2018-04-04tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna1-1/+2