summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/Space: delete orphaned externs from deleted driversPaul Gortmaker2011-01-031-5/+0
* tipc: update log.h re-include protection to reflect new namePaul Gortmaker2011-01-011-2/+2
* sky2: implement 64 bit statsstephen hemminger2011-01-012-36/+109
* tipc: remove extraneous braces from single statementsAllan Stephens2011-01-017-48/+27
* tipc: remove zeroing assignments to static global variablesAllan Stephens2011-01-0111-15/+15
* tipc: split variable assignments out of conditional expressionsAllan Stephens2011-01-014-32/+56
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-0119-133/+124
* tipc: recode getsockopt error handling for better readabilityPaul Gortmaker2011-01-011-13/+9
* tipc: remove pointless check for NULL prior to kfreeAllan Stephens2011-01-012-6/+2
* tipc: remove redundant #includesAllan Stephens2011-01-0112-32/+0
* tipc: Finish streamlining of debugging codeAllan Stephens2011-01-014-45/+18
* tipc: Prune down link-specific debugging codeAllan Stephens2011-01-013-147/+36
* tipc: remove dump() and tipc_dump_dbg()Allan Stephens2011-01-012-86/+3
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-0114-233/+16
* tipc: rename dbg.[ch] to log.[ch]Allan Stephens2011-01-015-19/+15
* tipc: Remove internal linked list of node objectsAllan Stephens2011-01-011-27/+16
* tipc: Remove user registry subsystemAllan Stephens2011-01-018-292/+7
* tipc: Eliminate use of user registry by topology serviceAllan Stephens2011-01-011-16/+10
* tipc: Eliminate use of user registry by configuration serviceAllan Stephens2011-01-011-19/+7
* tipc: Remove prototype code for supporting multiple clustersAllan Stephens2011-01-0116-289/+83
* tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens2011-01-0110-548/+15
* tipc: Remove prototype code for supporting slave nodesAllan Stephens2011-01-0112-247/+40
* tipc: Remove prototype code for supporting multiple zonesAllan Stephens2011-01-0115-325/+46
* tg3: fix warningsEric Dumazet2011-01-011-1/+9
* skge: Do not use legacy PCI power managementstephen hemminger2010-12-311-30/+16
* sfq: fix slot_dequeue_head()Eric Dumazet2010-12-311-2/+4
* sch_sfq: allow big packets and be fairEric Dumazet2010-12-311-7/+19
* sky2: Do not use legacy PCI power managementRafael J. Wysocki2010-12-311-26/+28
* tg3: Do not use legacy PCI power managementRafael J. Wysocki2010-12-311-58/+43
* USB: cdc_ether: remove unneeded checkDan Carpenter2010-12-311-3/+1
* bnx2: Update firmware and versionMichael Chan2010-12-315-5408/+5449
* bnx2: Free IRQ before freeing status block memoryMichael Chan2010-12-311-1/+12
* netxen: update module descriptionAmit Kumar Salecha2010-12-311-1/+1
* dcbnl: cleanupShmulik Ravid2010-12-311-1/+1
* bnx2x: adding dcbnl supportShmulik Ravid2010-12-314-26/+677
* dcbnl: adding DCBX feature flags get-setShmulik Ravid2010-12-313-0/+169
* dcbnl: adding DCBX engine capabilityShmulik Ravid2010-12-313-0/+91
* net_dcb: add application notifiersJohn Fastabend2010-12-314-1/+74
* dcbnl: add appliction tlv handlersJohn Fastabend2010-12-313-11/+135
* dcbnl: add support for ieee8021Qaz attributesJohn Fastabend2010-12-313-0/+248
* vxge: remove duplicated part of checkDan Carpenter2010-12-281-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-271401-12035/+22675
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-12-2660-190/+413
| |\
| | * ipv4: dont create routes on down devicesEric Dumazet2010-12-261-3/+4
| | * epic100: hamachi: yellowfin: Fix skb allocation sizeJarek Poplawski2010-12-263-6/+6
| | * sundance: Fix oopses with corrupted skb_shared_infoJarek Poplawski2010-12-261-2/+2
| | * Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller2010-12-233-5/+9
| | * USB: mcs7830: return negative if auto negotiate failsDan Carpenter2010-12-231-1/+1
| | * irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg2010-12-231-7/+11
| | * tcp: fix listening_get_next()Eric Dumazet2010-12-231-2/+2