aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-17tipc: some name changesJon Maloy1-7/+7
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy1-5/+10
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-02-27tipc: correct initial value for group congestion flagJon Maloy1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-11/+11
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-50/+64
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-19tipc: fix race between poll() and setsockopt()Jon Maloy1-4/+3
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon Maloy1-2/+1
2018-01-15tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy1-0/+1
2018-01-09tipc: improve poll() for group member socketJon Maloy1-4/+4
2018-01-09tipc: improve groupcast scope handlingJon Maloy1-35/+53
2018-01-09tipc: send out join messages as soon as new member is discoveredJon Maloy1-2/+2
2018-01-09tipc: create group member event messages when they are neededJon Maloy1-2/+1
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-12-28tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan1-1/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-12-13tipc: eliminate potential memory leakJon Maloy1-1/+1
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-4/+2
2017-11-27net: annotate ->poll() instancesAl Viro1-2/+2
2017-11-01net: tipc: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-26tipc: fix a dangling pointerCong Wang1-1/+3
2017-10-22tipc: refactor tipc_sk_timeout() functionJon Maloy1-26/+23
2017-10-21tipc: fix broken tipc_poll() functionJon Maloy1-3/+2
2017-10-13tipc: guarantee delivery of UP event before first broadcastJon Maloy1-0/+4
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy1-5/+29
2017-10-13tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy1-0/+2
2017-10-13tipc: introduce group multicast messagingJon Maloy1-4/+52
2017-10-13tipc: introduce group anycast messagingJon Maloy1-0/+84
2017-10-13tipc: introduce group unicast messagingJon Maloy1-10/+102
2017-10-13tipc: introduce flow control for group broadcast messagesJon Maloy1-12/+36
2017-10-13tipc: receive group membership events via member socketJon Maloy1-18/+31
2017-10-13tipc: add second source address to recvmsg()/recvfrom()Jon Maloy1-18/+35
2017-10-13tipc: introduce communication groupsJon Maloy1-27/+182
2017-10-13tipc: improve destination linked listJon Maloy1-6/+6
2017-10-13tipc: add new function for sending multiple small messagesJon Maloy1-12/+2
2017-10-13tipc: refactor function filter_rcv()Jon Maloy1-81/+80
2017-10-13tipc: improve address sanity check in tipc_connect()Jon Maloy1-16/+15
2017-10-13tipc: add ability to order and receive topology events in driverJon Maloy1-12/+20
2017-08-24tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson1-3/+3
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-05-11tipc: make macro tipc_wait_for_cond() smp safeJon Paul Maloy1-19/+19
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-148/+148
2017-05-02tipc: refactor function tipc_sk_recv_stream()Jon Paul Maloy1-84/+71
2017-05-02tipc: refactor function tipc_sk_recvmsg()Jon Paul Maloy1-59/+50
2017-04-28tipc: close the connection if protocol messages contain errorsParthasarathy Bhuvaragan1-0/+8
2017-04-28tipc: improve error validations for sockets in CONNECTING stateParthasarathy Bhuvaragan1-3/+22
2017-04-28tipc: Fix missing connection request handlingParthasarathy Bhuvaragan1-2/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2