aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAge
...
* | tipc: more cleanup of tunnelling reception functionJon Paul Maloy2014-02-13
* | tipc: change signature of tunnelling reception functionJon Paul Maloy2014-02-13
* | tipc: change reception of tunnelled failover packetsJon Paul Maloy2014-02-13
* | tipc: change reception of tunnelled duplicate packetsJon Paul Maloy2014-02-13
* | tipc: remove 'links' list from tipc_bearer structYing Xue2014-02-13
* | tipc: redefine 'started' flag in struct link to bitmapYing Xue2014-02-13
* | tipc: move code for deleting links from bearer.c to link.cYing Xue2014-02-13
* | tipc: move code for resetting links from bearer.c to link.cYing Xue2014-02-13
* | tipc: stricter behavior of message reassembly functionJon Paul Maloy2014-02-13
* | tipc: explicitly include core.h in addr.hAndreas Bofjäll2014-02-13
|/
* 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