aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-25tipc: fix socket flow control accounting error at tipc_recv_streamParthasarathy Bhuvaragan1-1/+1
2017-04-25tipc: fix socket flow control accounting error at tipc_send_streamParthasarathy Bhuvaragan1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-03-29tipc: allow rdm/dgram socketpairsErik Hugne1-4/+16
2017-03-29tipc: add support for stream/seqpacket socketpairsErik Hugne1-2/+12
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-3/+5
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-02-17tipc: Fix tipc_sk_reinit race conditionsHerbert Xu1-11/+19
2017-01-25tipc: uninitialized return code in tipc_setsockopt()Dan Carpenter1-2/+1
2017-01-20tipc: make replicast a user selectable optionJon Paul Maloy1-7/+29
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy1-8/+19
2017-01-03tipc: reduce risk of user starvation during link congestionJon Paul Maloy1-193/+154
2017-01-03tipc: modify struct tipc_plist to be more versatileJon Paul Maloy1-4/+4
2017-01-03tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functionsJon Paul Maloy1-59/+49
2016-12-23tipc: don't send FIN message from connectionless socketJon Paul Maloy1-11/+13
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-25tipc: resolve connection flow control compatibility problemJon Paul Maloy1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-47/+1
2016-11-19tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy1-47/+1
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong1-12/+12
2016-11-01tipc: remove SS_CONNECTED sock stateParthasarathy Bhuvaragan1-48/+38
2016-11-01tipc: create TIPC_CONNECTING as a new sk_stateParthasarathy Bhuvaragan1-32/+28
2016-11-01tipc: remove SS_DISCONNECTING stateParthasarathy Bhuvaragan1-80/+52
2016-11-01tipc: create TIPC_DISCONNECTING as a new sk_stateParthasarathy Bhuvaragan1-15/+24
2016-11-01tipc: create TIPC_OPEN as a new sk_stateParthasarathy Bhuvaragan1-54/+43
2016-11-01tipc: create TIPC_ESTABLISHED as a new sk_stateParthasarathy Bhuvaragan1-7/+11
2016-11-01tipc: create TIPC_LISTEN as a new sk_stateParthasarathy Bhuvaragan1-19/+43
2016-11-01tipc: remove socket state SS_READYParthasarathy Bhuvaragan1-18/+31
2016-11-01tipc: remove probing_intv from tipc_sockParthasarathy Bhuvaragan1-10/+9
2016-11-01tipc: remove tsk->connected from tipc_sockParthasarathy Bhuvaragan1-17/+19