aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-27gianfar: fix bug caused by 87c288c6e9aa31720b72e2bc2d665e24e1653c3eSebastian Pöhn1-5/+1
2011-07-27Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller3-3/+6
2011-07-27net/fec: add device tree probe supportShawn Guo1-5/+98
2011-07-27net: ibm_newemac: convert it to use of_get_phy_modeShawn Guo3-40/+19
2011-07-27net/fec: gasket needs to be enabled for some i.mxShawn Guo1-4/+18
2011-07-26atomic: use <linux/atomic.h>Arun Sharma18-18/+18
2011-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville3-3/+6
2011-07-26b43: fix invalid memory access in b43_ssb_remove()Pavel Roskin1-2/+3
2011-07-26b43: bcma: drop BROKENRafał Miłecki1-1/+1
2011-07-26b43: bus: fix memory corruption when setting driver's dataRafał Miłecki1-0/+2
2011-07-25acenic: use netdev_alloc_skb_ip_alignstephen hemminger2-24/+27
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds62-76/+75
2011-07-24bnx2x: use pci_pcie_cap()Vladislav Zolotarov1-1/+1
2011-07-24bnx2x: fix bnx2x_stop_on_error flow in bnx2x_sp_rtnl_taskVladislav Zolotarov1-11/+25
2011-07-24bnx2x: enable internal target-read for 57712 and up onlyShmulik Ravid1-3/+6
2011-07-24bnx2x: count statistic ramrods on EQ to prevent MC assertVladislav Zolotarov1-31/+32
2011-07-24bnx2x: fix loopback for non 10G linkYaniv Rosner1-6/+18
2011-07-24bnx2x: dcb - send all unmapped priorities to same COS as L2Dmitry Kravkov1-6/+33
2011-07-24iwlwifi: Fix build with CONFIG_PM disabled.David S. Miller1-0/+6
2011-07-23via-velocity: remove duplicated #includeHuang Weiyi1-1/+0
2011-07-23qlge: remove duplicated #includeHuang Weiyi1-1/+0
2011-07-23igb: remove duplicated #includeHuang Weiyi1-1/+0
2011-07-23can: c_can: remove duplicated #includeHuang Weiyi2-2/+0
2011-07-23bnad: remove duplicated #includeHuang Weiyi1-1/+0
2011-07-22Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller146-5993/+6492
2011-07-22bna: Header File ConsolidationRasesh Mody6-87/+69
2011-07-22bna: HW Error Counter FixRasesh Mody3-0/+6
2011-07-22bna: Add HW Semaphore Unlock LogicRasesh Mody2-0/+31
2011-07-22bna: IOC Event Name ChangeRasesh Mody1-10/+10
2011-07-22bna: Mboxq Flush When IOC DisabledRasesh Mody1-3/+4
2011-07-22bna: Minor IRQ Index and Definition ChangeRasesh Mody2-9/+13
2011-07-22bna: State Machine Fault Handling CleanupRasesh Mody4-64/+64
2011-07-22bna: IOC Event Notification EnhancementRasesh Mody4-54/+99
2011-07-22bna: CheckPatch CleanupRasesh Mody13-215/+215
2011-07-22bna: Print Driver VersionRasesh Mody1-1/+2
2011-07-22sbni: use pci_dev->subsystem_deviceSergei Shtylyov1-4/+1
2011-07-22r8169: use pci_dev->subsystem_{vendor|device}Sergei Shtylyov1-5/+2
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville146-5993/+6492
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds11-49/+112
2011-07-22b43legacy: dma: cache translation (routing bits)Rafał Miłecki2-3/+6
2011-07-22ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table()Pavel Roskin1-6/+3
2011-07-22ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210Pavel Roskin3-81/+5
2011-07-22ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappersPavel Roskin3-22/+6
2011-07-22b43: (un)initialize driver on the BCMA busRafał Miłecki1-4/+44
2011-07-22b43: bcma: get DMA translation bitsRafał Miłecki1-0/+5
2011-07-22ssb: return correct translation bit for 64-bit DMARafał Miłecki1-3/+3
2011-07-22b43: disable parity check on BCMA devicesRafał Miłecki3-0/+21
2011-07-21acenic: include NET_SKB_PAD headroom to incoming skbsEric Dumazet1-3/+3
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6David S. Miller7-481/+338
2011-07-21ixgbe: convert to ndo_fix_featuresDon Skidmore3-217/+111