aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/core.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-15tipc: add neighbor monitoring frameworkGravatar Jon Paul Maloy 1-2/+13
2016-04-11tipc: make dist queue pernetGravatar Erik Hugne 1-0/+3
2015-11-20tipc: reduce code dependency between binding table and node layerGravatar Jon Paul Maloy 1-0/+5
2015-10-24tipc: clean up unused code and structuresGravatar Jon Paul Maloy 1-2/+0
2015-10-24tipc: let broadcast packet reception use new link receive functionGravatar Jon Paul Maloy 1-0/+5
2015-10-24tipc: move broadcast link lock to struct tipc_netGravatar Jon Paul Maloy 1-0/+1
2015-10-24tipc: move bcast definitions to bcast.cGravatar Jon Paul Maloy 1-2/+2
2015-07-30tipc: clean up link creationGravatar Jon Paul Maloy 1-0/+5
2015-07-20tipc: reduce locking scope during packet receptionGravatar Jon Paul Maloy 1-0/+5
2015-05-14tipc: simplify packet sequence number handlingGravatar Jon Paul Maloy 1-0/+20
2015-05-14tipc: simplify include dependenciesGravatar Jon Paul Maloy 1-7/+10
2015-02-09tipc: remove tipc_snprintfGravatar Richard Alpe 1-2/+0
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Gravatar Richard Alpe 1-1/+0
2015-01-12tipc: make tipc random value aware of net namespaceGravatar Ying Xue 1-5/+1
2015-01-12tipc: make subscriber server support net namespaceGravatar Ying Xue 1-0/+4
2015-01-12tipc: make tipc node address support net namespaceGravatar Ying Xue 1-4/+1
2015-01-12tipc: name tipc name table support net namespaceGravatar Ying Xue 1-0/+4
2015-01-12tipc: make tipc socket support net namespaceGravatar Ying Xue 1-0/+4
2015-01-12tipc: make tipc broadcast link support net namespaceGravatar Ying Xue 1-0/+10
2015-01-12tipc: make bearer list support net namespaceGravatar Ying Xue 1-0/+4
2015-01-12tipc: make tipc node table aware of net namespaceGravatar Ying Xue 1-0/+9
2015-01-12tipc: involve namespace infrastructureGravatar Ying Xue 1-0/+5
2015-01-12tipc: cleanup core.c and core.h filesGravatar Ying Xue 1-53/+0
2015-01-12tipc: remove unnecessary wrapper functions of kernel timer APIsGravatar Ying Xue 1-67/+0
2015-01-08tipc: convert tipc reference table to use generic rhashtableGravatar Ying Xue 1-3/+0
2014-11-26tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDGravatar Ying Xue 1-0/+1
2014-11-21tipc: add bearer disable/enable to new netlink apiGravatar Richard Alpe 1-0/+1
2014-09-01tipc: add name distributor resiliency queueGravatar Erik Hugne 1-0/+1
2014-08-23tipc: use pseudo message to wake up sockets after link congestionGravatar Jon Paul Maloy 1-1/+4
2014-05-14tipc: improve and extend media address conversion functionsGravatar Jon Paul Maloy 1-0/+1
2014-05-14tipc: rename and move message reassembly functionGravatar Jon Paul Maloy 1-0/+1
2014-05-05tipc: purge signal handler infrastructureGravatar Ying Xue 1-5/+1
2014-04-22tipc: replace config_mutex lock with RTNL lockGravatar Ying Xue 1-1/+1
2014-03-27tipc: obsolete the remote management featureGravatar Ying Xue 1-1/+0
2014-02-22tipc: make bearer set up in module insertion stageGravatar Ying Xue 1-1/+0
2014-02-13tipc: fix message corruption bug for deferred packetsGravatar Erik Hugne 1-0/+1
2013-12-16tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>Gravatar wangweidong 1-1/+1
2013-10-19net: misc: Remove extern from function prototypesGravatar Joe Perches 1-14/+14
2013-06-17tipc: introduce new TIPC server infrastructureGravatar Ying Xue 1-2/+6
2013-06-17tipc: change socket buffer overflow control to respect sk_rcvbufGravatar Ying Xue 1-0/+9
2012-08-20tipc: eliminate configuration for maximum number of name publicationsGravatar Ying Xue 1-1/+1
2012-08-20tipc: eliminate configuration for maximum number of name subscriptionsGravatar Ying Xue 1-2/+2
2012-08-20tipc: add __read_mostly annotations to several global variablesGravatar Ying Xue 1-5/+5
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayGravatar Ying Xue 1-2/+0
2012-07-13tipc: remove print_buf and deprecated log buffer codeGravatar Erik Hugne 1-27/+0
2012-07-13tipc: phase out most of the struct print_buf usageGravatar Erik Hugne 1-1/+3
2012-07-13tipc: remove TIPC packet debugging functions and macrosGravatar Erik Hugne 1-22/+0
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Gravatar Erik Hugne 1-10/+2
2012-04-30tipc: compress out gratuitous extra carriage returnsGravatar Paul Gortmaker 1-14/+0
2012-02-24tipc: Eliminate support for tipc_mode global variableGravatar Allan Stephens 1-8/+0