summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds6-21/+42
2009-06-24bnx2: Fix the behavior of ethtool when ONBOOT=noOoiwa Naohiro1-1/+9
2009-06-24qla3xxx: Don't sleep while holding lock.Ron Mercer1-0/+3
2009-06-24qla3xxx: Give the PHY time to come out of reset.Ron Mercer1-1/+2
2009-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-4/+10
2009-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-4/+4
2009-06-23net: let KS8842 driver depend on HAS_IOMEMHeiko Carstens1-0/+1
2009-06-23can: let SJA1000 driver depend on HAS_IOMEMHeiko Carstens1-1/+1
2009-06-23netxen: fix firmware init handshakeDhananjay Phadke2-18/+22
2009-06-23netxen: fix build with without CONFIG_PMDhananjay Phadke1-0/+4
2009-06-23mlx4_core: Fix dma_sync_single_for_cpu() with matching for_device() callsRoland Dreier1-4/+10
2009-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6Linus Torvalds3-0/+1085
2009-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds27-429/+814
2009-06-22ppp: Fix throttling bugsAlan Cox2-2/+0
2009-06-22s6gmac: xtensa s6000 on-chip ethernet driverOskar Schirmer3-0/+1085
2009-06-22via-velocity: Fix velocity driver unmapping incorrect size.Dave Jones1-1/+1
2009-06-22mlx4_en: Remove redundant refill code on RXYevgeny Petrilin3-102/+0
2009-06-22mlx4_en: Removed redundant check on lso header sizeYevgeny Petrilin2-6/+0
2009-06-22mlx4_en: Cancel port_up check in transmit functionYevgeny Petrilin2-9/+2
2009-06-22mlx4_en: using stop/start_all_queuesYevgeny Petrilin1-2/+2
2009-06-22mlx4_en: Removed redundant skb->len checkYevgeny Petrilin1-4/+0
2009-06-22mlx4_en: Counting all the dropped packets on the TX sideYevgeny Petrilin1-7/+8
2009-06-21cnic: Fix __symbol_get() build error.Michael Chan2-2/+4
2009-06-21Revert "[SCSI] cnic: fix error: implicit declaration of function ‘__symbol_...James Bottomley1-2/+0
2009-06-20usbnet cdc_subset: fix issues talking to PXA gadgetsDavid Brownell1-3/+4
2009-06-20Net: qla3xxx, remove sleeping in atomicJiri Slaby1-0/+2
2009-06-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller9-31/+136
2009-06-20Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds4-15/+17
2009-06-20convert some DMA_nnBIT_MASK() callersAndrew Morton2-7/+8
2009-06-19ath5k: fix beacon_int handlingJiri Slaby1-3/+1
2009-06-19ath9k: restore PS mode, before we put the chip into FULL SLEEP state.Gabor Juhos1-1/+1
2009-06-19ath9k: wait for beacon frame along with CABGabor Juhos1-2/+5
2009-06-19ath5k: avoid PCI FATAL interrupts by restoring RETRY_TIMEOUT disablingJouni Malinen1-0/+7
2009-06-19ath9k: Fix PCI FATAL interrupts by restoring RETRY_TIMEOUT disablingJouni Malinen1-0/+18
2009-06-19zd1211rw: adding 083a:e503 as a ZD1211B deviceHin-Tak Leung1-0/+1
2009-06-19iwmc3200wifi: add a mutex to protect iwm_reset_workerZhu Yi2-6/+49
2009-06-19iwmc3200wifi: fix potential kernel oops on module removalZhu Yi1-2/+2
2009-06-19iwmc3200wifi: add iwm_if_add and iwm_if_removeZhu Yi3-12/+31
2009-06-19iwmc3200wifi: check for iwm_priv_init errorZhu Yi3-7/+23
2009-06-19mv643xx_eth: fix unicast filter programming in promiscuous modePrabhanjan Sarnaik1-4/+3
2009-06-19r8169: remove unused variableFlorian Westphal1-3/+0
2009-06-19e1000e: stop unnecessary polling when using msi-xAndy Gospodarek1-1/+1
2009-06-19cdc_ether: additional PID's to the whitelistJonas Sjöquist2-1/+28
2009-06-19be2net: receive asynchronous link status notifications from BESathya Perla4-33/+80
2009-06-19be2net: cleanup multicast_set cmd to avoid mc_list copySathya Perla4-41/+32
2009-06-19be2net: Use MCC queue for cmds that may be called in BH contextSathya Perla1-17/+52
2009-06-19be2net: Add MCC queue mechanism for BE cmdsSathya Perla5-161/+455
2009-06-19pegasus usb-net: Fix endianness bugsMichael Buesch1-12/+17
2009-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds40-421/+452
2009-06-18netxen: fix tx ring accountingDhananjay Phadke4-21/+35