summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds15-99/+54
2009-09-10Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and...Roland Dreier12-91/+42
2009-09-11Merge branch 'next' into for-linusJames Morris1-7/+15
2009-09-06gianfar: Fix build.David S. Miller1-1/+1
2009-09-05mlx4_core: Distinguish multiple devices in /proc/interruptsArputham Benjamin1-8/+26
2009-09-05mlx4_core: Avoid double free_icmsYevgeny Petrilin1-1/+1
2009-09-05mlx4_core: Allocate and map sufficient ICM memory for EQ contextRoland Dreier3-51/+7
2009-09-05mlx4_core: Remove unnecessary includes of <linux/init.h>Roland Dreier10-13/+0
2009-09-05mlx4_core: Use pci_request_regions()Roland Dreier1-18/+8
2009-09-05RDMA/cxgb3: Handle port events properlySteve Wise3-8/+12
2009-09-01lsm: Add hooks to the TUN driverPaul Moore1-7/+15
2009-08-30gianfar: gfar_remove needs to call unregister_netdev()Toru UCHIYAMA1-0/+1
2009-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-53/+67
2009-08-28ipw2200: firmware DMA loading reworkZhu Yi1-53/+67
2009-08-26virtio: net refill on out-of-memoryRusty Russell1-15/+46
2009-08-26smc91x: fix compilation on SMPAlexey Dobriyan1-1/+1
2009-08-25irda/sa1100_ir: fix broken netdev_ops conversionAlexander Beregalov1-4/+0
2009-08-25irda/au1k_ir: fix broken netdev_ops conversionAlexander Beregalov1-4/+0
2009-08-23smc91x: let smc91x work well under netpollDongdong Deng1-18/+22
2009-08-23pxaficp-ir: remove incorrect net_device_opsMarek Vasut1-3/+1
2009-08-23drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng4-9/+13
2009-08-23net: Fix Micrel KSZ8842 Kconfig descriptionAndreas Mohr1-1/+2
2009-08-23E100: fix interaction with swiotlb on X86.Krzysztof HaƂasa1-1/+1
2009-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-4/+10
2009-08-21rtl8187: always set MSR_LINK_ENEDCA flag with RTL8187BHerton Ronaldo Krzesinski1-4/+10
2009-08-20ibm_newemac: emac_close() needs to call netif_carrier_off()Petri Gynther1-0/+2
2009-08-19net: fix ks8851 build errorsRandy Dunlap1-0/+1
2009-08-18net: Rename MAC platform driver for w90p910 platformWan ZongShun1-2/+2
2009-08-18yellowfin: Fix buffer underrun after dev_alloc_skb() failureRoel Kluin1-10/+18
2009-08-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2009-08-17orinoco: correct key bounds check in orinoco_hw_get_tkip_ivJohn W. Linville1-1/+1
2009-08-15e1000e: fix use of pci_enable_pcie_error_reportingXiaotian Feng1-8/+8
2009-08-15e1000e: WoL does not work on 82577/82578 with manageability enabledBruce Allan1-3/+3
2009-08-15cnic: Fix locking in init/exit calls.Michael Chan2-9/+40
2009-08-15cnic: Fix locking in start/stop calls.Michael Chan2-16/+29
2009-08-15bnx2: Use mutex on slow path cnic calls.Michael Chan2-6/+12
2009-08-15cnic: Refine registration with bnx2.Michael Chan1-13/+36
2009-08-15cnic: Fix symbol_put_addr() panic on ia64.Michael Chan1-1/+1
2009-08-14pegasus: Add new device ID.Petko Manolov1-0/+2
2009-08-14drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng4-8/+12
2009-08-14via-velocity: Fix test of mii_status bit VELOCITY_DUPLEX_FULLroel kluin1-1/+1
2009-08-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-2/+4
2009-08-14rt2x00: fix memory corruption in rf cache, add a sanity checkPavel Roskin1-2/+4
2009-08-13ixgbe: Fix receive on real device when VLANs are configuredLucy Liu1-2/+2
2009-08-13ixgbe: Do not return 0 in ixgbe_fcoe_ddp() upon FCP_RSP in DDP completionYi Zou1-1/+1
2009-08-13netxen: free napi resources during detachDhananjay Phadke2-15/+24
2009-08-13netxen: remove netxen workqueueAmit Kumar Salecha2-29/+42
2009-08-13ixgbe: fix issues setting rx-usecs with legacy interruptsDon Skidmore1-8/+19
2009-08-13can: fix oops caused by wrong rtnl newlink usageOliver Hartkopp1-0/+7
2009-08-128139cp: balance dma_map_single vs dma_unmap_single pairFrancois Romieu1-3/+2