aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2015-09-27net/tipc: initialize security state for new connection socketStephen Smalley
2014-10-21tipc: fix lockdep warning when intra-node messages are deliveredYing Xue
2014-10-21tipc: fix a potential deadlockYing Xue
2014-10-17tipc: fix bug in bundled buffer receptionJon Paul Maloy
2014-10-07tipc: fix bug in multicast congestion handlingJon Maloy
2014-09-10tipc: fix sparse warningsErik Hugne
2014-09-01tipc: add name distributor resiliency queueErik Hugne
2014-09-01tipc: refactor name table updates out of named packet receive routineErik Hugne
2014-08-29tipc: fix a potential oopsYing Xue
2014-08-23tipc: merge struct tipc_port into struct tipc_sockJon Paul Maloy
2014-08-23tipc: remove files ref.h and ref.cJon Paul Maloy
2014-08-23tipc: remove include file port.hJon Paul Maloy
2014-08-23tipc: remove source file port.cJon Paul Maloy
2014-08-23tipc: remove port_lockJon Paul Maloy
2014-08-23tipc: replace port pointer with socket pointer in registryJon Paul Maloy
2014-08-23tipc: use registry when scanning socketsJon Paul Maloy
2014-08-23tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy
2014-08-23tipc: redefine message acknowledge functionJon Paul Maloy
2014-08-23tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy
2014-08-23tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy
2014-08-23tipc: clean up socket timer functionJon Paul Maloy
2014-08-23tipc: use message to abort connections when losing contact to nodeJon Paul Maloy
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy
2014-08-23tipc: introduce new function tipc_msg_create()Jon Paul Maloy
2014-08-19tipc: Fix build.David S. Miller
2014-08-16tipc: fix message importance range checkErik Hugne
2014-07-29tipc: remove duplicated include from socket.cWei Yongjun
2014-07-28tipc: make tipc_buf_append() more robustJon Paul Maloy
2014-07-20tipc: fix sparse non static symbol warningsWei Yongjun
2014-07-16tipc: ensure sequential message delivery across dual bearersJon Paul Maloy
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy
2014-07-16tipc: start using the new multicast functionsJon Paul Maloy
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy
2014-07-16tipc: let internal link users call the new link send functionJon Paul Maloy
2014-07-16tipc: make name table distributor use new send functionJon Paul Maloy
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15tipc: remove unnecessary break after returnFabian Frederick
2014-07-11tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy
2014-07-08tipc: fix a memleak when sending dataErik Hugne
2014-07-08tipc: fix bug in multicast/broadcast message reassemblyJon Paul Maloy
2014-07-07tipc: fix link acknowledge logic in receive pathErik Hugne
2014-07-07tipc: refactor message delivery out of tipc_rcvErik Hugne
2014-06-27tipc: simplify connection congestion handlingJon Paul Maloy
2014-06-27tipc: clean up connection protocol reception functionJon Paul Maloy
2014-06-27tipc: same receive code path for connection protocol and data messagesJon Paul Maloy
2014-06-27tipc: let port protocol senders use new link send functionJon Paul Maloy
2014-06-27tipc: connection oriented transport uses new send functionsJon Paul Maloy
2014-06-27tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy