summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-3/+3
* tipc: standardize recvmsg routineYing Xue2014-01-171-38/+42
* tipc: standardize sendmsg routine of connected socketYing Xue2014-01-171-19/+41
* tipc: standardize sendmsg routine of connectionless socketYing Xue2014-01-171-10/+29
* tipc: standardize accept routineYing Xue2014-01-171-13/+41
* tipc: standardize connect routineYing Xue2014-01-171-30/+33
* tipc: spelling fixesstephen hemminger2014-01-153-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-0/+1
|\
| * tipc: correctly unlink packets from deferred packet queueErik Hugne2014-01-071-0/+1
* | tipc: make link start event synchronousJon Paul Maloy2014-01-083-13/+7Star
* | tipc: introduce new spinlock to protect struct link_reqYing Xue2014-01-081-2/+9
* | tipc: remove 'has_redundant_link' flag from STATE link protocol messagesJon Paul Maloy2014-01-082-11/+1Star
* | tipc: rename functions related to link failover and improve commentsJon Paul Maloy2014-01-085-38/+56
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-063-48/+49
|\|
| * tipc: fix deadlock during socket releaseYing Xue2013-12-303-48/+49
* | tipc: remove unused codestephen hemminger2014-01-054-26/+0Star
* | tipc: make local function staticstephen hemminger2014-01-052-2/+1Star
* | tipc: make the code look more readablewangweidong2014-01-021-5/+2Star
* | 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-111-3/+8
| * tipc: correct the order of stopping services at rmmodJon Paul Maloy2013-12-111-3/+4
* | tipc: change lock_sock order in connect()wangweidong2013-12-161-4/+2Star
* | tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong2013-12-161-1/+1
* | tipc: kill unnecessary goto'swangweidong2013-12-161-8/+6Star
* | tipc: remove unnecessary variables and conditionswangweidong2013-12-163-17/+8Star
* | tipc: remove unused 'blocked' flag from tipc_link structYing Xue2013-12-112-11/+7Star
* | tipc: eliminate code duplication in media layerYing Xue2013-12-114-231/+149Star
* | tipc: relocate common functions from media to bearerYing Xue2013-12-115-401/+114Star
* | 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/+23Star
* | tipc: eliminate redundant code with kfree_skb_list routineYing Xue2013-12-112-55/+9Star
* | tipc: remove interface state mirroring in bearerErik Hugne2013-12-107-117/+28Star
|/
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-6/+0Star
* 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-081-1/+1
* tipc: message reassembly using fragment chainErik Hugne2013-11-086-142/+74Star
* tipc: don't reroute message fragmentsErik Hugne2013-11-082-3/+6
* tipc: remove two indentation levels in tipc_recv_msg routineYing Xue2013-10-301-89/+84Star
* net: misc: Remove extern from function prototypesJoe Perches2013-10-201-14/+14
* tipc: simplify the link lookup routineErik Hugne2013-10-181-97/+13Star
* 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/+10Star
* 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/+49Star
* tipc: don't use memcpy to copy from user spaceYing Xue2013-10-181-13/+9Star
* tipc: set sk_err correctly when connection failsErik Hugne2013-08-301-2/+2