summaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)AuthorLines
2014-07-11tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy-0/+1
2014-07-08tipc: fix bug in multicast/broadcast message reassemblyJon Paul Maloy-3/+8
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila-1/+1
2014-06-11tipc: fix potential bug in function tipc_backlog_rcvJon Paul Maloy-2/+3
2014-05-24tipc: Don't reset the timeout when restartingArnaldo Carvalho de Melo-3/+5
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy-59/+46
2014-05-14tipc: clean up neigbor discovery message receptionJon Paul Maloy-108/+111
2014-05-14tipc: improve and extend media address conversion functionsJon Paul Maloy-76/+83
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy-91/+74
2014-05-14tipc: mark head of reassembly buffer as non-linearJon Paul Maloy-0/+2
2014-05-14tipc: don't record link RESET or ACTIVATE messages as trafficJon Paul Maloy-3/+4
2014-05-14tipc: compensate for double accounting in socket rcv bufferJon Paul Maloy-9/+21
2014-05-14tipc: decrease connection flow control windowJon Paul Maloy-9/+11
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2014-05-09tipc: don't directly overwrite node action_flagsYing Xue-3/+5
2014-05-09tipc: rename enum names of node flagsYing Xue-27/+25
2014-05-05tipc: purge signal handler infrastructureYing Xue-147/+2
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue-14/+32
2014-05-05tipc: convert allocations of global variables associated with bclinkYing Xue-15/+32
2014-05-05tipc: define new functions to operate bc_lockYing Xue-43/+53
2014-05-05tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue-54/+52
2014-05-05tipc: remove TIPC_NAMES_GONE node flagYing Xue-23/+7
2014-05-05tipc: avoid to asynchronously notify subscriptionsYing Xue-16/+33
2014-05-05tipc: rename setup_blocked variable of node struct to flagsYing Xue-19/+31
2014-05-05tipc: adjust order of variables in tipc_node structureYing Xue-29/+34
2014-05-05tipc: always use tipc_node_lock() to hold node lockYing Xue-9/+9
2014-04-30tipc: fix memory leak of publicationsYing Xue-1/+1
2014-04-28tipc: move the delivery of named messages out of nametbl lockYing Xue-13/+22
2014-04-28tipc: fix out of bounds indexingErik Hugne-1/+1
2014-04-27tipc: fix a possible memory leakYing Xue-1/+3
2014-04-26tipc: add ioctl to fetch link namesErik Hugne-3/+54
2014-04-26tipc: add support for link state subscriptionsErik Hugne-1/+5
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman-1/+1
2014-04-22tipc: fix race in disc create/deleteYing Xue-20/+37
2014-04-22tipc: use bc_lock to protect node map in bearer structureYing Xue-12/+13
2014-04-22tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue-1/+1
2014-04-22tipc: make media_ptr pointed netdevice validYing Xue-0/+1
2014-04-22tipc: purge tipc_net_lock lockYing Xue-100/+42
2014-04-22tipc: use RCU to protect media_ptr pointerYing Xue-4/+11
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue-46/+88
2014-04-22tipc: convert bearer_list to RCU listYing Xue-13/+18
2014-04-22tipc: use RTNL lock to protect tipc_net_stop routineYing Xue-0/+2
2014-04-22tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue-8/+3
2014-04-22tipc: replace config_mutex lock with RTNL lockYing Xue-5/+3
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-5/+5
2014-04-07tipc: Let tipc_release() return 0Geert Uytterhoeven-2/+1
2014-04-03tipc: fix regression bug where node events are not being generatedErik Hugne-0/+3
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne-16/+10
2014-03-28tipc: fix neighbor detection problem after hw address changeErik Hugne-0/+9
2014-03-27tipc: use node list lock to protect tipc_num_links variableYing Xue-10/+11