summaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-03Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le1-1/+4
2021-04-16net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong1-1/+1
2020-10-01tipc: fix shutdown() of connection oriented socketTetsuo Handa1-4/+1
2020-09-12tipc: fix shutdown() of connectionless socketTetsuo Handa1-3/+6
2020-01-27tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen1-1/+1
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-05-16tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan1-2/+2
2019-03-14tipc: fix RDM/DGRAM connect() regressionErik Hugne1-1/+1
2019-01-09tipc: use lock_sock() in tipc_sk_reinit()Cong Wang1-2/+6
2018-10-18tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan1-1/+3
2018-09-15tipc: fix a missing rhashtable_walk_exit()Cong Wang1-0/+2
2018-01-02tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan1-1/+1
2017-08-25tipc: 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-12tipc: make macro tipc_wait_for_cond() smp safeJon Paul Maloy1-19/+19
2017-05-03Merge 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-27Merge 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-30tipc: allow rdm/dgram socketpairsErik Hugne1-4/+16
2017-03-30tipc: add support for stream/seqpacket socketpairsErik Hugne1-2/+12
2017-03-10net: 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...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-24tipc: don't send FIN message from connectionless socketJon Paul Maloy1-11/+13
2016-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-26tipc: 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-20tipc: 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