aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-04mac80211: serialize rx path workersChristian Lamparter3-43/+49
2011-01-04cfg80211: fix transposition of words in printkBob Copeland1-1/+1
2011-01-04mac80211: Fix mesh portal communication with other mesh nodes.Joel A Fernandes1-4/+10
2011-01-04mac80211: ignore PSM bit of reordered framesChristian Lamparter2-0/+6
2011-01-04ipv4/route.c: respect prefsrc for local routesJoel Sing1-2/+6
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville6-22/+398
2011-01-04mac80211: add missing synchronize_rcuJohannes Berg1-0/+6
2011-01-04mac80211: fix mesh forwarding when ratelimited tooMilton Miller1-2/+2
2011-01-03net/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-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-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-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-24net/dsa: don't use flush_scheduled_work()Tejun Heo1-1/+1
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