summaryrefslogtreecommitdiffstats
path: root/net/tipc/core.h
Commit message (Expand)AuthorAgeFilesLines
* tipc: improve and extend media address conversion functionsJon Paul Maloy2014-05-141-0/+1
* tipc: rename and move message reassembly functionJon Paul Maloy2014-05-141-0/+1
* tipc: purge signal handler infrastructureYing Xue2014-05-051-5/+1Star
* tipc: replace config_mutex lock with RTNL lockYing Xue2014-04-231-1/+1
* tipc: obsolete the remote management featureYing Xue2014-03-271-1/+0Star
* tipc: make bearer set up in module insertion stageYing Xue2014-02-221-1/+0Star
* tipc: fix message corruption bug for deferred packetsErik Hugne2014-02-131-0/+1
* tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong2013-12-161-1/+1
* net: misc: Remove extern from function prototypesJoe Perches2013-10-201-14/+14
* tipc: introduce new TIPC server infrastructureYing Xue2013-06-181-2/+6
* tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue2013-06-181-0/+9
* tipc: eliminate configuration for maximum number of name publicationsYing Xue2012-08-201-1/+1
* tipc: eliminate configuration for maximum number of name subscriptionsYing Xue2012-08-201-2/+2
* tipc: add __read_mostly annotations to several global variablesYing Xue2012-08-201-5/+5
* tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue2012-08-201-2/+0Star
* tipc: remove print_buf and deprecated log buffer codeErik Hugne2012-07-141-27/+0Star
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-141-1/+3
* tipc: remove TIPC packet debugging functions and macrosErik Hugne2012-07-141-22/+0Star
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-141-10/+2Star
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-14/+0Star
* tipc: Eliminate support for tipc_mode global variableAllan Stephens2012-02-241-8/+0Star
* tipc: Eliminate obsolete support for "not running" modeAllan Stephens2012-02-241-1/+1
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-241-24/+0Star
* tipc: nuke the delimit static inline function.Paul Gortmaker2012-02-241-10/+0Star
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* tipc: Remove unused sanity test macroAllan Stephens2011-06-241-6/+0Star
* tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens2011-03-131-1/+0Star
* tipc: Remove unused global variable tipc_user_countAllan Stephens2011-02-241-2/+1Star
* tipc: Finish streamlining of debugging codeAllan Stephens2011-01-011-38/+9Star
* tipc: remove dump() and tipc_dump_dbg()Allan Stephens2011-01-011-8/+0Star
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-4/+0Star
* tipc: rename dbg.[ch] to log.[ch]Allan Stephens2011-01-011-1/+1
* tipc: Remove prototype code for supporting multiple clustersAllan Stephens2011-01-011-1/+0Star
* tipc: Remove prototype code for supporting slave nodesAllan Stephens2011-01-011-1/+0Star
* tipc: Remove prototype code for supporting multiple zonesAllan Stephens2011-01-011-1/+0Star
* tipc: Remove obsolete native API files and exportsAllan Stephens2010-12-021-4/+10
* tipc: cleanup function namespacestephen hemminger2010-10-161-7/+2Star
* tipc: Reduce footprint by un-inlining buf_acquire routineAllan Stephens2010-05-131-23/+1Star
* tipc: Add support for "-s" configuration optionAllan Stephens2010-05-131-0/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tipc: Fix initialization sequence problems when entering network modeAllan Stephens2008-05-211-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-05-151-6/+5Star
|\
| * tipc: Increase buffer header to support worst-case deviceAllan Stephens2008-05-091-6/+5Star
* | tipc: Exclude debug-only print buffer code when not debuggingAllan Stephens2008-05-051-4/+8
* | tipc: Cosmetic cleanup of system & debug output declarationsAllan Stephens2008-05-051-50/+67
* | [TIPC]: Cosmetic cleanup of print buffer codeAllan Stephens2008-05-051-2/+4
* | tipc: Elimination of print buffer chainingAllan Stephens2008-05-051-3/+4
|/
* [TIPC]: Force linearization of non-linear sk_buffsAllan Stephens2008-04-161-0/+12
* [TIPC]: Use fast buffer cloning to improve performanceAllan Stephens2008-04-161-1/+1
* [TIPC]: Remove redundant NULL check when discarding buffersAllan Stephens2008-04-161-2/+1Star