summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tipc: introduce flow control for group broadcast messagesJon Maloy2017-10-131-12/+36
* tipc: receive group membership events via member socketJon Maloy2017-10-131-18/+31
* tipc: add second source address to recvmsg()/recvfrom()Jon Maloy2017-10-131-18/+35
* tipc: introduce communication groupsJon Maloy2017-10-131-27/+182
* tipc: improve destination linked listJon Maloy2017-10-131-6/+6
* tipc: add new function for sending multiple small messagesJon Maloy2017-10-131-12/+2
* tipc: refactor function filter_rcv()Jon Maloy2017-10-131-81/+80
* tipc: improve address sanity check in tipc_connect()Jon Maloy2017-10-131-16/+15
* tipc: add ability to order and receive topology events in driverJon Maloy2017-10-131-12/+20
* tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson2017-08-241-3/+3
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* tipc: make macro tipc_wait_for_cond() smp safeJon Paul Maloy2017-05-111-19/+19
OpenPOWER on IntegriCloud