summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-111-1/+1
* tipc: fix potential bug in function tipc_backlog_rcvJon Paul Maloy2014-06-111-2/+3
* tipc: Don't reset the timeout when restartingArnaldo Carvalho de Melo2014-05-241-3/+5
* tipc: merge port message reception into socket reception functionJon Paul Maloy2014-05-146-59/+46
* tipc: clean up neigbor discovery message receptionJon Paul Maloy2014-05-141-108/+111
* tipc: improve and extend media address conversion functionsJon Paul Maloy2014-05-146-76/+83
* tipc: rename and move message reassembly functionJon Paul Maloy2014-05-148-91/+74
* tipc: mark head of reassembly buffer as non-linearJon Paul Maloy2014-05-141-0/+2
* tipc: don't record link RESET or ACTIVATE messages as trafficJon Paul Maloy2014-05-141-3/+4
* tipc: compensate for double accounting in socket rcv bufferJon Paul Maloy2014-05-142-9/+21
* tipc: decrease connection flow control windowJon Paul Maloy2014-05-143-9/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-1/+1
|\
| * net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-1/+1
* | tipc: don't directly overwrite node action_flagsYing Xue2014-05-092-3/+5
* | tipc: rename enum names of node flagsYing Xue2014-05-093-27/+25
* | tipc: purge signal handler infrastructureYing Xue2014-05-054-147/+2
* | tipc: avoid to asynchronously reset all linksYing Xue2014-05-054-14/+32
* | tipc: convert allocations of global variables associated with bclinkYing Xue2014-05-055-15/+32
* | tipc: define new functions to operate bc_lockYing Xue2014-05-051-43/+53
* | tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue2014-05-054-54/+52
* | tipc: remove TIPC_NAMES_GONE node flagYing Xue2014-05-052-23/+7
* | tipc: avoid to asynchronously notify subscriptionsYing Xue2014-05-054-16/+33
* | tipc: rename setup_blocked variable of node struct to flagsYing Xue2014-05-053-19/+31
* | tipc: adjust order of variables in tipc_node structureYing Xue2014-05-051-29/+34
* | tipc: always use tipc_node_lock() to hold node lockYing Xue2014-05-052-9/+9
* | tipc: fix memory leak of publicationsYing Xue2014-04-301-1/+1
* | tipc: move the delivery of named messages out of nametbl lockYing Xue2014-04-283-13/+22
* | tipc: fix out of bounds indexingErik Hugne2014-04-281-1/+1
* | tipc: fix a possible memory leakYing Xue2014-04-271-1/+3
* | tipc: add ioctl to fetch link namesErik Hugne2014-04-263-3/+54
* | tipc: add support for link state subscriptionsErik Hugne2014-04-261-1/+5
* | tipc: fix race in disc create/deleteYing Xue2014-04-223-20/+37
* | tipc: use bc_lock to protect node map in bearer structureYing Xue2014-04-223-12/+13
* | tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue2014-04-221-1/+1
* | tipc: make media_ptr pointed netdevice validYing Xue2014-04-221-0/+1
* | tipc: purge tipc_net_lock lockYing Xue2014-04-227-100/+42
* | tipc: use RCU to protect media_ptr pointerYing Xue2014-04-222-4/+11
* | tipc: decouple the relationship between bearer and linkYing Xue2014-04-227-46/+88
* | tipc: convert bearer_list to RCU listYing Xue2014-04-223-13/+18
* | tipc: use RTNL lock to protect tipc_net_stop routineYing Xue2014-04-221-0/+2
* | tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue2014-04-221-8/+3
* | tipc: replace config_mutex lock with RTNL lockYing Xue2014-04-222-5/+3
|/
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-112-5/+5
* tipc: Let tipc_release() return 0Geert Uytterhoeven2014-04-071-2/+1
* tipc: fix regression bug where node events are not being generatedErik Hugne2014-04-031-0/+3
* tipc: make discovery domain a bearer attributeErik Hugne2014-03-283-16/+10
* tipc: fix neighbor detection problem after hw address changeErik Hugne2014-03-282-0/+9
* tipc: use node list lock to protect tipc_num_links variableYing Xue2014-03-271-10/+11
* tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue2014-03-271-4/+3
* tipc: tipc: convert node list and node hlist to RCU listsYing Xue2014-03-274-21/+31
OpenPOWER on IntegriCloud