summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-271-2/+2
|\
| * iwlwifi: fix PCI-E transport "inta" raceJohannes Berg2012-01-241-2/+2
* | xen-netfront: correct MAX_TX_TARGET calculation.Wei Liu2012-01-261-1/+1
* | team: send only changed options/ports via netlinkJiri Pirko2012-01-241-46/+90
* | net/hyperv: fix possible memory leak in do_set_multicast()Wei Yongjun2012-01-241-2/+3
* | drivers/net: dsa/mv88e6xxx.c files need linux/module.hPaul Gortmaker2012-01-244-0/+4
* | stmmac: added PCI identifiersAlessandro Rubini2012-01-241-3/+3
* | stmmac: fix phy naming inconsistencyAlessandro Rubini2012-01-241-1/+1
* | dsa: Add reporting of silicon revision for Marvell 88E6123/88E6161/88E6165 sw...Chris Healy2012-01-231-4/+17
* | tg3: fix ipv6 header length computationEric Dumazet2012-01-231-7/+2
* | skge: add byte queue limit supportstephen hemminger2012-01-231-13/+24
* | mv643xx_eth: Add Rx Discard and Rx Overrun statisticsPaulius Zaleckas2012-01-231-0/+14
* | bnx2x: fix compilation error with SOE in fw_dumpYuval Mintz2012-01-231-1/+1
* | bnx2x: handle CHIP_REVISION during init_oneAriel Elior2012-01-231-4/+5
* | bnx2x: allow user to change ring size in ISCSI SD modeDmitry Kravkov2012-01-231-1/+1
* | bnx2x: fix Big-Endianess in ethtool -tDmitry Kravkov2012-01-231-3/+2
* | bnx2x: fixed ethtool statistics for MF modesYuval Mintz2012-01-231-65/+41
* | bnx2x: credit-leakage fixup on vlan_mac_del_allYuval Mintz2012-01-232-1/+54
* | macvlan: fix a possible use after freeEric Dumazet2012-01-231-0/+1
* | kernel-doc: fix new warning in net/phy/mdio_bus.cRandy Dunlap2012-01-221-3/+2
* | be2net: create RSS rings even in multi-channel configsSathya Perla2012-01-221-2/+1
* | skge: check for PCI dma mapping errorsstephen hemminger2012-01-221-13/+58
* | skge: don't assert carrier until link is upstephen hemminger2012-01-221-0/+1
* | mlx4_core: map async events to arbitrary slave eqsMarcel Apfelbaum2012-01-224-16/+22
* | mlx4_core: Fix mtt profile issueMarcel Apfelbaum2012-01-222-2/+2
* | mlx4_core: removed function index from vf.Marcel Apfelbaum2012-01-2210-53/+8
* | mlx4_en: eth statistics modificationEugenia Emantayev2012-01-224-16/+74
* | mlx4: VF is not allowed to perform dump statsEugenia Emantayev2012-01-221-0/+2
* | mlx4_en: clear all eth statistics when port goes upEugenia Emantayev2012-01-221-12/+24
* | enic: fix compile when CONFIG_PCI_IOV is not enabledRoopa Prabhu2012-01-201-2/+2
* | ixgbevf: make operations tables constStephen Hemminger2012-01-194-8/+8
* | ixgbevf: fix sparse warningsStephen Hemminger2012-01-193-2/+4
* | ixgbevf: make ethtool ops and strings constStephen Hemminger2012-01-191-2/+3