summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-08-30forcedeth: fix TX timeout caused by TX pause on down linkdavid decotigny1-1/+2
2012-08-30forcedeth: fix buffer overflowdavid decotigny1-1/+1
2012-08-30netdev/phy: add MDIO bus multiplexer driven by a memory-mapped deviceTimur Tabi3-0/+184
2012-08-30of/mdio-gpio: Simplify the way device tree support is implemented.Srinivas Kandagatla1-92/+40
2012-08-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2-34/+60
2012-08-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller6-507/+410
2012-08-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller70-259/+692
2012-08-24sfc: Fix the initial device operstateBen Hutchings1-3/+3
2012-08-24sfc: Assign efx and efx->type as early as possible in efx_pci_probe()Ben Hutchings1-9/+6
2012-08-24sfc: Remove bogus comment about MTU change and RX buffer overrunBen Hutchings1-2/+0
2012-08-24sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings2-10/+0
2012-08-24sfc: Fix reset vs probe/remove/PM races involving efx_nic::stateBen Hutchings1-41/+43
2012-08-24sfc: Improve log messages in case we abort probe due to a pending resetBen Hutchings1-4/+3
2012-08-24sfc: Never try to stop and start a NIC that is disabledBen Hutchings1-21/+44
2012-08-24sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()Ben Hutchings1-3/+3
2012-08-24sfc: Keep disabled NICs quiescent during suspend/resumeBen Hutchings1-12/+16
2012-08-24sfc: Hold the RTNL lock for more of the suspend/resume cycleBen Hutchings1-0/+8
2012-08-24sfc: Change state names to be clearer, and comment themBen Hutchings4-21/+17
2012-08-24sfc: Stash header offsets for TSO in struct tso_stateBen Hutchings1-16/+12
2012-08-24sfc: Replace tso_state::full_packet_space with ip_base_lenBen Hutchings1-9/+11
2012-08-24sfc: Simplify TSO header buffer allocationBen Hutchings3-218/+112
2012-08-24sfc: Stop TX queues before they fill upBen Hutchings3-115/+112
2012-08-24sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings3-56/+53
2012-08-24team: do not allow to add VLAN challenged port when vlan is usedJiri Pirko1-0/+7
2012-08-24team: don't print warn message on -ESRCH during event sendJiri Pirko1-4/+4
2012-08-24w5300: using eth_hw_addr_random() for random MAC and set device flagWei Yongjun1-2/+1
2012-08-24w5100: using eth_hw_addr_random() for random MAC and set device flagWei Yongjun1-2/+1
2012-08-24wimax/i2400m: use is_zero_ether_addr() instead of memcmp()Wei Yongjun1-2/+1
2012-08-24net/fsl: introduce Freescale 10G MDIO driverTimur Tabi3-0/+282
2012-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville70-259/+692
2012-08-23mdio: translation of MMD EEE registers to/from ethtool settingsAllan, Bruce W1-67/+7
2012-08-23bonding: support for IPv6 transmit hashingJohn Eaglesham1-26/+63
2012-08-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller8-8/+187
2012-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller338-2048/+5318
2012-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville15-93/+241
2012-08-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds6-34/+86
2012-08-22Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-178/+216
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-301/+163
2012-08-22rapidio/tsi721: fix unused variable compiler warningAlexandre Bounine1-1/+4
2012-08-22rapidio/tsi721: fix inbound doorbell interrupt handlingAlexandre Bounine1-0/+7
2012-08-22drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto1-2/+5
2012-08-22drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributesIlya Shchepetkov1-0/+2
2012-08-22drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Robin Holt1-19/+65
2012-08-22cciss: fix incorrect scsi status reportingStephen M. Cameron1-10/+1
2012-08-22cs5535-clockevt: typo, it's MFGPT, not MFPGTJens Rottmann1-2/+2
2012-08-22carl9170: report A-MPDU statusChristian Lamparter2-4/+12
2012-08-22ath9k_htc: implement sta_rc_update() mac80211 callbackAntonio Quartulli1-0/+29
2012-08-22bcma: detect and register NAND flash deviceRafał Miłecki4-4/+35
2012-08-22bcma: detect and register serial flash deviceRafał Miłecki4-4/+131
2012-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville52-154/+244