summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAgeFilesLines
* net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King2018-08-011-4/+1
* 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-061-2/+11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-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/+5
|\ \ \ | |_|/ |/| |
| * | net/tipc: convert to ->poll_maskChristoph Hellwig2018-05-261-9/+5
| |/
* / 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-121-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-03-311-2/+2
* tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy2018-03-231-13/+10
* 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/+2
|/
* 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/+3
| * tipc: fix bug during lookup of multicast destination nodesJon Maloy2018-01-151-2/+1
| * 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/+1
| * 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-161-1/+1
| |\ \
| * | | rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-4/+2
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| |/ /
* | / tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan2017-12-281-1/+1
| |/ |/|
* | tipc: eliminate potential memory leakJon Maloy2017-12-131-1/+1
|/
* net: tipc: Convert timers to use timer_setup()Kees Cook2017-11-011-5/+5
* tipc: fix a dangling pointerCong Wang2017-10-261-1/+3
* tipc: refactor tipc_sk_timeout() functionJon Maloy2017-10-221-26/+23
* tipc: fix broken tipc_poll() functionJon Maloy2017-10-211-3/+2
* tipc: guarantee delivery of UP event before first broadcastJon Maloy2017-10-131-0/+4
* tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy2017-10-131-5/+29
* tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy2017-10-131-0/+2
* tipc: introduce group multicast messagingJon Maloy2017-10-131-4/+52
* tipc: introduce group anycast messagingJon Maloy2017-10-131-0/+84
* tipc: introduce group unicast messagingJon Maloy2017-10-131-10/+102