aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
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
2014-06-27tipc: separate building and sending of rejected messagesJon Paul Maloy
2014-06-27tipc: introduce direct iovec to buffer chain fragmentation functionJon Paul Maloy
2014-06-27tipc: make link mtu easily accessible from socketJon Paul Maloy
2014-06-27tipc: introduce send functions for chained buffers in linkJon Paul Maloy
2014-06-27tipc: use negative error return values in functionsJon Paul Maloy
2014-06-27tipc: eliminate case of writing to freed memoryJon Paul Maloy
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila
2014-06-11tipc: fix potential bug in function tipc_backlog_rcvJon Paul Maloy
2014-05-24tipc: Don't reset the timeout when restartingArnaldo Carvalho de Melo
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy
2014-05-14tipc: clean up neigbor discovery message receptionJon Paul Maloy
2014-05-14tipc: improve and extend media address conversion functionsJon Paul Maloy
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy
2014-05-14tipc: mark head of reassembly buffer as non-linearJon Paul Maloy
2014-05-14tipc: don't record link RESET or ACTIVATE messages as trafficJon Paul Maloy
2014-05-14tipc: compensate for double accounting in socket rcv bufferJon Paul Maloy
2014-05-14tipc: decrease connection flow control windowJon Paul Maloy
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-09tipc: don't directly overwrite node action_flagsYing Xue
2014-05-09tipc: rename enum names of node flagsYing Xue
2014-05-05tipc: purge signal handler infrastructureYing Xue
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue
2014-05-05tipc: convert allocations of global variables associated with bclinkYing Xue
2014-05-05tipc: define new functions to operate bc_lockYing Xue
2014-05-05tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue
2014-05-05tipc: remove TIPC_NAMES_GONE node flagYing Xue