summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
AgeCommit message (Expand)AuthorLines
2016-12-23tipc: don't send FIN message from connectionless socketJon Paul Maloy-11/+13
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2016-11-25tipc: resolve connection flow control compatibility problemJon Paul Maloy-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-47/+1
2016-11-19tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy-47/+1
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong-12/+12
2016-11-01tipc: remove SS_CONNECTED sock stateParthasarathy Bhuvaragan-48/+38
2016-11-01tipc: create TIPC_CONNECTING as a new sk_stateParthasarathy Bhuvaragan-32/+28
2016-11-01tipc: remove SS_DISCONNECTING stateParthasarathy Bhuvaragan-80/+52
2016-11-01tipc: create TIPC_DISCONNECTING as a new sk_stateParthasarathy Bhuvaragan-15/+24
2016-11-01tipc: create TIPC_OPEN as a new sk_stateParthasarathy Bhuvaragan-54/+43
2016-11-01tipc: create TIPC_ESTABLISHED as a new sk_stateParthasarathy Bhuvaragan-7/+11
2016-11-01tipc: create TIPC_LISTEN as a new sk_stateParthasarathy Bhuvaragan-19/+43
2016-11-01tipc: remove socket state SS_READYParthasarathy Bhuvaragan-18/+31
2016-11-01tipc: remove probing_intv from tipc_sockParthasarathy Bhuvaragan-10/+9
2016-11-01tipc: remove tsk->connected from tipc_sockParthasarathy Bhuvaragan-17/+19
2016-11-01tipc: remove tsk->connected for connectionless socketsParthasarathy Bhuvaragan-3/+1
2016-11-01tipc: rename tsk->remote to tsk->peer for consistent namingParthasarathy Bhuvaragan-6/+5
2016-11-01tipc: rename struct tipc_skb_cb member handle to bytes_readParthasarathy Bhuvaragan-8/+10
2016-11-01tipc: set kern=0 in sk_alloc() during tipc_accept()Parthasarathy Bhuvaragan-1/+1
2016-11-01tipc: wakeup sleeping users at disconnectParthasarathy Bhuvaragan-0/+1
2016-11-01tipc: return early for non-blocking sockets at link congestionParthasarathy Bhuvaragan-0/+6
2016-08-15tipc: fix NULL pointer dereference in shutdown()Vegard Nossum-1/+2
2016-06-17tipc: fix socket timer deadlockJon Paul Maloy-12/+42
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2016-05-16tipc: check nl sock before parsing nested attributesRichard Alpe-0/+3
2016-05-03tipc: redesign connection-level flow controlJon Paul Maloy-48/+92
2016-05-03tipc: propagate peer node capabilities to socket layerJon Paul Maloy-0/+2
2016-05-03tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy-1/+1
2016-04-18treewide: Fix typos in printkMasanari Iida-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+19
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe-8/+1
2016-03-03tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan-14/+19
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+7
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu-2/+2
2015-11-23tipc: avoid packets leaking on socket receive queueYing Xue-3/+7
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy-1/+1
2015-10-24tipc: move bcast definitions to bcast.cJon Paul Maloy-2/+2
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy-132/+123
2015-07-26tipc: introduce new tipc_sk_respond() functionJon Paul Maloy-36/+45
2015-07-26tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy-6/+6
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy-11/+11
2015-07-20tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy-23/+26
2015-07-08net/tipc: initialize security state for new connection socketStephen Smalley-0/+1
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+11
2015-06-10tipc: disconnect socket directly after probe failureErik Hugne-5/+11
2015-05-30tipc: unconditionally put sock refcnt when sock timer to be deleted is pendingYing Xue-5/+2
2015-05-14tipc: simplify include dependenciesJon Paul Maloy-0/+1
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman-1/+1
2015-04-23tipc: fix random link reset problemErik Hugne-1/+2