summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-27qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+3
2014-04-27FDDI: Reformat <linux/if_fddi.h> for 8-character tabsMaciej W. Rozycki1-44/+46
2014-04-27tipc: fix a possible memory leakYing Xue1-1/+3
2014-04-27qlge: Convert /n to \nJoe Perches1-1/+1
2014-04-26Merge branch 'systemport'David S. Miller6-0/+2338
2014-04-26MAINTAINERS: add Broadcom SYSTEMPORT driver entryFlorian Fainelli1-0/+6
2014-04-26net: systemport: hook SYSTEMPORT driver in the buildFlorian Fainelli2-0/+12
2014-04-26Documentation: add Broadcom SYSTEMPORT Device Tree bindingsFlorian Fainelli1-0/+29
2014-04-26net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driverFlorian Fainelli2-0/+2291
2014-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller19-541/+486
2014-04-26inetpeer_gc_worker: trivial cleanupxiao jin1-1/+1
2014-04-26net_namespace: trivial cleanupxiao jin1-1/+1
2014-04-26Merge tag 'linux-can-next-for-3.16-20140425' of git://gitorious.org/linux-can...David S. Miller9-95/+154
2014-04-26Merge branch 'at86rf230-next'David S. Miller3-105/+65
2014-04-26at86rf230: remove function for setting irq polarityAlexander Aring1-6/+1
2014-04-26at86rf230: remove unnecessary state readAlexander Aring1-7/+3
2014-04-26at86rf230: remove unnecessary spi_set_drvdataAlexander Aring1-1/+0
2014-04-26at86rf230: reset irq line before irq requestAlexander Aring1-4/+4
2014-04-26at86rf230: remove unnecessary assignAlexander Aring1-4/+1
2014-04-26at86rf230: remove #ifdef CONFIG_OFAlexander Aring1-2/+0
2014-04-26at86rf230: add at86rf230_device_id tableAlexander Aring1-0/+10
2014-04-26at86rf230: make of_device_id constAlexander Aring1-1/+1
2014-04-26at86rf230: add missing MODULE_DEVICE_TABLEAlexander Aring1-0/+1
2014-04-26at86rf230: use devm_gpio_request_oneAlexander Aring1-41/+12
2014-04-26at86rf230: use devm_request_irqAlexander Aring1-7/+4
2014-04-26at86rf230: remove irq_type in request_irqAlexander Aring1-2/+1
2014-04-26devicetree: add at86rf230 bindingsAlexander Aring1-0/+23
2014-04-26at86rf230: use irq_get_trigger_typeAlexander Aring2-34/+8
2014-04-26Merge branch 'tipc-next'David S. Miller5-13/+83
2014-04-26tipc: add ioctl to fetch link namesErik Hugne5-12/+77
2014-04-26tipc: add support for link state subscriptionsErik Hugne2-1/+6
2014-04-25cfg80211: Use 5MHz bandwidth by default when checking usable channelsRostislav Lisovy1-7/+15
2014-04-25cfg80211: Add attributes describing prohibited channel bandwidthRostislav Lisovy4-0/+27
2014-04-25mac80211: change return value of notifier functionZhao, Gang3-9/+8
2014-04-25cfg80211: change return value of notifier functionZhao, Gang2-2/+4
2014-04-25cfg80211: change wiphy_to_dev function nameZhao, Gang12-117/+118
2014-04-25cfg80211: change registered device pointer nameZhao, Gang3-196/+196
2014-04-25mac80211: remove unnecessary BUG_ON()Zhao, Gang1-2/+1
2014-04-25mac80211: return bool instead of numbers in yes/no functionZhao, Gang1-9/+10
2014-04-25mac80211: add option to generate CCMP IVs only for mgmt framesMarek Kwaczynski2-7/+14
2014-04-25mac80211: compute chanctx refcount on-the-flyMichal Kazior4-17/+49
2014-04-25mac80211: fix racy usage of chanctx->refcountMichal Kazior1-8/+9
2014-04-25mac80211: split ieee80211_free_chanctx()Michal Kazior1-12/+16
2014-04-25mac80211: split ieee80211_new_chanctx()Michal Kazior1-13/+43
2014-04-25mac80211: improve chanctx reservation lookupMichal Kazior1-2/+88
2014-04-25mac80211: improve find_chanctx() for reservationsMichal Kazior1-27/+29
2014-04-25mac80211: track reserved vifs in chanctxMichal Kazior3-4/+13
2014-04-25mac80211: track assigned vifs in chanctxMichal Kazior3-0/+9
2014-04-25mac80211: add support for radar detection for reservationsMichal Kazior2-2/+7
2014-04-25mac80211: prevent chanctx overcommitMichal Kazior1-1/+23