summaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-19tipc: fix race between poll() and setsockopt()Jon Maloy
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon Maloy
2018-01-15tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy
2018-01-09tipc: improve poll() for group member socketJon Maloy
2018-01-09tipc: improve groupcast scope handlingJon Maloy
2018-01-09tipc: send out join messages as soon as new member is discoveredJon Maloy
2018-01-09tipc: create group member event messages when they are neededJon Maloy
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-28tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-13tipc: eliminate potential memory leakJon Maloy
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-01net: tipc: Convert timers to use timer_setup()Kees Cook
2017-10-26tipc: fix a dangling pointerCong Wang
2017-10-22tipc: refactor tipc_sk_timeout() functionJon Maloy
2017-10-21tipc: fix broken tipc_poll() functionJon Maloy
2017-10-13tipc: guarantee delivery of UP event before first broadcastJon Maloy
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy
2017-10-13tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy
2017-10-13tipc: introduce group multicast messagingJon Maloy
2017-10-13tipc: introduce group anycast messagingJon Maloy
2017-10-13tipc: introduce group unicast messagingJon Maloy
2017-10-13tipc: introduce flow control for group broadcast messagesJon Maloy
2017-10-13tipc: receive group membership events via member socketJon Maloy
2017-10-13tipc: add second source address to recvmsg()/recvfrom()Jon Maloy
2017-10-13tipc: introduce communication groupsJon Maloy
2017-10-13tipc: improve destination linked listJon Maloy
2017-10-13tipc: add new function for sending multiple small messagesJon Maloy
2017-10-13tipc: refactor function filter_rcv()Jon Maloy
2017-10-13tipc: improve address sanity check in tipc_connect()Jon Maloy
2017-10-13tipc: add ability to order and receive topology events in driverJon Maloy
2017-08-24tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-05-11tipc: make macro tipc_wait_for_cond() smp safeJon Paul Maloy
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02tipc: refactor function tipc_sk_recv_stream()Jon Paul Maloy
2017-05-02tipc: refactor function tipc_sk_recvmsg()Jon Paul Maloy
2017-04-28tipc: close the connection if protocol messages contain errorsParthasarathy Bhuvaragan
2017-04-28tipc: improve error validations for sockets in CONNECTING stateParthasarathy Bhuvaragan
2017-04-28tipc: Fix missing connection request handlingParthasarathy Bhuvaragan
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-25tipc: fix socket flow control accounting error at tipc_recv_streamParthasarathy Bhuvaragan
2017-04-25tipc: fix socket flow control accounting error at tipc_send_streamParthasarathy Bhuvaragan
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-29tipc: allow rdm/dgram socketpairsErik Hugne
2017-03-29tipc: add support for stream/seqpacket socketpairsErik Hugne