summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-182-6/+12
|\
| * tipc: protect handler_enabled variable with qitem_lock spin lockYing Xue2013-12-101-3/+8
| * tipc: correct the order of stopping services at rmmodJon Paul Maloy2013-12-101-3/+4
* | tipc: change lock_sock order in connect()wangweidong2013-12-161-4/+2
* | tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong2013-12-161-1/+1
* | tipc: kill unnecessary goto'swangweidong2013-12-161-8/+6
* | tipc: remove unnecessary variables and conditionswangweidong2013-12-163-17/+8
* | tipc: remove unused 'blocked' flag from tipc_link structYing Xue2013-12-112-11/+7
* | tipc: eliminate code duplication in media layerYing Xue2013-12-114-231/+149
* | tipc: relocate common functions from media to bearerYing Xue2013-12-115-401/+114
* | tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue2013-12-113-46/+65
* | tipc: improve naming and comment consistency in media layerJon Paul Maloy2013-12-112-19/+19
* | tipc: initiate media type array at compile timeJon Paul Maloy2013-12-114-62/+23
* | tipc: eliminate redundant code with kfree_skb_list routineYing Xue2013-12-112-55/+9
* | tipc: remove interface state mirroring in bearerErik Hugne2013-12-097-117/+28
|/
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-6/+0
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-5/+6
* tipc: fix dereference before check warningErik Hugne2013-11-151-1/+2
* tipc: reassembly failures should cause link resetErik Hugne2013-11-071-1/+1
* tipc: message reassembly using fragment chainErik Hugne2013-11-076-142/+74
* tipc: don't reroute message fragmentsErik Hugne2013-11-072-3/+6
* tipc: remove two indentation levels in tipc_recv_msg routineYing Xue2013-10-301-89/+84
* net: misc: Remove extern from function prototypesJoe Perches2013-10-191-14/+14
* tipc: simplify the link lookup routineErik Hugne2013-10-181-97/+13
* tipc: correct return value of link_cmd_set_value routineYing Xue2013-10-181-9/+19
* tipc: correct return value of recv_msg routineYing Xue2013-10-182-6/+6
* tipc: avoid unnecessary lookup for tipc bearer instanceYing Xue2013-10-184-18/+10
* tipc: make bearer and media naming consistentYing Xue2013-10-184-57/+57
* tipc: silence sparse warningsYing Xue2013-10-182-5/+5
* tipc: remove iovec length parameter from all sending functionsYing Xue2013-10-187-78/+49
* tipc: don't use memcpy to copy from user spaceYing Xue2013-10-181-13/+9
* tipc: set sk_err correctly when connection failsErik Hugne2013-08-301-2/+2
* tipc: avoid possible deadlock while enable and disable bearerdingtianhong2013-08-111-2/+7
* tipc: fix oops when creating server socket failsYing Xue2013-08-011-3/+12
* net/tipc: use %*phC to dump small buffers in hex formAndy Shevchenko2013-07-111-7/+1
* tipc: remove dev_base_lock use from enable_bearerYing Xue2013-06-172-22/+4
* tipc: fix wrong return value for link_send_sections_long routineYing Xue2013-06-171-2/+6
* tipc: make tipc_link_send_sections_fast exit earlierYing Xue2013-06-171-4/+3
* tipc: enhance priority of link protocol packetYing Xue2013-06-171-0/+3
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-1715-66/+54
* tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue2013-06-173-7/+7
* tipc: convert config_lock from spinlock to mutexYing Xue2013-06-171-14/+3
* tipc: rename tipc_createport_raw to tipc_createportYing Xue2013-06-173-5/+5
* tipc: remove user_port instance from tipc_port structureYing Xue2013-06-175-42/+17
* tipc: delete code orphaned by new server infrastructureYing Xue2013-06-173-385/+3
* tipc: convert configuration server to use new server facilityYing Xue2013-06-173-60/+49
* tipc: convert topology server to use new server facilityYing Xue2013-06-174-247/+104
* tipc: introduce new TIPC server infrastructureYing Xue2013-06-175-10/+789
* tipc: allow implicit connect for stream socketsErik Hugne2013-06-171-4/+2
* tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue2013-06-176-11/+96
OpenPOWER on IntegriCloud