aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAge
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-19
* tipc: standardize recvmsg routineYing Xue2014-01-16
* tipc: standardize sendmsg routine of connected socketYing Xue2014-01-16
* tipc: standardize sendmsg routine of connectionless socketYing Xue2014-01-16
* tipc: standardize accept routineYing Xue2014-01-16
* tipc: standardize connect routineYing Xue2014-01-16
* tipc: spelling fixesstephen hemminger2014-01-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-14
|\
| * tipc: correctly unlink packets from deferred packet queueErik Hugne2014-01-07
* | tipc: make link start event synchronousJon Paul Maloy2014-01-07
* | tipc: introduce new spinlock to protect struct link_reqYing Xue2014-01-07
* | tipc: remove 'has_redundant_link' flag from STATE link protocol messagesJon Paul Maloy2014-01-07
* | tipc: rename functions related to link failover and improve commentsJon Paul Maloy2014-01-07
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-06
|\|
| * tipc: fix deadlock during socket releaseYing Xue2013-12-29
* | tipc: remove unused codestephen hemminger2014-01-04
* | tipc: make local function staticstephen hemminger2014-01-04
* | tipc: make the code look more readablewangweidong2014-01-02
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-18
|\|
| * tipc: protect handler_enabled variable with qitem_lock spin lockYing Xue2013-12-10
| * tipc: correct the order of stopping services at rmmodJon Paul Maloy2013-12-10
* | tipc: change lock_sock order in connect()wangweidong2013-12-16
* | tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong2013-12-16
* | tipc: kill unnecessary goto'swangweidong2013-12-16
* | tipc: remove unnecessary variables and conditionswangweidong2013-12-16
* | tipc: remove unused 'blocked' flag from tipc_link structYing Xue2013-12-11
* | tipc: eliminate code duplication in media layerYing Xue2013-12-11
* | tipc: relocate common functions from media to bearerYing Xue2013-12-11
* | tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue2013-12-11
* | tipc: improve naming and comment consistency in media layerJon Paul Maloy2013-12-11
* | tipc: initiate media type array at compile timeJon Paul Maloy2013-12-11
* | tipc: eliminate redundant code with kfree_skb_list routineYing Xue2013-12-11
* | tipc: remove interface state mirroring in bearerErik Hugne2013-12-09
|/
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-19
* tipc: fix dereference before check warningErik Hugne2013-11-15
* tipc: reassembly failures should cause link resetErik Hugne2013-11-07
* tipc: message reassembly using fragment chainErik Hugne2013-11-07
* tipc: don't reroute message fragmentsErik Hugne2013-11-07
* tipc: remove two indentation levels in tipc_recv_msg routineYing Xue2013-10-30
* net: misc: Remove extern from function prototypesJoe Perches2013-10-19
* tipc: simplify the link lookup routineErik Hugne2013-10-18
* tipc: correct return value of link_cmd_set_value routineYing Xue2013-10-18
* tipc: correct return value of recv_msg routineYing Xue2013-10-18
* tipc: avoid unnecessary lookup for tipc bearer instanceYing Xue2013-10-18
* tipc: make bearer and media naming consistentYing Xue2013-10-18
* tipc: silence sparse warningsYing Xue2013-10-18
* tipc: remove iovec length parameter from all sending functionsYing Xue2013-10-18
* tipc: don't use memcpy to copy from user spaceYing Xue2013-10-18
* tipc: set sk_err correctly when connection failsErik Hugne2013-08-30