summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdev: octeon_mgmt: Convert to use device tree.David Daney2012-07-231-105/+207
* ixgbevf: Fix panic when loading driverAlexander Duyck2012-07-171-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-07-172-10/+35
|\
| * e1000e: fix test for PHY being accessible on 82577/8/9 and I217Bruce Allan2012-07-141-10/+32
| * e1000e: Correct link check logic for 82571 serdesTushar Dave2012-07-141-0/+3
* | ixgbevf: Prevent RX/TX statistics getting reset to zeroNarendra K2012-07-171-12/+0
|/
* bnx2: Fix bug in bnx2_free_tx_skbs().Michael Chan2012-07-111-3/+3
* gianfar: fix potential sk_wmem_alloc imbalanceEric Dumazet2012-07-101-4/+3
* drivers/net/ethernet/broadcom/cnic.c: remove invalid reference to list iterat...Julia Lawall2012-07-101-1/+2
* stmmac: Fix for higher mtu size handlingDeepak Sikri2012-07-091-1/+2
* stmmac: Fix for nfs hang on multiple rebootDeepak Sikri2012-07-091-0/+3
* cnic: Don't use netdev->base_addrMichael Chan2012-07-091-2/+5
* ixgbe: DCB and SR-IOV can not co-exist and will cause hangsAlexander Duyck2012-07-091-0/+5
* atl1c: fix issue of transmit queue 0 timed outCloud Ren2012-07-091-1/+0
* net: dont use __netdev_alloc_skb for bounce bufferEric Dumazet2012-07-091-2/+2
* e1000e: remove use of IP payload checksumBruce Allan2012-07-012-61/+15
* igbvf: fix divide by zeroMitch A Williams2012-07-011-11/+18
* davinci_cpdma: include linux/module.hDaniel Mack2012-06-291-0/+1
* gianfar: Fix RXICr/TXICr programming for multi-queue modeClaudiu Manoil2012-06-291-6/+4
* ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDPAlexander Duyck2012-06-273-7/+13
* net/mlx4_en: Release QP range in free_resourcesYevgeny Petrilin2012-06-262-4/+9
* net/mlx4: Use single completion vector after NOP failureYevgeny Petrilin2012-06-261-0/+2
* net/mlx4_en: Set correct port parameters during device initializationYevgeny Petrilin2012-06-261-2/+4
* net: sh_eth: fix the condition to fix the cur_tx/dirty_rxYoshihiro Shimoda2012-06-231-5/+7
* r8169: RxConfig hack for the 8168evl.françois romieu2012-06-231-0/+1
* ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled ringsAlexander Duyck2012-06-201-1/+1
* Kconfig: Fix Kconfig for Intel ixgbe and igb PTP support.Carolyn Wyborny2012-06-201-3/+7
* igb: Fix incorrect RAR address entries for i210/i211 device.Carolyn Wyborny2012-06-201-2/+0
* be2net: Increase statistics structure size for skyhawk.Vasundhara Volam2012-06-181-1/+1
* be2net: Modify error message to incorporate subsystemVasundhara Volam2012-06-181-6/+6
* be2net: reduce gso_max_size setting to account for ethernet header.Sarveshwar Bandi2012-06-181-1/+1
* ixgbe: Fix PHC loophole allowing misconfiguration of increment registerJacob Keller2012-06-181-2/+11
* bnx2x: fix link for BCM57711 with 84823 phyYuval Mintz2012-06-171-1/+1
* bnx2x: fix I2C non-respondent issueYuval Mintz2012-06-171-23/+29
* qlcnic: off by one in qlcnic_init_pci_info()Dan Carpenter2012-06-161-1/+1
* bnx2x: fix panic when TX ring is fullEric Dumazet2012-06-161-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-1422-114/+2071
|\
| * bnx2x: fix checksum validationEric Dumazet2012-06-142-21/+21
| * tilegx network driver: initial supportChris Metcalf2012-06-123-2/+1902
| * tg3: Apply short DMA frag workaround to 5906Matt Carlson2012-06-121-1/+2
| * net: stmmac: Fix clock en-/disable callsStefan Roese2012-06-121-2/+2
| * lpc_eth: fix tx completionEric Dumazet2012-06-111-5/+5
| * lpc_eth: add missing ndo_change_mtu()Eric Dumazet2012-06-111-0/+1
| * r8169: avoid NAPI scheduling delay.françois romieu2012-06-111-5/+1
| * be2net: fix a race in be_xmit()Eric Dumazet2012-06-081-2/+3
| * Revert "niu: Add support for byte queue limits."David S. Miller2012-06-081-11/+1
| * stmmac: fix driver built w/ w/o both pci and platf modulesGiuseppe CAVALLARO2012-06-083-12/+72
| * sky2: fix checksum bit management on some chipsstephen hemminger2012-06-071-4/+6
| * mv643xx_eth: Fix compile error for architectures without clk.Andrew Lunn2012-06-061-5/+10
| * stmmac: fix driver Kconfig when built as moduleGiuseppe CAVALLARO2012-06-065-35/+31