summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2010-08-03tg3: Update version to 3.113Matt Carlson1-2/+2
2010-08-03tg3: Migrate tg3_flags to phy_flagsMatt Carlson2-152/+159
2010-08-03tg3: Create phy_flags and migrate phy_is_low_powerMatt Carlson2-19/+20
2010-08-03tg3: Add phy-related preprocessor constantsMatt Carlson2-23/+27
2010-08-03tg3: Add error reporting to tg3_phydsp_write()Matt Carlson1-31/+20
2010-08-03tg3: Improve small packet performanceMatt Carlson1-1/+23
2010-08-03tg3: Remove 5720, 5750, and 5750MMatt Carlson1-3/+0
2010-08-03tg3: Detect APE firmware typesMatt Carlson2-1/+10
2010-08-03tg3: Restrict ASPM workaround devlistMatt Carlson1-1/+3
2010-08-03tg3: Manage gphy power for CPMU-less devs onlyMatt Carlson1-1/+4
2010-08-03tg3: Don't access phy test ctrl reg for 5717+Matt Carlson2-3/+11
2010-08-03tg3: Create TG3_FLG3_5717_PLUS flagMatt Carlson2-50/+23
2010-08-03tg3: Disable TSS also during tg3_close()Matt Carlson1-1/+1
2010-08-03tg3: Add 5784 ASIC rev to earlier PCIe MPS fixMatt Carlson1-2/+1
2010-07-31be2net: fix to avoid sending get_stats request if one is already being proces...Ajit Khaparde3-1/+5
2010-07-31be2net: change to show correct physical link statusAjit Khaparde1-1/+2
2010-07-31be2net: add code to dump registers for debugAjit Khaparde5-0/+140
2010-07-31be2net: fix to correctly know if driver needs to run for a VF or a PFAjit Khaparde1-2/+3
2010-07-31sky2: Code style fixesMike McCormack1-12/+12
2010-07-31TI DaVinci EMAC: Fix incorrect reference to EMAC_CTRL registers.Sriram1-3/+5
2010-07-31TI DaVinci EMAC: Fix asymmetric handling of packets in NAPI Poll function.Sriram1-13/+8
2010-07-31TI DaVinci EMAC : Implement interrupt pacing functionality.Sriram1-2/+131
2010-07-31dnet: fixup error handling in initializationDan Carpenter1-2/+5
2010-07-31bonding: prevent sysfs from allowing arp monitoring with alb/tlbAndy Gospodarek1-12/+25
2010-07-31drivers/net/vxge/vxge-main.c: Use pr_<level> and netdev_<level>Joe Perches1-16/+11
2010-07-31net: ks8842 depends on DMA_ENGINERandy Dunlap1-1/+1
2010-07-31ucc_geth: fix UCC device number in debug messageSergey Matyukevich1-1/+1
2010-07-31tun: keep link (carrier) state up to dateNolan Leake1-7/+3
2010-07-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville90-2096/+2359
2010-07-29iwlwifi: fix scan abortStanislaw Gruszka1-10/+8
2010-07-29wl1271: update hw/fw version info in wiphy structJohn W. Linville1-0/+7
2010-07-29wl1251: update hw/fw version info in wiphy structJohn W. Linville1-0/+5
2010-07-29wl1271: add get_survey callback in order to get channel noiseJohn W. Linville3-0/+27
2010-07-29libertas_tf: add get_survey callback in order to get channel noiseJohn W. Linville2-0/+21
2010-07-29wl1251: add get_survey callback in order to get channel noiseJohn W. Linville3-0/+26
2010-07-29ar9170: add get_survey callback in order to get channel noiseJohn W. Linville1-0/+19
2010-07-29mwl8k: add get_survey callback in order to get channel noiseJohn W. Linville1-4/+27
2010-07-29ath9k: enable serialize_regmode for non-PCIE AR9160John W. Linville1-1/+2
2010-07-29net: bnx2x_cmn.c needs net/ip6_checksum.h for csum_ipv6_magicStephen Rothwell1-0/+1
2010-07-29ath9k: remove the two wiphys scanning at the same time messageLuis R. Rodriguez1-4/+9
2010-07-28ks8842: Fix warnings on 64-bit.David S. Miller1-3/+3
2010-07-28macvlan: Fix rx counters update in macvlan_handle_frame()Sridhar Samudrala1-4/+7
2010-07-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller12-21/+88
2010-07-28ixgbe: potential null dereferenceDan Carpenter1-3/+4
2010-07-28ks8842: Support DMA when accessed via timberdaleRichard Röjfors1-21/+443
2010-07-28stmmac: fix automatic PAD/FCS strippingGiuseppe CAVALLARO4-4/+9
2010-07-28stmmac: fix timer setup when use dual mac KconfigGiuseppe CAVALLARO1-1/+0
2010-07-28bnx2x: update driver version to 1.52.53-3Dmitry Kravkov1-1/+1
2010-07-28bnx2x: Move statistics handling code to bnx2x_stats.*Dmitry Kravkov5-1594/+1647
2010-07-28bnx2x: Create separate file for ethtool routinesDmitry Kravkov4-1955/+1986