summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
AgeCommit message (Expand)AuthorLines
2018-12-18tipc: check group dests after tipc_wait_for_cond()Cong Wang-4/+5
2018-12-14tipc: check tsk->group in tipc_wait_for_cond()Cong Wang-11/+14
2018-12-14tipc: use lock_sock() in tipc_sk_reinit()Cong Wang-2/+6
2018-11-17tipc: don't assume linear buffer when reading ancillary dataJon Maloy-4/+11
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+12
2018-10-10tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan-2/+12
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen-6/+43
2018-09-29tipc: add SYN bit to connection setup messagesJon Maloy-0/+5
2018-09-29tipc: refactor function tipc_sk_filter_connect()Jon Maloy-58/+43
2018-09-29tipc: refactor function tipc_sk_timeout()Jon Maloy-24/+38
2018-09-25tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan-1/+3
2018-09-06tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang-6/+11
2018-09-05tipc: orphan sock in tipc_release()Cong Wang-0/+1
2018-08-29tipc: switch to rhashtable iteratorCong Wang-26/+50
2018-08-29tipc: fix a missing rhashtable_walk_exit()Cong Wang-0/+2
2018-08-01net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King-4/+1
2018-07-30net: simplify sock_poll_waitChristoph Hellwig-1/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+9
2018-06-30tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna-0/+5
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-5/+9
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+11
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-9/+5
2018-05-26net/tipc: convert to ->poll_maskChristoph Hellwig-9/+5
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2018-05-10tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet-1/+2
2018-04-27tipc: introduce ioctl for fetching node identityJon Maloy-2/+11
2018-04-12tipc: fix missing initializer in tipc_sendmsg()Jon Maloy-1/+3
2018-04-08tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang-3/+3
2018-04-04tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna-1/+2
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy-2/+2
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy-13/+10
2018-03-22tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna-2/+7
2018-03-22tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna-5/+67
2018-03-22tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna-24/+41
2018-03-17tipc: some name changesJon Maloy-7/+7
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy-5/+10
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2018-02-27tipc: correct initial value for group congestion flagJon Maloy-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko-3/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-11/+11
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-50/+64
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2018-01-19tipc: fix race between poll() and setsockopt()Jon Maloy-4/+3
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon Maloy-2/+1
2018-01-15tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy-0/+1
2018-01-09tipc: improve poll() for group member socketJon Maloy-4/+4
2018-01-09tipc: improve groupcast scope handlingJon Maloy-35/+53
2018-01-09tipc: send out join messages as soon as new member is discoveredJon Maloy-2/+2