summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-14/+28
2011-01-04ipv4/route.c: respect prefsrc for local routesJoel Sing1-2/+6
2011-01-04net/bridge: fix trivial sparse errorsTomas Winkler2-2/+2
2011-01-03sch_red: report backlog informationEric Dumazet1-0/+1
2011-01-03dcbnl: more informed return values for new dcbnl routinesShmulik Ravid1-44/+37
2011-01-03bridge: stp: ensure mac header is setFlorian Westphal1-0/+2
2011-01-03bridge: fix br_multicast_ipv6_rcv for paged skbsTomas Winkler1-10/+18
2011-01-02tipc: update log.h re-include protection to reflect new namePaul Gortmaker1-2/+2
2011-01-02tipc: remove extraneous braces from single statementsAllan Stephens7-48/+27
2011-01-02tipc: remove zeroing assignments to static global variablesAllan Stephens11-15/+15
2011-01-02tipc: split variable assignments out of conditional expressionsAllan Stephens4-32/+56
2011-01-02tipc: cleanup various cosmetic whitespace issuesAllan Stephens17-94/+86
2011-01-02tipc: recode getsockopt error handling for better readabilityPaul Gortmaker1-13/+9
2011-01-02tipc: remove pointless check for NULL prior to kfreeAllan Stephens2-6/+2
2011-01-02tipc: remove redundant #includesAllan Stephens12-32/+0
2011-01-02tipc: Finish streamlining of debugging codeAllan Stephens4-45/+18
2011-01-02tipc: Prune down link-specific debugging codeAllan Stephens3-147/+36
2011-01-02tipc: remove dump() and tipc_dump_dbg()Allan Stephens2-86/+3
2011-01-02tipc: remove calls to dbg() and msg_dbg()Allan Stephens14-233/+16
2011-01-02tipc: rename dbg.[ch] to log.[ch]Allan Stephens5-19/+15
2011-01-02tipc: Remove internal linked list of node objectsAllan Stephens1-27/+16
2011-01-02tipc: Remove user registry subsystemAllan Stephens8-292/+7
2011-01-02tipc: Eliminate use of user registry by topology serviceAllan Stephens1-16/+10
2011-01-02tipc: Eliminate use of user registry by configuration serviceAllan Stephens1-19/+7
2011-01-02tipc: Remove prototype code for supporting multiple clustersAllan Stephens15-287/+81
2011-01-02tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens9-543/+15
2011-01-02tipc: Remove prototype code for supporting slave nodesAllan Stephens11-245/+38
2011-01-02tipc: 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-31CAN: Use inode instead of kernel address for /proc fileDan Rosenberg1-2/+2
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-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-26ipv4: 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/...David 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-23Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David 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