aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang5-12/+12
2009-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds1-1/+1
2009-04-10Separate out the proc- and unit-specific header directories from the generalDavid Howells1-1/+1
2009-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-2/+3
2009-04-08igb: remove sysfs entry that was used to set the number of vfsAlexander Duyck1-105/+54
2009-04-08igbvf: add new driver to support 82576 virtual functionsAlexander Duyck12-0/+5175
2009-04-08drivers/net/eql.c: Fix a dev leakage.Yang Hongyang1-0/+2
2009-04-08niu: Fix unused variable warning.David S. Miller1-0/+1
2009-04-08r6040: set MODULE_VERSIONFlorian Fainelli1-0/+1
2009-04-08bnx2: Don't use reserved namesBastian Blank1-13/+13
2009-04-08FEC driver: add missing #endifSascha Hauer1-0/+1
2009-04-08niu: Fix error handlingDan Carpenter1-1/+1
2009-04-08mv643xx_eth: don't reset the rx coal timer on interface upLennert Buytenhek1-2/+2
2009-04-08smsc911x: correct debugging message on mii read timeoutSteve Glendinning1-1/+1
2009-04-08ethoc: fix library build errorsRandy Dunlap1-0/+2
2009-04-07dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang3-13/+13
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang58-102/+98
2009-04-07dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang2-6/+6
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang4-7/+7
2009-04-07dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang29-56/+53
2009-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-14136/+324
2009-04-06b44: Use kernel DMA addresses for the kernel DMA APIMichael Buesch1-1/+1
2009-04-06forcedeth: Fix resume from hibernation regression.Ed Swierk1-0/+3
2009-04-06ibm_newemac: Fix dangerous struct assumptionJean Delvare1-1/+1
2009-04-06smsc911x: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2009-04-06axnet_cs: fix phy_id detection for bogus Asix chip.Ken Kawasaki1-1/+8
2009-04-04bnx2: Use request_firmware()Michael Chan5-9102/+247
2009-04-04b44: Fix sizes passed to b44_sync_dma_desc_for_{device,cpu}()Michael Buesch1-3/+3
2009-04-04virtio_net: Set the mac config only when VIRITO_NET_F_MACAlex Williamson1-6/+4
2009-04-04myri_sbus: use request_firmwareJaswinder Singh Rajput2-5013/+30
2009-04-04e1000: fix loss of multicast packetsJesse Brandeburg1-8/+26
2009-04-04vxge: should include tcp.hAlexander Beregalov1-0/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds9-9/+9
2009-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds44-2865/+23833
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare5-6/+5
2009-04-02glge: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-04-02dnet: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-04-02hso: fix for the 'invalid frame length' messagesJan Dumon1-4/+6
2009-04-02hso: fix for crash when unplugging the deviceJan Dumon1-8/+11
2009-04-02fsl_pq_mdio: Fix compile failureSegher Boessenkool1-0/+1
2009-04-02fsl_pq_mdio: Revive UCC MDIO supportAnton Vorontsov1-1/+1
2009-04-02ucc_geth: Pass proper device to DMA routines, otherwise oops happensAnton Vorontsov2-11/+13
2009-04-02tc35815: Fix build error if NAPI enabledAtsushi Nemoto1-1/+1
2009-04-02hso: add Vendor/Product ID's for new devicesJan Dumon1-2/+9
2009-04-02ucc_geth: Remove unused headerKumar Gala3-3/+0
2009-04-02gianfar: Remove unused headerKumar Gala1-1/+0
2009-04-02kaweth: Fix locking to be SMP-safeLarry Finger1-4/+3
2009-04-02r8169: reset IntrStatus after chip resetKarsten Wiese1-2/+3