aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-25tipc: 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-19tipc: 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
2016-11-01tipc: remove probing_intv from tipc_sockParthasarathy Bhuvaragan1-10/+9
2016-11-01tipc: remove tsk->connected from tipc_sockParthasarathy Bhuvaragan1-17/+19
2016-11-01tipc: remove tsk->connected for connectionless socketsParthasarathy Bhuvaragan1-3/+1
2016-11-01tipc: rename tsk->remote to tsk->peer for consistent namingParthasarathy Bhuvaragan1-6/+5
2016-11-01tipc: rename struct tipc_skb_cb member handle to bytes_readParthasarathy Bhuvaragan1-8/+10
2016-11-01tipc: set kern=0 in sk_alloc() during tipc_accept()Parthasarathy Bhuvaragan1-1/+1
2016-11-01tipc: wakeup sleeping users at disconnectParthasarathy Bhuvaragan1-0/+1
2016-11-01tipc: return early for non-blocking sockets at link congestionParthasarathy Bhuvaragan1-0/+6
2016-08-15tipc: fix NULL pointer dereference in shutdown()Vegard Nossum1-1/+2
2016-06-17tipc: fix socket timer deadlockJon Paul Maloy1-12/+42
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-05-16tipc: check nl sock before parsing nested attributesRichard Alpe1-0/+3
2016-05-03tipc: redesign connection-level flow controlJon Paul Maloy1-48/+92
2016-05-03tipc: propagate peer node capabilities to socket layerJon Paul Maloy1-0/+2
2016-05-03tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy1-1/+1
2016-04-18treewide: Fix typos in printkMasanari Iida1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+19
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe1-8/+1
2016-03-03tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan1-14/+19
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-2/+2
2015-11-23tipc: avoid packets leaking on socket receive queueYing Xue1-3/+7
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy1-1/+1
2015-10-24tipc: move bcast definitions to bcast.cJon Paul Maloy1-2/+2