aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* eql: fix non-constant printk warningStephen Hemminger2009-03-211-1/+1
* igb: cleanup tx dma so map & unmap use matching callsAlexander Duyck2009-03-211-31/+35
* igb: rework igb_set_multi so that vfs are properly updatedAlexander Duyck2009-03-211-10/+8
* igb: update driver to use setup_timer functionAlexander Duyck2009-03-211-7/+4
* igb: remove IGB_DESC_UNUSED since it is better handled by a function callAlexander Duyck2009-03-212-11/+18
* igb: allow tx of pre-formatted vlan tagged packetsArthur Jones2009-03-211-1/+12
* spider_net: Convert to net_device_ops.Yang Hongyang2009-03-211-14/+17
* powerpc 4xx EMAC driver: device name reported on timeout is not correctMikhail Zolotaryov2009-03-211-1/+1
* ixgbe: fix select_queue managementStephen Hemminger2009-03-212-8/+11
* fsl_pq_mdio: Revive Gianfar TBI PHY supportAnton Vorontsov2009-03-211-0/+1
* gianfar: Fix build with CONFIG_PM enabledAnton Vorontsov2009-03-211-2/+2
* e100: add support for 82552 10/100 adapterBruce Allan2009-03-211-16/+77
* e1000e: fixup merge errorArthur Jones2009-03-201-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-207-32/+79
|\
| * smsc911x: reset last known duplex and carrier on openSteve Glendinning2009-03-181-0/+4
| * sh_eth: Fix mistake of the address of SH7763Nobuhiro Iwamatsu2009-03-181-2/+2
| * sh_eth: Change handling of IRQNobuhiro Iwamatsu2009-03-181-3/+17
| * tulip: fix crash on iface up with shirq debugKyle McMartin2009-03-181-16/+29
| * virtio_net: Make virtio_net support carrier detectionPantelis Koukousoulas2009-03-181-0/+3
| * bonding: Fix updating of speed/duplex changesJay Vosburgh2009-03-181-5/+20
| * bnx2: Fix problem of using wrong IRQ handler.Michael Chan2009-03-181-6/+6
* | dnet: remove duplicated #includeHuang Weiyi2009-03-201-1/+0
* | ixgbe: Fixup the watchdog interrupt scheduling on 82599Jesse Brandeburg2009-03-201-32/+81
* | ixgbe: Correctly report Wake On LAN for 82599 KX4 devicesPJ Waskiewicz2009-03-201-1/+40
* | ixgbe: Fix PCI bus reporting on driver load for 82598 after 82599 mergePJ Waskiewicz2009-03-201-0/+3
* | ixgb: refactor tx path to use skb_dma_map/unmapAlexander Duyck2009-03-201-31/+39
* | e1000e: allow tx of pre-formatted vlan tagged packetsArthur Jones2009-03-201-1/+8
* | e1000e: fix dma error handling issuesAlexander Duyck2009-03-201-44/+32
* | e1000e: add support for 82583 device idAlexander Duyck2009-03-205-22/+116
* | smsc9420: fix big endian rx checksum offloadSteve Glendinning2009-03-201-1/+1
* | sunvnet: Convert to net_device_ops.David S. Miller2009-03-201-7/+11
* | smsc911x: allow setting of mac addressSteve Glendinning2009-03-191-5/+30
* | smsc911x: replace print_mac with %pMSteve Glendinning2009-03-191-3/+1
* | smsc911x: define status word positions as constantsSteve Glendinning2009-03-192-10/+15
* | gianfar: pass the proper dev to DMA opsKumar Gala2009-03-182-17/+20
* | a2065: skb_padto cleanupsDave Jones2009-03-181-14/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-03-1760-2955/+7437
|\ \
| * | iwlwifi: correct log level when error occursReinette Chatre2009-03-161-1/+1
| * | iwlwifi: print contents of control register when error occursReinette Chatre2009-03-161-1/+3
| * | iwlagn: fix warning when set WEP keyMohamed Abbas2009-03-161-0/+7
| * | iwl3945: unmap previously mapped memoryReinette Chatre2009-03-161-1/+9
| * | iwl3945: use iwl_tx_cmd_completeAbhijeet Kolekar2009-03-161-80/+1
| * | iwl3945 : fix rate scalingAbhijeet Kolekar2009-03-161-39/+88
| * | iwl3945: use iwl_led structureAbhijeet Kolekar2009-03-168-71/+43
| * | iwl3945: fix sparse errorAbhijeet Kolekar2009-03-161-1/+1
| * | iwlwifi: verify the antenna selection when receive fixed rate debugfsWey-Yi Guy2009-03-161-6/+13
| * | iwlwifi: check IEEE80211_TX_STAT_AMPDU for agg pktWey-Yi Guy2009-03-161-3/+3
| * | iwlwifi: HT performance improvement changesWey-Yi Guy2009-03-162-6/+7
| * | iwlwifi: remove un-necessary rs_tl_turn_on_agg() after agg enabledWey-Yi Guy2009-03-161-2/+10
| * | iwlwifi: add rf information in rate_scale debugfs commandWey-Yi Guy2009-03-161-0/+11