summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds2009-04-101-1/+1
|\
| * Separate out the proc- and unit-specific header directories from the generalDavid Howells2009-04-101-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-04-101-2/+3
|\ \ | |/ |/|
| * mlx4_core: Don't leak mailbox for SET_PORT on Ethernet portsRoland Dreier2009-03-311-2/+3
* | igb: remove sysfs entry that was used to set the number of vfsAlexander Duyck2009-04-091-105/+54Star
* | igbvf: add new driver to support 82576 virtual functionsAlexander Duyck2009-04-0912-0/+5175
* | drivers/net/eql.c: Fix a dev leakage.Yang Hongyang2009-04-091-0/+2
* | niu: Fix unused variable warning.David S. Miller2009-04-091-0/+1
* | r6040: set MODULE_VERSIONFlorian Fainelli2009-04-091-0/+1
* | bnx2: Don't use reserved namesBastian Blank2009-04-091-13/+13
* | FEC driver: add missing #endifSascha Hauer2009-04-091-0/+1
* | niu: Fix error handlingDan Carpenter2009-04-091-1/+1
* | mv643xx_eth: don't reset the rx coal timer on interface upLennert Buytenhek2009-04-091-2/+2
* | smsc911x: correct debugging message on mii read timeoutSteve Glendinning2009-04-091-1/+1
* | ethoc: fix library build errorsRandy Dunlap2009-04-091-0/+2
* | dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang2009-04-071-2/+2
* | dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang2009-04-073-13/+13
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-0758-102/+98Star
* | dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang2009-04-072-6/+6
* | dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang2009-04-074-7/+7
* | dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48)Yang Hongyang2009-04-071-1/+1
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-0729-56/+53Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-0715-14136/+324Star
|\ \
| * | b44: Use kernel DMA addresses for the kernel DMA APIMichael Buesch2009-04-071-1/+1
| * | forcedeth: Fix resume from hibernation regression.Ed Swierk2009-04-071-0/+3
| * | ibm_newemac: Fix dangerous struct assumptionJean Delvare2009-04-071-1/+1
| * | smsc911x: remove unused #include <linux/version.h>Huang Weiyi2009-04-071-1/+0Star
| * | axnet_cs: fix phy_id detection for bogus Asix chip.Ken Kawasaki2009-04-071-1/+8
| * | bnx2: Use request_firmware()Michael Chan2009-04-055-9102/+247Star
| * | b44: Fix sizes passed to b44_sync_dma_desc_for_{device,cpu}()Michael Buesch2009-04-051-3/+3
| * | virtio_net: Set the mac config only when VIRITO_NET_F_MACAlex Williamson2009-04-051-6/+4Star
| * | myri_sbus: use request_firmwareJaswinder Singh Rajput2009-04-052-5013/+30Star
| * | e1000: fix loss of multicast packetsJesse Brandeburg2009-04-051-8/+26
| * | vxge: should include tcp.hAlexander Beregalov2009-04-051-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-049-9/+9
|\ \ \
| * | | trivial: Fix misspelling of firmwareNick Andrew2009-03-307-7/+7
| * | | trivial: fix typo "varaible" -> "variable"Uwe Kleine-Koenig2009-03-302-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-0344-2865/+23833
|\ \ \ \ | | |/ / | |/| |
| * | | glge: remove unused #include <version.h>Huang Weiyi2009-04-031-1/+0Star
| * | | dnet: remove unused #include <version.h>Huang Weiyi2009-04-031-1/+0Star
| * | | hso: fix for the 'invalid frame length' messagesJan Dumon2009-04-031-4/+6
| * | | hso: fix for crash when unplugging the deviceJan Dumon2009-04-031-8/+11
| * | | fsl_pq_mdio: Fix compile failureSegher Boessenkool2009-04-021-0/+1
| * | | fsl_pq_mdio: Revive UCC MDIO supportAnton Vorontsov2009-04-021-1/+1
| * | | ucc_geth: Pass proper device to DMA routines, otherwise oops happensAnton Vorontsov2009-04-022-11/+13
| * | | tc35815: Fix build error if NAPI enabledAtsushi Nemoto2009-04-021-1/+1
| * | | hso: add Vendor/Product ID's for new devicesJan Dumon2009-04-021-2/+9
| * | | ucc_geth: Remove unused headerKumar Gala2009-04-023-3/+0Star
| * | | gianfar: Remove unused headerKumar Gala2009-04-021-1/+0Star
| * | | kaweth: Fix locking to be SMP-safeLarry Finger2009-04-021-4/+3Star