aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2014-02-22tipc: make bearer set up in module insertion stageYing Xue
2014-02-22tipc: remove all enabled flags from all tipc componentsYing Xue
2014-02-13tipc: fix message corruption bug for deferred packetsErik Hugne
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2014-01-16tipc: standardize recvmsg routineYing Xue
2014-01-16tipc: standardize sendmsg routine of connected socketYing Xue
2014-01-16tipc: standardize sendmsg routine of connectionless socketYing Xue
2014-01-16tipc: standardize accept routineYing Xue
2014-01-16tipc: standardize connect routineYing Xue
2014-01-14tipc: spelling fixesstephen hemminger
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-07tipc: make link start event synchronousJon Paul Maloy
2014-01-07tipc: introduce new spinlock to protect struct link_reqYing Xue
2014-01-07tipc: remove 'has_redundant_link' flag from STATE link protocol messagesJon Paul Maloy
2014-01-07tipc: rename functions related to link failover and improve commentsJon Paul Maloy
2014-01-07tipc: correctly unlink packets from deferred packet queueErik Hugne
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-04tipc: remove unused codestephen hemminger
2014-01-04tipc: make local function staticstephen hemminger
2014-01-02tipc: make the code look more readablewangweidong
2013-12-29tipc: fix deadlock during socket releaseYing Xue
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-16tipc: change lock_sock order in connect()wangweidong
2013-12-16tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong
2013-12-16tipc: kill unnecessary goto'swangweidong
2013-12-16tipc: remove unnecessary variables and conditionswangweidong
2013-12-11tipc: remove unused 'blocked' flag from tipc_link structYing Xue
2013-12-11tipc: eliminate code duplication in media layerYing Xue
2013-12-11tipc: relocate common functions from media to bearerYing Xue
2013-12-11tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue
2013-12-11tipc: improve naming and comment consistency in media layerJon Paul Maloy
2013-12-11tipc: initiate media type array at compile timeJon Paul Maloy
2013-12-11tipc: eliminate redundant code with kfree_skb_list routineYing Xue
2013-12-10tipc: protect handler_enabled variable with qitem_lock spin lockYing Xue
2013-12-10tipc: correct the order of stopping services at rmmodJon Paul Maloy
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-15tipc: fix dereference before check warningErik Hugne
2013-11-07tipc: reassembly failures should cause link resetErik Hugne
2013-11-07tipc: message reassembly using fragment chainErik Hugne
2013-11-07tipc: don't reroute message fragmentsErik Hugne
2013-10-30tipc: remove two indentation levels in tipc_recv_msg routineYing Xue
2013-10-19net: misc: Remove extern from function prototypesJoe Perches
2013-10-18tipc: simplify the link lookup routineErik Hugne
2013-10-18tipc: correct return value of link_cmd_set_value routineYing Xue
2013-10-18tipc: correct return value of recv_msg routineYing Xue
2013-10-18tipc: avoid unnecessary lookup for tipc bearer instanceYing Xue
2013-10-18tipc: make bearer and media naming consistentYing Xue
2013-10-18tipc: silence sparse warningsYing Xue