summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
AgeCommit message (Expand)AuthorLines
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
2018-01-09tipc: create group member event messages when they are neededJon Maloy-2/+1
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-12-28tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan-1/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-12-13tipc: eliminate potential memory leakJon Maloy-1/+1
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert-4/+2
2017-11-27net: annotate ->poll() instancesAl Viro-2/+2
2017-11-01net: tipc: Convert timers to use timer_setup()Kees Cook-5/+5
2017-10-26tipc: fix a dangling pointerCong Wang-1/+3
2017-10-22tipc: refactor tipc_sk_timeout() functionJon Maloy-26/+23
2017-10-21tipc: fix broken tipc_poll() functionJon Maloy-3/+2
2017-10-13tipc: guarantee delivery of UP event before first broadcastJon Maloy-0/+4
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy-5/+29
2017-10-13tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy-0/+2
2017-10-13tipc: introduce group multicast messagingJon Maloy-4/+52
2017-10-13tipc: introduce group anycast messagingJon Maloy-0/+84
2017-10-13tipc: introduce group unicast messagingJon Maloy-10/+102
2017-10-13tipc: introduce flow control for group broadcast messagesJon Maloy-12/+36
2017-10-13tipc: receive group membership events via member socketJon Maloy-18/+31
2017-10-13tipc: add second source address to recvmsg()/recvfrom()Jon Maloy-18/+35
2017-10-13tipc: introduce communication groupsJon Maloy-27/+182
2017-10-13tipc: improve destination linked listJon Maloy-6/+6
2017-10-13tipc: add new function for sending multiple small messagesJon Maloy-12/+2
2017-10-13tipc: refactor function filter_rcv()Jon Maloy-81/+80
2017-10-13tipc: improve address sanity check in tipc_connect()Jon Maloy-16/+15
2017-10-13tipc: add ability to order and receive topology events in driverJon Maloy-12/+20
2017-08-24tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson-3/+3
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena-1/+1