aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-09net: tipc: fix information leak to userlandKulikov Vasiliy1-0/+1
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-30/+40
2010-10-21tipc: delete needless memset from bearer enabling.Allan Stephens1-2/+0
2010-10-21Revert d88dca79d3852a3623f606f781e013d61486828aNeil Horman2-22/+37
2010-10-21Revert c6537d6742985da1fbf12ae26cde6a096fd35b5cNeil Horman1-10/+5
2010-10-18tipc: Simplify bearer shutdown logicAllan Stephens1-27/+11
2010-10-18tipc: Kill tipc_get_mode() completely.David S. Miller1-6/+0
2010-10-16tipc: cleanup function namespacestephen hemminger26-389/+84
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker9-375/+1
2010-09-23net: return operator cleanupEric Dumazet12-26/+26
2010-09-09tipc: Optimize handling excess content on incoming messagesPaul Gortmaker2-10/+4
2010-09-06tipc: Fix misleading error code when enabling Ethernet bearersAllan Stephens1-0/+10
2010-09-06tipc: Ensure outgoing messages on Ethernet have sufficient headroomAllan Stephens1-8/+17
2010-09-06tipc: Minor optimizations to name table translation codeAllan Stephens2-5/+3
2010-08-17tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens4-1/+39
2010-08-17tipc: Allow connect() to wait indefinitelyAllan Stephens1-4/+7
2010-08-17tipc: Minor enhancements to name table display formatAllan Stephens1-28/+16
2010-08-17tipc: Optimize tipc_node_has_active_links()Allan Stephens1-2/+1
2010-08-17tipc: Remove per-connection sequence number logicAllan Stephens1-12/+3
2010-08-17tipc: Fix bug in broadcast link transmit statistics computationAllan Stephens1-3/+2
2010-08-17tipc: Fix premature broadcast advertisement by sending nodeAllan Stephens1-11/+19
2010-08-17tipc: Prevent crash when broadcast link cannot send to all nodesAllan Stephens1-4/+6
2010-08-17tipc: Check for disabled bearer when processing incoming messagesAllan Stephens1-0/+14
2010-08-17tipc: correct problems with misleading flags returned using poll()Allan Stephens1-21/+40
2010-08-17tipc: Provide correct error code for unsupported connect() operationAllan Stephens1-1/+1
2010-08-17tipc: add SO_RCVLOWAT support to stream socket receive pathFlorian Westphal1-3/+4
2010-08-17tipc: Fix log buffer memory leak if initialization failsAnders Kaseorg1-2/+4
2010-05-12tipc: Reduce footprint by un-inlining tipc_msg_* routinesAllan Stephens2-93/+100
2010-05-12tipc: Reduce footprint by un-inlining buf_acquire routineAllan Stephens2-23/+25
2010-05-12tipc: Reduce footprint by un-inlining bearer congestion routineAllan Stephens2-14/+14
2010-05-12tipc: Reduce footprint by un-inlining port list routinesAllan Stephens2-50/+52
2010-05-12tipc: Reduce footprint by un-inlining nmap routinesAllan Stephens2-59/+64
2010-05-12tipc: Reduce footprint by un-inlining address routinesAllan Stephens2-34/+35
2010-05-12tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens13-55/+55
2010-05-12tipc: Relocate trivial link status functions to header fileAllan Stephens3-31/+36
2010-05-12tipc: remove abstraction for link_max_pktAllan Stephens1-16/+11
2010-05-12tipc: Add support for "-s" configuration optionAllan Stephens3-3/+42
2010-05-12tipc: Rename "multicast-link" to "broadcast-link"Allan Stephens1-1/+1
2010-05-12tipc: Eliminate unnecessary initialization in native API send routinesAllan Stephens1-2/+2
2010-05-12tipc: Prune unused data structures from configuration serviceAllan Stephens1-14/+14
2010-05-12tipc: Eliminate unused argument in print statementAllan Stephens1-3/+1
2010-05-12tipc: Eliminate obsolete port's "congested_link" fieldAllan Stephens3-5/+0
2010-04-20net: sk_sleep() helperEric Dumazet1-13/+13
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-1/+3
2010-04-06TIPC: Updated topology subscription protocol according to latest specJon Paul Maloy2-6/+11
2010-03-30tipc: define needless global scoped variable staticHagen Paul Pfeifer1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-1/+3
2010-03-24tipc: remove trailing space in messagesFrans Pop3-6/+6
2010-03-16tipc: Allow retransmission of cloned buffersNeil Horman1-5/+6
2010-03-16tipc: Increase frequency of load distribution over broadcast linkNeil Horman1-21/+14