summaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
AgeCommit message (Expand)Author
2016-06-17tipc: fix socket timer deadlockJon Paul Maloy
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-05-16tipc: check nl sock before parsing nested attributesRichard Alpe
2016-05-03tipc: redesign connection-level flow controlJon Paul Maloy
2016-05-03tipc: propagate peer node capabilities to socket layerJon Paul Maloy
2016-05-03tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy
2016-04-18treewide: Fix typos in printkMasanari Iida
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe
2016-03-03tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-11-23tipc: avoid packets leaking on socket receive queueYing Xue
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy
2015-10-24tipc: move bcast definitions to bcast.cJon Paul Maloy
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy
2015-07-26tipc: introduce new tipc_sk_respond() functionJon Paul Maloy
2015-07-26tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy
2015-07-20tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy
2015-07-08net/tipc: initialize security state for new connection socketStephen Smalley
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-10tipc: disconnect socket directly after probe failureErik Hugne
2015-05-30tipc: unconditionally put sock refcnt when sock timer to be deleted is pendingYing Xue
2015-05-14tipc: simplify include dependenciesJon Paul Maloy
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-04-23tipc: fix random link reset problemErik Hugne
2015-03-24rhashtable: Disable automatic shrinking by defaultThomas Graf
2015-03-24tipc: validate length of sockaddr in connect() for dgram/rdmSasha Levin
2015-03-23tipc: Use default rhashtable hashfnHerbert Xu
2015-03-20tipc: Use inlined rhashtable interfaceHerbert Xu
2015-03-19tipc: add support for connect() on dgram/rdm socketsErik Hugne
2015-03-19tipc: remove redundant call to tipc_node_remove_connErik Hugne
2015-03-18tipc: Use rhashtable max/min_size instead of max/min_shiftHerbert Xu
2015-03-17tipc: fix netns refcnt leakYing Xue
2015-03-09tipc: fix inconsistent signal handling regressionErik Hugne
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02tipc: Don't use iocb argument in socket layerYing Xue
2015-02-27rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe
2015-02-09tipc: convert legacy nl socket dump to nl compatRichard Alpe
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe
2015-02-08tipc: fix bug in socket reception functionJon Paul Maloy
2015-02-05tipc: eliminate race condition at multicast receptionJon Paul Maloy
2015-02-05tipc: simplify socket multicast receptionJon Paul Maloy
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy
2015-02-05tipc: use existing sk_write_queue for outgoing packet chainJon Paul Maloy
2015-02-05tipc: split up function tipc_msg_eval()Jon Paul Maloy
2015-02-05tipc: enqueue arrived buffers in socket in separate functionJon Paul Maloy