aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-23pcmcia: deprecate CS_OUT_OF_RESOURCEDominik Brodowski1-2/+2
2008-08-23pcmcia: deprecate CS_SUCCESSDominik Brodowski14-77/+90
2008-08-23pcmcia: pcmcia_config_loop() improvement by passing vccDominik Brodowski9-63/+24
2008-08-23pcmcia: pcmcia_config_loop() default CIS entry handlingDominik Brodowski9-68/+58
2008-08-23pcmcia: pcmcia_config_loop() ConfigIndex unificationDominik Brodowski8-13/+0
2008-08-23pcmcia: use pcmcia_loop_config in net pcmcia driversDominik Brodowski9-654/+596
2008-07-28ibmveth: Fix multiple errors with dma_mapping_error conversionStephen Rothwell1-4/+4
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds17-11/+17
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+3
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+5
2008-07-26[PATCH] f_count may wrap aroundAl Viro1-3/+3
2008-07-26mm: speculative page referencesNick Piggin1-0/+12
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori17-75/+85
2008-07-25drivers/net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-5/+5
2008-07-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-41/+153
2008-07-25mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver filesJack Morgenstein17-11/+17
2008-07-25ibmveth: enable driver for CMORobert Jennings2-34/+140
2008-07-25ibmveth: Automatically enable larger rx buffer pools for larger mtuSantiago Leon1-7/+13
2008-07-25virtio: Recycle unused recv buffer pages for large skbs in net driverRusty Russell1-1/+35
2008-07-25virtio net: Allow receiving SG packetsHerbert Xu1-5/+39
2008-07-25virtio net: Add ethtool ops for SG/GSOHerbert Xu1-0/+18
2008-07-25virtio: fix virtio_net xmit of freed skb bugMark McLoughlin1-10/+10
2008-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-21/+61
2008-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-53/+1
2008-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-7/+0
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-07-23Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-82/+88
2008-07-23e1000e: fix e1000_netpoll(), remove extraneous e1000_clean_tx_irq() callIngo Molnar1-2/+0
2008-07-23mlx4_core: Improve error message when not enough UAR pages are availableRoland Dreier1-0/+7
2008-07-23IB/mlx4: Add support for memory management extensions and local DMA L_KeyRoland Dreier4-13/+24
2008-07-23m68knommu: remove last use of CONFIG_FADS and CONFIG_RPXCLASSICGreg Ungerer1-1/+1
2008-07-23m68knommu: remove RPXCLASSIC from the m68k treeSebastian Siewior1-42/+0
2008-07-23m68knommu: fec: remove FADSSebastian Siewior1-10/+0
2008-07-22sky2: don't stop queue on shutdownStephen Hemminger1-5/+0
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds65-4115/+11885
2008-07-22ipw2200: Call netif_*_queue() interfaces properly.David S. Miller1-31/+2
2008-07-22netxen: Needs to include linux/vmalloc.hDavid S. Miller1-0/+1
2008-07-22Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller1-1/+1
2008-07-22[netdrvr] atl1d: fix !CONFIG_PM buildJeff Garzik1-1/+1
2008-07-22Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller51-4053/+11854
2008-07-22r6040: rework init_one error handlingFlorian Fainelli1-19/+25
2008-07-22r6040: bump release number to 0.18Florian Fainelli1-2/+2
2008-07-22r6040: handle RX fifo full and no descriptor interruptsFlorian Fainelli1-7/+15
2008-07-22r6040: change the default waiting timeFlorian Fainelli1-2/+2
2008-07-22r6040: use definitions for magic values in descriptor statusFlorian Fainelli1-11/+26
2008-07-22r6040: completely rework the RX pathFlorian Fainelli1-82/+62
2008-07-22r6040: call napi_disable when puting down the interface and set lp->dev accordingly.Florian Fainelli1-2/+2
2008-07-22mv643xx_eth: fix NETPOLL buildLennert Buytenhek1-1/+1
2008-07-22r6040: rework the RX buffers allocation routineFlorian Fainelli1-9/+44
2008-07-22r6040: fix scheduling while atomic in r6040_tx_timeoutFlorian Fainelli1-41/+58