aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2012-07-01phy: add the EEE support and the way to access to the MMD registers.Giuseppe CAVALLARO
2012-07-01stmmac: add the Energy Efficient Ethernet supportGiuseppe CAVALLARO
2012-07-01stmmac: do not use strict_strtoul but kstrtointGiuseppe CAVALLARO
2012-06-30dummy: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko
2012-06-30team: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko
2012-06-30virtio_net: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-06-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-06-29cnic: Fix mmap regression.Michael Chan
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-29netxen_nic: restrict force firmware dump when dump is disabled.Manish chopra
2012-06-29xen/netback: only non-freed SKB is queued into tx_queueAnnie Li
2012-06-29caif-hsi: Fix merge issues.Sjur Brændeland
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-28davinci_cpdma: include linux/module.hDaniel Mack
2012-06-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-06-28gianfar: Fix RXICr/TXICr programming for multi-queue modeClaudiu Manoil
2012-06-28net: qmi_wwan: fix Oops while disconnectingBjørn Mork
2012-06-28Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-06-28Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2012-06-28Merge tag 'upstream-3.5-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds
2012-06-28watchdog: core: fix WDIOC_GETSTATUS return valueWim Van Sebroeck
2012-06-28watchdog: hpwdt: Unregister NMI events on exit.Mingarelli, Thomas
2012-06-28watchdog: iTCO_wdt: add platform driver module aliasJan Beulich
2012-06-28mwifiex: retrieve correct max_power information in reg_notifier handlerAmitkumar Karwar
2012-06-28mwifiex: do not advertise custom regulatory domain capabilityAmitkumar Karwar
2012-06-28mwifiex: use correct firmware command to get power limitsAmitkumar Karwar
2012-06-28mwifiex: wakeup main thread to handle command queuedAmitkumar Karwar
2012-06-28ath9k: de-duplicate initvalsFelix Fietkau
2012-06-28ath9k: update AR934x initvals to latest versionFelix Fietkau
2012-06-28ath9k: Fix signedness in a MCI debug messageMohammed Shafi Shajakhan
2012-06-28ath9k_hw: make use of the wrapper to check for MCI initMohammed Shafi Shajakhan
2012-06-28ath9k: fix ANI operation in AP modeFelix Fietkau
2012-06-28iwlegacy: print how long queue was actually stuckPaul Bolle
2012-06-28Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-27phy: Fix warning in get_phy_device().David S. Miller
2012-06-27virtio_net: allow to change mac when iface is runningJiri Pirko
2012-06-27netdev/phy: Add driver for Broadcom BCM87XX 10G Ethernet PHYsDavid Daney
2012-06-27netdev/phy/of: Add more methods for binding PHY devices to drivers.David Daney
2012-06-27netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register()David Daney
2012-06-27netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney
2012-06-27net: fec: add phy-reset-duration for device tree probeShawn Guo
2012-06-27net: fec: use managed function devm_gpio_request_oneShawn Guo
2012-06-27net: fec: enable regulator for fec phyShawn Guo
2012-06-27net: fec: reset phy after pinctrl setupShawn Guo
2012-06-27bnx2: Add missing netif_tx_disable() in bnx2_close()Michael Chan