summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-301-5/+5
|\
| * sfc: mtd: Use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffShmulik Ladkani2012-03-271-1/+1
| * mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-271-4/+4
* | Documentation: remove references to /etc/modprobe.confLucas De Marchi2012-03-301-2/+2
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-291-2/+2
|\ \
| * | dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-2/+2
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28114-114/+1
|\ \ \
| * | | Remove all #inclusions of asm/system.hDavid Howells2012-03-28114-114/+0
| * | | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-0/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-282-9/+3
|\ \ \ \
| * | | | powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt2012-03-282-9/+3
* | | | | Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-273-424/+533
|\ \ \ \ \
| * \ \ \ \ Merge branch 'sa11x0-ir' into sa11x0Russell King2012-03-252-423/+532
| |\ \ \ \ \
| | * | | | | NET: sa11x0-ir: add DMA support for SIR transmit modeRussell King2012-03-071-44/+59
| | * | | | | NET: sa11x0-ir: convert sa11x0-ir driver to use DMA engine APIRussell King2012-03-072-30/+92
| | * | | | | NET: sa11x0-ir: split si->dev for IrDA transmit and receive buffersRussell King2012-02-091-7/+11
| | * | | | | NET: sa11x0-ir: fix size of SIR transmit bufferRussell King2012-02-091-1/+1
| | * | | | | NET: sa11x0-ir: convert to use scatterlist DMA APIRussell King2012-02-091-21/+21
| | * | | | | NET: sa11x0-ir: get rid of si->hscr0Russell King2012-02-091-8/+5
| | * | | | | NET: sa11x0-ir: move sa1100_irda_txdma_irqRussell King2012-02-091-55/+53
| | * | | | | NET: sa11x0-ir: move SIR and FIR interrupt supportRussell King2012-02-091-149/+141
| | * | | | | NET: sa11x0-ir: indirect handling of SIR and FIR interruptsRussell King2012-02-091-26/+24
| | * | | | | NET: sa11x0-ir: split SIR and FIR tx functionsRussell King2012-02-091-52/+66
| | * | | | | NET: sa11x0-ir: factor out speed checksRussell King2012-02-091-12/+13
| | * | | | | NET: sa11x0-ir: move sa1100_irda_{startup,shutdown,suspend,resume}Russell King2012-02-091-131/+131
| | * | | | | NET: sa11x0-ir: fix leak of tx skbRussell King2012-02-091-10/+19
| | * | | | | NET: sa11x0-ir: containerize DMA dataRussell King2012-02-091-46/+48
| | * | | | | NET: sa11x0-ir: obtain interrupt number from platform resourcesRussell King2012-02-091-3/+6
| | * | | | | NET: sa11x0-ir: set netdev's parent struct deviceRussell King2012-02-091-0/+2
| | * | | | | NET: sa11x0-ir: handle DMA mapping errors properlyRussell King2012-02-091-2/+14
| | * | | | | NET: sa11x0-ir: fix documentation bugRussell King2012-02-091-1/+1
| * | | | | | ARM: sa11x0: neponset: provide function to manipulate NCR_0Russell King2012-02-091-1/+1
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-279-41/+58
|\ \ \ \ \ \
| * | | | | | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-254-5/+9
| * | | | | | gianfar: Fix possible overrun and simplify interrupt name field creationJoe Perches2012-03-252-33/+8
| * | | | | | USB: qmi_wwan: Add ZTE (Vodafone) K3570-Z and K3571-Z net interfacesAndrew Bird (Sphere Systems)2012-03-251-0/+18
| * | | | | | USB: qmi_wwan: Add ZTE (Vodafone) K3565-Z and K4505-Z net interfacesAndrew Bird (Sphere Systems)2012-03-251-0/+18
| * | | | | | qlcnic: Bug fix for LROAnirban Chakraborty2012-03-232-3/+5
* | | | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-273-34/+135
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge branch 'next/fixes-non-critical' into next/driversArnd Bergmann2012-03-2027-96/+112
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'regulator' of git://github.com/hzhuang1/linux into next/driversOlof Johansson2012-03-0822-58/+128
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'depends/irqdomain' into next/driversArnd Bergmann2012-03-051-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'imx/driver' of git://git.linaro.org/people/shawnguo/linux-2.6 i...Arnd Bergmann2012-02-282-7/+7
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'features/cs89x0' of git://git.pengutronix.de/git/imx/linux-2.6 ...Arnd Bergmann2012-02-273-34/+135
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | CS89x0 : add CS89x0 platform device to the iMX31ADS boardJaccon Bastiaansen2012-02-011-7/+0
| | * | | | | | | | | CS89x0 : remove QQ2440 board support from the CS89x0 driverJaccon Bastiaansen2012-02-011-8/+0
| | * | | | | | | | | CS89x0 : add platform driver supportJaccon Bastiaansen2012-02-013-21/+137
| | | |_|_|_|_|/ / / | | |/| | | | | | |
* | | | | | | | | | Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-03-241-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | xen: initialize platform-pci even if xen_emul_unplug=neverIgor Mammedov2012-03-221-0/+4
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-239-107/+85
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | / / | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |