summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-212-30/+40
|\
| * Revert d88dca79d3852a3623f606f781e013d61486828aNeil Horman2010-10-212-22/+37
| * Revert c6537d6742985da1fbf12ae26cde6a096fd35b5cNeil Horman2010-10-211-10/+5
* | tipc: delete needless memset from bearer enabling.Allan Stephens2010-10-211-2/+0
* | tipc: Simplify bearer shutdown logicAllan Stephens2010-10-181-27/+11
* | tipc: Kill tipc_get_mode() completely.David S. Miller2010-10-181-6/+0
* | tipc: cleanup function namespacestephen hemminger2010-10-1626-389/+84
* | tipc: clean out all instances of #if 0'd unused codePaul Gortmaker2010-10-139-375/+1
* | net: return operator cleanupEric Dumazet2010-09-2312-26/+26
* | tipc: Optimize handling excess content on incoming messagesPaul Gortmaker2010-09-092-10/+4
* | tipc: Fix misleading error code when enabling Ethernet bearersAllan Stephens2010-09-061-0/+10
* | tipc: Ensure outgoing messages on Ethernet have sufficient headroomAllan Stephens2010-09-061-8/+17
* | tipc: Minor optimizations to name table translation codeAllan Stephens2010-09-062-5/+3
* | tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens2010-08-174-1/+39
* | tipc: Allow connect() to wait indefinitelyAllan Stephens2010-08-171-4/+7
* | tipc: Minor enhancements to name table display formatAllan Stephens2010-08-171-28/+16
* | tipc: Optimize tipc_node_has_active_links()Allan Stephens2010-08-171-2/+1
* | tipc: Remove per-connection sequence number logicAllan Stephens2010-08-171-12/+3
* | tipc: Fix bug in broadcast link transmit statistics computationAllan Stephens2010-08-171-3/+2
* | tipc: Fix premature broadcast advertisement by sending nodeAllan Stephens2010-08-171-11/+19
* | tipc: Prevent crash when broadcast link cannot send to all nodesAllan Stephens2010-08-171-4/+6
* | tipc: Check for disabled bearer when processing incoming messagesAllan Stephens2010-08-171-0/+14
* | tipc: correct problems with misleading flags returned using poll()Allan Stephens2010-08-171-21/+40
* | tipc: Provide correct error code for unsupported connect() operationAllan Stephens2010-08-171-1/+1
* | tipc: add SO_RCVLOWAT support to stream socket receive pathFlorian Westphal2010-08-171-3/+4
* | tipc: Fix log buffer memory leak if initialization failsAnders Kaseorg2010-08-171-2/+4
|/
* tipc: Reduce footprint by un-inlining tipc_msg_* routinesAllan Stephens2010-05-122-93/+100
* tipc: Reduce footprint by un-inlining buf_acquire routineAllan Stephens2010-05-122-23/+25
* tipc: Reduce footprint by un-inlining bearer congestion routineAllan Stephens2010-05-122-14/+14
* tipc: Reduce footprint by un-inlining port list routinesAllan Stephens2010-05-122-50/+52
* tipc: Reduce footprint by un-inlining nmap routinesAllan Stephens2010-05-122-59/+64
* tipc: Reduce footprint by un-inlining address routinesAllan Stephens2010-05-122-34/+35
* tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens2010-05-1213-55/+55
* tipc: Relocate trivial link status functions to header fileAllan Stephens2010-05-123-31/+36
* tipc: remove abstraction for link_max_pktAllan Stephens2010-05-121-16/+11
* tipc: Add support for "-s" configuration optionAllan Stephens2010-05-123-3/+42
* tipc: Rename "multicast-link" to "broadcast-link"Allan Stephens2010-05-121-1/+1
* tipc: Eliminate unnecessary initialization in native API send routinesAllan Stephens2010-05-121-2/+2
* tipc: Prune unused data structures from configuration serviceAllan Stephens2010-05-121-14/+14
* tipc: Eliminate unused argument in print statementAllan Stephens2010-05-121-3/+1
* tipc: Eliminate obsolete port's "congested_link" fieldAllan Stephens2010-05-123-5/+0
* net: sk_sleep() helperEric Dumazet2010-04-201-13/+13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-113-1/+3
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-1/+3
* | TIPC: Updated topology subscription protocol according to latest specJon Paul Maloy2010-04-062-6/+11
* | tipc: define needless global scoped variable staticHagen Paul Pfeifer2010-03-301-1/+1
* | tipc: remove trailing space in messagesFrans Pop2010-03-243-6/+6
* | tipc: Allow retransmission of cloned buffersNeil Horman2010-03-161-5/+6
* | tipc: Increase frequency of load distribution over broadcast linkNeil Horman2010-03-161-21/+14
|/
* tipc: fix lockdep warning on address assignmentNeil Horman2010-03-161-10/+16
OpenPOWER on IntegriCloud