summaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-05-17tipc: 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-04tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan1-14/+19
2015-12-04Merge 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-24tipc: 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
2015-07-27tipc: clean up socket layer message receptionJon Paul Maloy1-132/+123
2015-07-27tipc: introduce new tipc_sk_respond() functionJon Paul Maloy1-36/+45
2015-07-27tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy1-6/+6
2015-07-21tipc: make media xmit call outside node spinlock contextJon Paul Maloy1-11/+11
2015-07-21tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy1-23/+26
2015-07-09net/tipc: initialize security state for new connection socketStephen Smalley1-0/+1
2015-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+11
2015-06-11tipc: disconnect socket directly after probe failureErik Hugne1-5/+11
2015-05-31tipc: unconditionally put sock refcnt when sock timer to be deleted is pendingYing Xue1-5/+2
2015-05-14tipc: simplify include dependenciesJon Paul Maloy1-0/+1
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-04-23tipc: fix random link reset problemErik Hugne1-1/+2
2015-03-25rhashtable: Disable automatic shrinking by defaultThomas Graf1-0/+1
2015-03-24tipc: validate length of sockaddr in connect() for dgram/rdmSasha Levin1-0/+2
2015-03-24tipc: Use default rhashtable hashfnHerbert Xu1-2/+0
2015-03-20tipc: Use inlined rhashtable interfaceHerbert Xu1-14/+18
2015-03-19tipc: add support for connect() on dgram/rdm socketsErik Hugne1-14/+24
2015-03-19tipc: remove redundant call to tipc_node_remove_connErik Hugne1-1/+0
2015-03-18tipc: Use rhashtable max/min_size instead of max/min_shiftHerbert Xu1-2/+2
2015-03-18tipc: fix netns refcnt leakYing Xue1-82/+1
2015-03-09tipc: fix inconsistent signal handling regressionErik Hugne1-6/+6
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-15/+8
2015-03-02tipc: Don't use iocb argument in socket layerYing Xue1-38/+44
2015-02-28rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann1-2/+0
2015-02-10tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe1-1/+0
2015-02-10tipc: convert legacy nl socket dump to nl compatRichard Alpe1-85/+0
2015-02-10tipc: move and rename the legacy nl api to "nl compat"Richard Alpe1-2/+2
2015-02-09tipc: fix bug in socket reception functionJon Paul Maloy1-3/+2
2015-02-06tipc: eliminate race condition at multicast receptionJon Paul Maloy1-28/+44
2015-02-06tipc: simplify socket multicast receptionJon Paul Maloy1-27/+21
2015-02-06tipc: resolve race problem at unicast message receptionJon Paul Maloy1-47/+85
2015-02-06tipc: use existing sk_write_queue for outgoing packet chainJon Paul Maloy1-18/+13
2015-02-06tipc: split up function tipc_msg_eval()Jon Paul Maloy1-18/+22
2015-02-06tipc: enqueue arrived buffers in socket in separate functionJon Paul Maloy1-15/+31
2015-02-06tipc: simplify message forwarding and rejection in socket layerJon Paul Maloy1-62/+58