summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan2019-05-161-2/+2
* tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne2019-04-031-5/+15
* tipc: fix race condition causing hung sendtoTung Nguyen2019-03-101-1/+5
* tipc: fix RDM/DGRAM connect() regressionErik Hugne2019-03-101-1/+1
* tipc: check group dests after tipc_wait_for_cond()Cong Wang2019-01-091-4/+5
* tipc: use lock_sock() in tipc_sk_reinit()Cong Wang2019-01-091-2/+6
* tipc: check tsk->group in tipc_wait_for_cond()Cong Wang2019-01-091-11/+14
* tipc: don't assume linear buffer when reading ancillary dataJon Maloy2018-11-231-4/+11
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-11-041-1/+1
* tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan2018-10-111-2/+12
* tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan2018-09-251-1/+3
* tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang2018-09-071-6/+11
* tipc: orphan sock in tipc_release()Cong Wang2018-09-061-0/+1
* tipc: switch to rhashtable iteratorCong Wang2018-08-301-26/+50
* tipc: fix a missing rhashtable_walk_exit()Cong Wang2018-08-301-0/+2
* net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King2018-08-011-4/+1Star
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-5/+9
|\
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-5/+9
* | tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna2018-06-301-0/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-2/+11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-121-1/+2
| |\
| * | tipc: introduce ioctl for fetching node identityJon Maloy2018-04-271-2/+11
* | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-9/+5Star
|\ \ \ | |_|/ |/| |
| * | net/tipc: convert to ->poll_maskChristoph Hellwig2018-05-261-9/+5Star
| |/
* / tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet2018-05-101-1/+2
|/
* tipc: fix missing initializer in tipc_sendmsg()Jon Maloy2018-04-131-1/+3
* tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang2018-04-081-3/+3
* tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna2018-04-041-1/+2
* tipc: permit overlapping service ranges in name tableJon Maloy2018-04-011-2/+2
* tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy2018-03-231-13/+10Star
* tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna2018-03-221-2/+7
* tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna2018-03-221-5/+67
* tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna2018-03-221-24/+41
* tipc: some name changesJon Maloy2018-03-171-7/+7
* tipc: obsolete TIPC_ZONE_SCOPEJon Maloy2018-03-171-5/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-0/+1
|\
| * tipc: correct initial value for group congestion flagJon Maloy2018-02-271-0/+1
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2Star
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-50/+64
|\
| * tipc: fix race between poll() and setsockopt()Jon Maloy2018-01-191-4/+3Star
| * tipc: fix bug during lookup of multicast destination nodesJon Maloy2018-01-151-2/+1Star
| * tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy2018-01-151-0/+1
| * tipc: improve poll() for group member socketJon Maloy2018-01-091-4/+4
| * tipc: improve groupcast scope handlingJon Maloy2018-01-091-35/+53
| * tipc: send out join messages as soon as new member is discoveredJon Maloy2018-01-091-2/+2
| * tipc: create group member event messages when they are neededJon Maloy2018-01-091-2/+1Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-171-1/+1
| |\ \