aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-01tipc: update log.h re-include protection to reflect new namePaul Gortmaker1-2/+2
2011-01-01tipc: remove extraneous braces from single statementsAllan Stephens7-48/+27
2011-01-01tipc: remove zeroing assignments to static global variablesAllan Stephens11-15/+15
2011-01-01tipc: split variable assignments out of conditional expressionsAllan Stephens4-32/+56
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens17-94/+86
2011-01-01tipc: recode getsockopt error handling for better readabilityPaul Gortmaker1-13/+9
2011-01-01tipc: remove pointless check for NULL prior to kfreeAllan Stephens2-6/+2
2011-01-01tipc: remove redundant #includesAllan Stephens12-32/+0
2011-01-01tipc: Finish streamlining of debugging codeAllan Stephens4-45/+18
2011-01-01tipc: Prune down link-specific debugging codeAllan Stephens3-147/+36
2011-01-01tipc: remove dump() and tipc_dump_dbg()Allan Stephens2-86/+3
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens14-233/+16
2011-01-01tipc: rename dbg.[ch] to log.[ch]Allan Stephens5-19/+15
2011-01-01tipc: Remove internal linked list of node objectsAllan Stephens1-27/+16
2011-01-01tipc: Remove user registry subsystemAllan Stephens8-292/+7
2011-01-01tipc: Eliminate use of user registry by topology serviceAllan Stephens1-16/+10
2011-01-01tipc: Eliminate use of user registry by configuration serviceAllan Stephens1-19/+7
2011-01-01tipc: Remove prototype code for supporting multiple clustersAllan Stephens15-287/+81
2011-01-01tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens9-543/+15
2011-01-01tipc: Remove prototype code for supporting slave nodesAllan Stephens11-245/+38
2011-01-01tipc: Remove prototype code for supporting multiple zonesAllan Stephens14-323/+44
2010-12-31sfq: fix slot_dequeue_head()Eric Dumazet1-2/+4
2010-12-31sch_sfq: allow big packets and be fairEric Dumazet1-7/+19
2010-12-31dcbnl: cleanupShmulik Ravid1-1/+1
2010-12-31dcbnl: adding DCBX feature flags get-setShmulik Ravid1-0/+133
2010-12-31dcbnl: adding DCBX engine capabilityShmulik Ravid1-0/+43
2010-12-31net_dcb: add application notifiersJohn Fastabend3-1/+43
2010-12-31dcbnl: add appliction tlv handlersJohn Fastabend1-10/+123
2010-12-31dcbnl: add support for ieee8021Qaz attributesJohn Fastabend1-0/+131
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller14-61/+90
2010-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds21-57/+114
2010-12-25ipv4: dont create routes on down devicesEric Dumazet1-3/+4
2010-12-23Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller2-4/+9
2010-12-23Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller31-218/+769
2010-12-23irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg1-7/+11
2010-12-23tcp: cleanup of cwnd initialization in tcp_init_metrics()Jiri Kosina1-17/+12
2010-12-23tcp: fix listening_get_next()Eric Dumazet1-2/+2
2010-12-22Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+4
2010-12-22sfq: fix sfq class stats handlingEric Dumazet1-5/+11
2010-12-22mac80211: check for CONFIG_MAC80211_LEDS in the tpt_led_trigger declarationLuciano Coelho1-0/+2
2010-12-22mac80211: selective throughput LED trigger activeJohannes Berg5-15/+59
2010-12-22mac80211: add throughput based LED blink triggerJohannes Berg7-9/+178
2010-12-22mac80211: make LED trigger names available earlyJohannes Berg3-20/+22
2010-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville27-190/+524
2010-12-22mac80211: fix mesh forwardingJohannes Berg1-1/+4
2010-12-21filter: optimize accesses to ancillary dataEric Dumazet1-28/+44
2010-12-21net: timestamp cloned packet in dev_queue_xmit_nitEric Dumazet1-7/+2
2010-12-20TCP: increase default initial receive window.Nandita Dukkipati1-3/+8
2010-12-20net_sched: sch_sfq: better struct layoutsEric Dumazet1-98/+162
2010-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-11/+12