summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* bnx2: Add PCI Advanced Error Reporting support.John Feeney2010-08-231-10/+34
* tokenring: remove unneeded NULL checksDan Carpenter2010-08-221-4/+2Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-2241-186/+1973
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-08-2024-137/+174
| |\
| | * iwlwifi: use long monitor timer for 5300 seriesWey-Yi Guy2010-08-181-2/+2
| | * drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches2010-08-1813-50/+50
| | * iwlwifi: fix 3945 filter flagsJohannes Berg2010-08-174-50/+94
| | * ipw2100: don't sync status queue entriesJohn W. Linville2010-08-171-8/+0Star
| | * iwlwifi: use long monitor timer to avoid un-necessary reloadWey-Yi Guy2010-08-142-11/+11
| | * iwlwifi: long monitor timerWey-Yi Guy2010-08-146-29/+30
| * | e1000e: don't check for alternate MAC addr on parts that don't support itBruce Allan2010-08-203-13/+31
| * | e1000e: disable ASPM L1 on 82573Bruce Allan2010-08-201-0/+1
| * | ll_temac: Fix poll implementationMichal Simek2010-08-191-2/+2
| * | netxen: fix a race in netxen_nic_get_stats()Eric Dumazet2010-08-191-2/+0Star
| * | qlnic: fix a race in qlcnic_get_stats()Eric Dumazet2010-08-191-2/+0Star
| * | net: sh_eth: remove unused variableKuninori Morimoto2010-08-191-1/+1
| * | netxen: update version 4.0.74Amit Kumar Salecha2010-08-191-2/+2
| * | netxen: fix inconsistent lock stateAmit Kumar Salecha2010-08-191-4/+0Star
| * | ibmveth: Fix opps during MTU change on an active deviceRobert Jennings2010-08-191-17/+15Star
| * | ehea: Fix synchronization between HW and SW send queueAndre Detsch2010-08-192-2/+61
| * | bnx2x: Update bnx2x version to 1.52.53-4Yaniv Rosner2010-08-191-2/+2
| * | bnx2x: Fix PHY locking problemYaniv Rosner2010-08-191-2/+7
| * | net: add Fast Ethernet driver for PXA168.Sachin Sanap2010-08-193-0/+1677
* | | amd8111e: use net_device_stats from struct net_deviceEric Dumazet2010-08-222-8/+7Star
* | | atl1c: use net_device_stats from struct net_deviceEric Dumazet2010-08-222-4/+3Star
* | | PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov2010-08-223-0/+738
* | | qlge: pull NULL check ahead of dereferenceDan Carpenter2010-08-201-2/+3
* | | tehuti: Use net_device_stats from struct net_deviceTobias Klauser2010-08-202-15/+7Star
* | | ep93xx_eth: Use net_device_stats from struct net_deviceTobias Klauser2010-08-201-24/+15Star
* | | qlcnic: update version 5.0.8Amit Kumar Salecha2010-08-201-2/+2
* | | qlcnic: rom lock recoverySucheta Chakraborty2010-08-202-4/+14
* | | qlcnic: firmware initialization updateSony Chacko2010-08-204-131/+47Star
* | | qlcnic: fix endiness in eswitch statisticsAmit Kumar Salecha2010-08-201-2/+16
* | | qlcnic: mark device state as failedAmit Kumar Salecha2010-08-201-10/+13
* | | qlcnic: fix npar stateAmit Kumar Salecha2010-08-201-14/+29
* | | qlcnic: support anti mac spoofingSony Chacko2010-08-202-0/+12
* | | qlcnic: configure offload setting on eswitchRajesh Borundia2010-08-202-6/+133
* | | qlcnic: configure port on eswitchRajesh Borundia2010-08-204-134/+254
* | | qlcnic: replace magic numbers with definesSony Chacko2010-08-204-3/+8
* | | qlcnic: remove unused codeSony Chacko2010-08-202-20/+0Star
* | | qlcnic: fix inconsistent lock stateAmit Kumar Salecha2010-08-201-7/+0Star
* | | ixgbe: rewrite ethtool test to use standard config functionsAlexander Duyck2010-08-203-253/+169Star
* | | ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck2010-08-204-18/+18
* | | ixgbe: combine Rx into into ixgbe_configure_rxAlexander Duyck2010-08-201-57/+95
* | | ixgbe: pull all Tx init into ixgbe_configure_txAlexander Duyck2010-08-201-39/+52
* | | ixgbe: move all GPIE register config into a single functionAlexander Duyck2010-08-201-42/+30Star
* | | ixgbe: Move virtualization config into a separate functionAlexander Duyck2010-08-201-38/+46
* | | ixgbe: move all Rx DMA control register writes to one central locationAlexander Duyck2010-08-202-43/+50
* | | ixgbe: Move max frame size and Rx buffer length configuration into a functionAlexander Duyck2010-08-201-48/+60
* | | ixgbe: remove redundant configuration of vmolr, rename generic variableAlexander Duyck2010-08-201-7/+4Star