summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-11-081-2/+1
|\
| * MIPS: DECstation I/O ASIC DMA interrupt classesMaciej W. Rozycki2013-10-291-2/+1
* | net/mlx4_core: Fix call to __mlx4_unregister_macJack Morgenstein2013-11-041-1/+1
* | bgmac: don't update slot on skb alloc/dma mapping errorNathan Hintz2013-10-301-6/+14
* | ibm emac: Fix locking for enable/disable eob irqAlistair Popple2013-10-301-0/+4
* | ibm emac: Don't call napi_complete if napi_reschedule failedAlistair Popple2013-10-301-8/+4
* | cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architecturesBen Hutchings2013-10-291-1/+2
* | bnx2x: Disable VF access on PF removalAriel Elior2013-10-291-1/+15
* | bnx2x: prevent FW assert on low mem during unloadDmitry Kravkov2013-10-291-5/+5
* | be2net: Warn users of possible broken functionality on BE2 cards with very ol...Somnath Kotur2013-10-272-0/+15
* | qlcnic: Do not read QLCNIC_FW_CAPABILITY_MORE_CAPS bit for 83xx adapterShahed Shaikh2013-10-262-5/+7
* | qlcnic: Do not force adapter to perform LRO without destination IP checkShahed Shaikh2013-10-261-5/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-10-2328-370/+570
|\
| * davinci_emac.c: Fix IFF_ALLMULTI setupMariusz Ceier2013-10-221-2/+1
| * bnx2x: Set NETIF_F_HIGHDMA unconditionallyMerav Sicron2013-10-222-4/+1
| * bnx2x: Don't pretend during register dumpDmitry Kravkov2013-10-223-205/+201
| * bnx2x: Lock DMAE when used by statistic flowAriel Elior2013-10-224-10/+11
| * bnx2x: Prevent null pointer dereference on error flowYuval Mintz2013-10-221-3/+3
| * bnx2x: Fix config when SR-IOV and iSCSI are enabledAriel Elior2013-10-221-2/+3
| * bnx2x: Fix Coalescing configurationDmitry Kravkov2013-10-221-1/+1
| * bnx2x: Unlock VF-PF channel on MAC/VLAN config errorAriel Elior2013-10-221-9/+14
| * bnx2x: Prevent an illegal pointer dereference during panicYuval Mintz2013-10-222-7/+29
| * bnx2x: Fix Maximum CoS estimation for VFsYuval Mintz2013-10-221-5/+5
| * drivers: net: cpsw: fix kernel warn during iperf test with interrupt pacingMugunthan V N2013-10-211-7/+0
| * qlcnic: Validate Tx queue only for 82xx adapters.Himanshu Madhani2013-10-182-8/+2
| * be2net: pass if_id for v1 and V2 versions of TX_CREATE cmdVasundhara Volam2013-10-181-1/+2
| * net/ethernet: cpsw: Bugfix interrupts before enabling napiMarkus Pargmann2013-10-171-1/+1
| * bnx2x: record rx queue for LRO packetsEric Dumazet2013-10-171-0/+1
| * dm9000: report the correct LPANikita Kiryanov2013-10-171-4/+9
| * dm9000: Implement full reset of DM9000 network deviceMichael Abbott2013-10-171-12/+21
| * dm9000: take phy out of reset during initNikita Kiryanov2013-10-171-0/+1
| * dm9000: during init reset phy only for dm9000bNikita Kiryanov2013-10-171-2/+7
| * net: smc91x: dont't use SMC_outw for fixing up halfword-aligned dataWill Deacon2013-10-111-4/+2
| * net: sh_eth: Correct fix for RX packet errors on R8A7740Simon Horman2013-10-111-4/+4
| * gianfar: Enable eTSEC-20 erratum w/a for P2020 Rev1Claudiu Manoil2013-10-091-0/+3
| * gianfar: Use mpc85xx support for errata detectionClaudiu Manoil2013-10-091-8/+25
| * gianfar: Enable eTSEC-A002 erratum w/a for all partsClaudiu Manoil2013-10-091-6/+4
| * Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2013-10-095-31/+151
| |\
| | * sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flagsBen Hutchings2013-10-071-1/+17
| | * sfc: Add PM and RXDP drop counters to ethtool statsEdward Cree2013-10-052-0/+47
| | * sfc: Add definitions for new stats counters and capability flagMatthew Slattery2013-10-051-2/+54
| | * sfc: Refactor EF10 stat mask code to allow for more conditional statsEdward Cree2013-10-051-21/+28
| | * sfc: Fix internal indices of ethtool stats for EF10Edward Cree2013-10-051-6/+3
| | * sfc: Add rmb() between reading stats and generation count to ensure consistencyJon Cooper2013-10-051-0/+1
| * | qlcnic: add missing destroy_workqueue() on error path in qlcnic_probe()Wei Yongjun2013-10-081-1/+4
| * | moxa: fix the error handling in moxart_mac_probe()Wei Yongjun2013-10-081-6/+16
| * | net/mlx4_en: Fix pages never dma unmapped on rxAmir Vadai2013-10-081-2/+3
| * | net/mlx4_en: Rename name of mlx4_en_rx_alloc membersAmir Vadai2013-10-082-19/+25
| * | net: sh_eth: Fix RX packets errors on R8A7740Nguyen Hong Ky2013-10-081-0/+4
| * | net/ethernet: cpsw: DT read bool dual_emacMarkus Pargmann2013-10-071-2/+2