summaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
AgeCommit message (Expand)Author
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
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-17tipc: Fix tipc_sk_reinit race conditionsHerbert Xu
2017-01-25tipc: uninitialized return code in tipc_setsockopt()Dan Carpenter
2017-01-20tipc: make replicast a user selectable optionJon Paul Maloy
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy
2017-01-03tipc: reduce risk of user starvation during link congestionJon Paul Maloy
2017-01-03tipc: modify struct tipc_plist to be more versatileJon Paul Maloy
2017-01-03tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functionsJon Paul Maloy
2016-12-23tipc: don't send FIN message from connectionless socketJon Paul Maloy
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-25tipc: resolve connection flow control compatibility problemJon Paul Maloy
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-19tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-11-01tipc: remove SS_CONNECTED sock stateParthasarathy Bhuvaragan