aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
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