summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-47/+70
2012-09-28netdev: octeon: fix return value check in octeon_mgmt_init_phy()Wei Yongjun1-3/+1
2012-09-27Revert "be2net: fix vfs enumeration"David S. Miller1-2/+4
2012-09-27qlcnic: Fix scheduling while atomic bugNarendra K1-2/+2
2012-09-27bnx2: Clean up remaining iounmapNeil Horman1-1/+1
2012-09-27bna: Fix warning false positive.David S. Miller1-0/+1
2012-09-27be2net: fix vfs enumerationIvan Vecera1-4/+2
2012-09-27cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slaveVipul Pandya5-5/+206
2012-09-27cxgb4: Inform caller if driver didn't upgrade firmwareVipul Pandya1-0/+6
2012-09-27cxgb4: Add support for T4 hardwired driver configuration settingsVipul Pandya5-32/+442
2012-09-27cxgb4: Add support for T4 configuration fileVipul Pandya6-133/+920
2012-09-27cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File supportVipul Pandya5-71/+365
2012-09-27cxgb4: Add functions to read memory via PCIE memory windowVipul Pandya3-0/+219
2012-09-27cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASEVipul Pandya1-4/+4
2012-09-27netdev: pasemi: fix return value check in pasemi_mac_phy_init()Wei Yongjun1-2/+2
2012-09-24net: mipsnet: Remove the MIPSsim Ethernet driver.Steven J. Hill3-355/+0
2012-09-24gianfar: Change default HW Tx queue scheduling modeClaudiu Manoil2-2/+20
2012-09-24bnx2x: Improve code around bnx2x_tests_str_arrMerav Sicron1-9/+4
2012-09-24ixgbevf: Return error on failure to enable VLANAlexander Duyck2-7/+34
2012-09-24ixgbevf: Add fix to VF to handle multi-descriptor buffersAlexander Duyck2-2/+17
2012-09-24ixgbevf: Fix AIM (Adaptive Interrupt Moderation)Greg Rose1-0/+4
2012-09-24ixgbevf - Remove unused parameter in ixgbevf_receive_skbNarendra K1-3/+1
2012-09-24ixgbe: Do not read the spoofed packets counter when not in IOV modeGreg Rose1-2/+3
2012-09-24ixgbevf: Fix code for handling timeoutAlexander Duyck3-52/+58
2012-09-22net: Make ZNET driver config depend on X86.David S. Miller1-1/+1
2012-09-22ptp: link the phc device to its parent deviceRichard Cochran4-4/+7
2012-09-22igb: Use dma_unmap_addr and dma_unmap_len definesAlexander Duyck2-34/+34
2012-09-22igb: Simplify how we populate the RSS keyAlexander Duyck1-12/+6
2012-09-22igb: Change how we populate the RSS indirection tableAlexander Duyck1-29/+26
2012-09-22igb: Change Tx cleanup loop to do/while instead of forAlexander Duyck1-12/+16
2012-09-22igb: Remove logic that was doing NUMA pseudo-aware allocationsAlexander Duyck2-85/+13
2012-09-22igb: Fix stats output on i210/i211 parts.Carolyn Wyborny1-1/+5
2012-09-22igb: Change how we check for pre-existing and assigned VFsStefan Assmann2-83/+22
2012-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-22/+41
2012-09-21sunbmac: Remove unused local variable.David S. Miller1-1/+0
2012-09-21net/stmmac: Use clk_prepare_enable and clk_disable_unprepareStefan Roese2-8/+8
2012-09-21stmmac: fix return value check in stmmac_open_ext_timer()Wei Yongjun1-1/+1
2012-09-21gianfar: fix phc index build failureRichard Cochran2-2/+3
2012-09-21bnx2x: remove false warning regarding interrupt numberAriel Elior1-5/+6
2012-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller9-11/+105
2012-09-20at91ether: return PTR_ERR if call to clk_get failsDevendra Naga1-1/+1
2012-09-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller16-34/+1666
2012-09-20ixgbevf: scheduling while atomic in reset hw pathJohn Fastabend1-1/+1
2012-09-20ixgbevf: Add support for VF API negotiationAlexander Duyck5-2/+83
2012-09-20igb: Support to enable EEE on all eee_supported devicesAkeem G. Abodunrin3-5/+16
2012-09-20igb: Remove artificial restriction on RQDPC stat readingAlexander Duyck1-3/+5
2012-09-19r8169: use unlimited DMA burst for TXMichal Schmidt1-1/+1
2012-09-19netdev: make address const in device address managementstephen hemminger1-2/+2
2012-09-19i825xx: znet: fix compiler warnings when building a 64-bit kernelMika Westerberg1-2/+2
2012-09-19sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES requestBen Hutchings2-0/+10