aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2010-05-12tipc: Reduce footprint by un-inlining tipc_msg_* routinesGravatar Allan Stephens 2-93/+100
2010-05-12tipc: Reduce footprint by un-inlining buf_acquire routineGravatar Allan Stephens 2-23/+25
2010-05-12tipc: Reduce footprint by un-inlining bearer congestion routineGravatar Allan Stephens 2-14/+14
2010-05-12tipc: Reduce footprint by un-inlining port list routinesGravatar Allan Stephens 2-50/+52
2010-05-12tipc: Reduce footprint by un-inlining nmap routinesGravatar Allan Stephens 2-59/+64
2010-05-12tipc: Reduce footprint by un-inlining address routinesGravatar Allan Stephens 2-34/+35
2010-05-12tipc: add tipc_ prefix to fcns targeted for un-inliningGravatar Allan Stephens 13-55/+55
2010-05-12tipc: Relocate trivial link status functions to header fileGravatar Allan Stephens 3-31/+36
2010-05-12tipc: remove abstraction for link_max_pktGravatar Allan Stephens 1-16/+11
2010-05-12tipc: Add support for "-s" configuration optionGravatar Allan Stephens 3-3/+42
2010-05-12tipc: Rename "multicast-link" to "broadcast-link"Gravatar Allan Stephens 1-1/+1
2010-05-12tipc: Eliminate unnecessary initialization in native API send routinesGravatar Allan Stephens 1-2/+2
2010-05-12tipc: Prune unused data structures from configuration serviceGravatar Allan Stephens 1-14/+14
2010-05-12tipc: Eliminate unused argument in print statementGravatar Allan Stephens 1-3/+1
2010-05-12tipc: Eliminate obsolete port's "congested_link" fieldGravatar Allan Stephens 3-5/+0
2010-04-20net: sk_sleep() helperGravatar Eric Dumazet 1-13/+13
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 3-1/+3
2010-04-06TIPC: Updated topology subscription protocol according to latest specGravatar Jon Paul Maloy 2-6/+11
2010-03-30tipc: define needless global scoped variable staticGravatar Hagen Paul Pfeifer 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-1/+3
2010-03-24tipc: remove trailing space in messagesGravatar Frans Pop 3-6/+6
2010-03-16tipc: Allow retransmission of cloned buffersGravatar Neil Horman 1-5/+6
2010-03-16tipc: Increase frequency of load distribution over broadcast linkGravatar Neil Horman 1-21/+14
2010-03-16tipc: fix lockdep warning on address assignmentGravatar Neil Horman 1-10/+16
2010-03-08tipc: filter out messages not intended for this hostGravatar Neil Horman 1-0/+9
2010-03-08tipc: fix endianness on tipc subscriber messagesGravatar Neil Horman 2-37/+22
2010-03-05net: backlog functions renameGravatar Zhu Yi 1-1/+1
2010-03-05tipc: use limited socket backlogGravatar Zhu Yi 1-2/+4
2010-03-04tipc: Fix oops on send prior to entering networked mode (v3)Gravatar Neil Horman 3-53/+11
2010-01-19tipc: Clean up configuration fileGravatar Allan Stephens 1-46/+27
2010-01-03tipc: use kconfig to limit numeric rangesGravatar Amerigo Wang 2-7/+11
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 4-24/+22
2009-11-25net: use net_eq to compare netsGravatar Octavian Purdila 1-1/+1
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-2/+4
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-1/+1
2009-08-29tipc: fix test of bearer_priority range in tipc_register_media()Gravatar roel kluin 1-1/+1
2009-07-12genetlink: make netns awareGravatar Johannes Berg 1-1/+1
2009-07-05tipc: Add socket options to get number of queued messagesGravatar oscar.medina@motorola.com 1-0/+6
2009-05-21tipc: Use genl_register_family_with_ops()Gravatar Michał Mirosław 1-22/+16
2009-05-17net: remove needless (now buggy) & from dev->dev_addrGravatar Jiri Pirko 1-1/+1
2009-03-18tipc: fix non-const printf format argumentsGravatar Stephen Hemminger 4-5/+5
2009-01-11net/tipc/bcast.h: use ARRAY_SIZEGravatar Julia Lawall 1-1/+1
2008-11-07tipc: trivial endian annotation in debug statementGravatar Harvey Harrison 1-1/+1
2008-10-27net: convert print_mac to %pMGravatar Johannes Berg 1-2/+1
2008-09-02tipc: Don't use structure names which easily globally conflict.Gravatar David S. Miller 19-117/+117
2008-08-13net/tipc/subscr.c: don't use ___constant_swab32Gravatar Andrew Morton 1-1/+1
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.Gravatar YOSHIFUJI Hideaki 1-2/+2
2008-07-14tipc: Optimization to multicast name lookup algorithmGravatar Allan Stephens 1-13/+30
2008-07-14tipc: Add missing locks when inspecting node list & link listGravatar Allan Stephens 1-5/+24
2008-07-14tipc: Fix bug in scope checking for multicast messagesGravatar Allan Stephens 1-2/+4