aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-08tipc: fix a memleak when sending dataErik Hugne1-1/+4
2014-07-07tipc: fix link acknowledge logic in receive pathErik Hugne1-5/+5
2014-07-07tipc: refactor message delivery out of tipc_rcvErik Hugne1-44/+80
2014-06-27tipc: simplify connection congestion handlingJon Paul Maloy5-54/+43
2014-06-27tipc: clean up connection protocol reception functionJon Paul Maloy5-63/+68
2014-06-27tipc: same receive code path for connection protocol and data messagesJon Paul Maloy6-55/+19
2014-06-27tipc: let port protocol senders use new link send functionJon Paul Maloy1-7/+23
2014-06-27tipc: connection oriented transport uses new send functionsJon Paul Maloy4-513/+70
2014-06-27tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy3-149/+110
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy4-38/+51
2014-06-27tipc: separate building and sending of rejected messagesJon Paul Maloy3-8/+64
2014-06-27tipc: introduce direct iovec to buffer chain fragmentation functionJon Paul Maloy2-0/+105
2014-06-27tipc: make link mtu easily accessible from socketJon Paul Maloy2-4/+38
2014-06-27tipc: introduce send functions for chained buffers in linkJon Paul Maloy4-13/+250
2014-06-27tipc: use negative error return values in functionsJon Paul Maloy1-23/+23
2014-06-27tipc: eliminate case of writing to freed memoryJon Paul Maloy1-2/+4
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila1-1/+1
2014-06-11tipc: fix potential bug in function tipc_backlog_rcvJon Paul Maloy1-2/+3
2014-05-24tipc: Don't reset the timeout when restartingArnaldo Carvalho de Melo1-3/+5
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy6-59/+46
2014-05-14tipc: clean up neigbor discovery message receptionJon Paul Maloy1-108/+111
2014-05-14tipc: improve and extend media address conversion functionsJon Paul Maloy6-76/+83
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy8-91/+74
2014-05-14tipc: mark head of reassembly buffer as non-linearJon Paul Maloy1-0/+2
2014-05-14tipc: don't record link RESET or ACTIVATE messages as trafficJon Paul Maloy1-3/+4
2014-05-14tipc: compensate for double accounting in socket rcv bufferJon Paul Maloy2-9/+21
2014-05-14tipc: decrease connection flow control windowJon Paul Maloy3-9/+11
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-05-09tipc: don't directly overwrite node action_flagsYing Xue2-3/+5
2014-05-09tipc: rename enum names of node flagsYing Xue3-27/+25
2014-05-05tipc: purge signal handler infrastructureYing Xue4-147/+2
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue4-14/+32
2014-05-05tipc: convert allocations of global variables associated with bclinkYing Xue5-15/+32
2014-05-05tipc: define new functions to operate bc_lockYing Xue1-43/+53
2014-05-05tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue4-54/+52
2014-05-05tipc: remove TIPC_NAMES_GONE node flagYing Xue2-23/+7
2014-05-05tipc: avoid to asynchronously notify subscriptionsYing Xue4-16/+33
2014-05-05tipc: rename setup_blocked variable of node struct to flagsYing Xue3-19/+31
2014-05-05tipc: adjust order of variables in tipc_node structureYing Xue1-29/+34
2014-05-05tipc: always use tipc_node_lock() to hold node lockYing Xue2-9/+9
2014-04-30tipc: fix memory leak of publicationsYing Xue1-1/+1
2014-04-28tipc: move the delivery of named messages out of nametbl lockYing Xue3-13/+22
2014-04-28tipc: fix out of bounds indexingErik Hugne1-1/+1
2014-04-27tipc: fix a possible memory leakYing Xue1-1/+3
2014-04-26tipc: add ioctl to fetch link namesErik Hugne3-3/+54
2014-04-26tipc: add support for link state subscriptionsErik Hugne1-1/+5
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-04-22tipc: fix race in disc create/deleteYing Xue3-20/+37
2014-04-22tipc: use bc_lock to protect node map in bearer structureYing Xue3-12/+13
2014-04-22tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue1-1/+1