aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
AgeCommit message (Expand)Author
2021-09-22tipc: increase timeout in tipc_sk_enqueue()Hoang Le
2021-08-04tipc: fix sleeping in tipc accept routineHoang Le
2021-06-03Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le
2021-04-16net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong
2020-10-01tipc: fix shutdown() of connection oriented socketTetsuo Handa
2020-09-12tipc: fix shutdown() of connectionless socketTetsuo Handa
2020-01-27tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-05-16tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan
2019-03-13tipc: fix RDM/DGRAM connect() regressionErik Hugne
2019-01-09tipc: use lock_sock() in tipc_sk_reinit()Cong Wang
2018-10-18tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan
2018-09-15tipc: fix a missing rhashtable_walk_exit()Cong Wang
2018-01-02tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan
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
2016-11-01tipc: create TIPC_CONNECTING as a new sk_stateParthasarathy Bhuvaragan
2016-11-01tipc: remove SS_DISCONNECTING stateParthasarathy Bhuvaragan
2016-11-01tipc: create TIPC_DISCONNECTING as a new sk_stateParthasarathy Bhuvaragan
2016-11-01tipc: create TIPC_OPEN as a new sk_stateParthasarathy Bhuvaragan
2016-11-01tipc: create TIPC_ESTABLISHED as a new sk_stateParthasarathy Bhuvaragan