summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* e1000e: remove use of IP payload checksumBruce Allan2012-07-012-61/+15Star
* 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/+4Star
* 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/+0Star
* 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/+3Star
* 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/+1Star
| * 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/+1Star
| * 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/+31Star
| * stmmac: fix driver's doc when run kernel-doc scriptGiuseppe CAVALLARO2012-06-061-2/+5
| * ixgbe: IXGBE_RXD_STAT_VP set even with Rx stripping enabledJohn Fastabend2012-06-061-2/+5
| * ixgbe: fix_features rxvlan is independent of DCB and needs to be setJohn Fastabend2012-06-061-10/+5Star
| * e1000e: test for valid check_reset_block function pointerBruce Allan2012-06-064-8/+12
* | Merge tag 'rdma-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rolan...Linus Torvalds2012-06-061-2/+2
|\ \ | |/ |/|
| * mlx4_core: Fix setting VL_cap in mlx4_SET_PORT wrapper flowJack Morgenstein2012-06-061-2/+2
* | fec_mpc52xx: fix timestamp filteringStephan Gatzka2012-06-021-1/+1
* | e1000e: fix Rapid Start Technology support for i217Bruce Allan2012-06-021-9/+9
* | e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()Sebastian Andrzej Siewior2012-06-021-1/+1
* | r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga2012-06-021-0/+3
* | 8139cp/8139too: terminate the eeprom access with the right opmodeJason Wang2012-06-012-2/+2
* | 8139cp: set ring address before enabling receiverJason Wang2012-06-011-11/+11
* | net/mlx4_core: Fix obscure mlx4_cmd_box parameter in QUERY_DEV_CAPJack Morgenstein2012-06-011-3/+2Star
* | net/mlx4_core: Check port out-of-range before using in mlx4_slave_capJack Morgenstein2012-06-011-3/+3
* | net/mlx4_core: Fixes for VF / Guest startup flowJack Morgenstein2012-06-014-14/+63