aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/core.c
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
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-11tipc: relocate common functions from media to bearerYing Xue
2013-12-10tipc: correct the order of stopping services at rmmodJon Paul Maloy
2013-06-17tipc: convert configuration server to use new server facilityYing Xue
2013-06-17tipc: convert topology server to use new server facilityYing Xue
2013-06-17tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue
2013-04-17tipc: add InfiniBand media typePatrick McHardy
2012-11-22tipc: delete TIPC_ADVANCED Kconfig variablePaul Gortmaker
2012-08-20tipc: eliminate configuration for maximum number of name publicationsYing Xue
2012-08-20tipc: eliminate configuration for maximum number of name subscriptionsYing Xue
2012-08-20tipc: add __read_mostly annotations to several global variablesYing Xue
2012-08-20tipc: change tipc_net_start routine return value typeYing Xue
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue
2012-07-13tipc: remove print_buf and deprecated log buffer codeErik Hugne
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker
2012-04-26tipc: Optimize initialization of network topology serviceAllan Stephens
2012-04-26tipc: Optimize initialization of configuration serviceAllan Stephens
2012-02-24tipc: Eliminate support for tipc_mode global variableAllan Stephens
2012-02-24tipc: Eliminate obsolete support for "not running" modeAllan Stephens
2011-12-27tipc: Minor optimization to deactivation of Ethernet media suppotAllan Stephens
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-05-10tipc: Drop __TIME__ usageMichal Marek
2011-03-13tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens
2011-02-23tipc: Remove unused global variable tipc_user_countAllan Stephens
2011-01-01tipc: split variable assignments out of conditional expressionsAllan Stephens
2011-01-01tipc: remove redundant #includesAllan Stephens
2011-01-01tipc: Remove user registry subsystemAllan Stephens
2011-01-01tipc: Remove prototype code for supporting multiple clustersAllan Stephens
2011-01-01tipc: Remove prototype code for supporting slave nodesAllan Stephens
2011-01-01tipc: Remove prototype code for supporting multiple zonesAllan Stephens
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens
2010-12-02tipc: Remove obsolete native API files and exportsAllan Stephens
2010-10-18tipc: Kill tipc_get_mode() completely.David S. Miller
2010-10-16tipc: cleanup function namespacestephen hemminger
2010-08-17tipc: Fix log buffer memory leak if initialization failsAnders Kaseorg
2010-05-12tipc: Reduce footprint by un-inlining buf_acquire routineAllan Stephens
2010-05-12tipc: Add support for "-s" configuration optionAllan Stephens
2010-04-06TIPC: Updated topology subscription protocol according to latest specJon Paul Maloy
2010-01-03tipc: use kconfig to limit numeric rangesAmerigo Wang
2008-05-21tipc: Fix initialization sequence problems when entering network modeAllan Stephens
2008-05-19tipc: Consolidate subscriber & subscriber port referencesAllan Stephens
2008-05-05tipc: Update version number to TIPC 1.6.4Allan Stephens
2008-05-05tipc: Simplify log buffer resizingAllan Stephens
2008-03-06[TIPC]: Update version to 1.6.3Allan Stephens
2008-03-06[TIPC]: Eliminate "sparse" symbol warningsAllan Stephens
2008-03-06[TIPC]: Removal of message header option codeAllan Stephens
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki