aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller20-35/+57
2008-04-02[ATM] drivers/atm/iphase.c: compilation warning fixLeonardo Potenza1-0/+2
2008-04-01wireless: fix various printk warnings on ia64 (and others)John W. Linville3-5/+8
2008-04-01rt2x00: Remove MAC80211_LEDS dependencyIvo van Doorn12-247/+297
2008-04-01rt2x00: TO_DS filter depends on intf_ap_countIvo van Doorn6-5/+17
2008-04-01rt2x00: Invert scheduled packet_filter checkIvo van Doorn1-2/+2
2008-04-01iwlwifi: Fix synchronous host commandTomas Winkler6-48/+52
2008-04-01iwlwifi: LED initialize before registeringTomas Winkler1-2/+4
2008-04-01iwlwifi: unregister to upper stack before releasing resourcesRon Rindjunsky1-3/+5
2008-04-01iwlwifi: move rate registration to module loadReinette Chatre7-20/+46
2008-04-01iwlwifi: fix race condition during driver unloadMohamed Abbas2-4/+62
2008-04-01iwlwifi: hook iwlwifi with Linux rfkillMohamed Abbas9-34/+271
2008-04-01iwlwifi: add notification infrastructure to iwlcoreMohamed Abbas3-0/+36
2008-04-01rt2x00: fixup some non-functional merge errorsJohn W. Linville2-5/+1
2008-04-01libertas: don't depend on IEEE80211Holger Schurig3-1/+31
2008-04-01libertas: convert sleep/wake config direct commandsHolger Schurig5-48/+32
2008-04-01libertas: convert CMD_802_11_EEPROM_ACCESS to a direct commandHolger Schurig6-121/+22
2008-04-01libertas: convert CMD_802_11_MAC_ADDRESS to a direct commandHolger Schurig4-61/+11
2008-04-01endianness annotations: drivers/net/wireless/rtl8180_dev.cAl Viro1-2/+2
2008-04-01b43: Fix PCMCIA IRQ routingMichael Buesch1-2/+4
2008-04-01b43: Add DMA mapping failure messagesMichael Buesch1-1/+6
2008-03-31[ATM] atm/idt77252.c: Make 2 functions staticAdrian Bunk1-4/+2
2008-03-31[ATM]: Make atm/he.c:read_prom_byte() staticAdrian Bunk1-2/+1
2008-03-28Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller10-21/+28
2008-03-28e1000e: reorganize PHY and flow control interfaceJeff Kirsher9-159/+205
2008-03-28e1000e: rename mc_addr_list_updateJeff Kirsher7-23/+24
2008-03-28e1000e: reformat comment blocks, cosmetic changes onlyBruce Allan12-642/+1009
2008-03-28Compilation fix for ixgbe_main.c.Denis V. Lunev1-3/+3
2008-03-28net: yellowfin parenthesis fixMariusz Kozlowski1-2/+2
2008-03-28netdev: ehea: port_lock semaphore to mutexDaniel Walker2-22/+24
2008-03-28netdev: ehea: bcmc_regs semaphore to mutexDaniel Walker2-10/+10
2008-03-28netdev: ehea: locking order correctionDaniel Walker1-2/+2
2008-03-28netdev: ehea: ehea_fw_handles semaphore to mutexDaniel Walker2-10/+10
2008-03-28netdev: ehea: semaphore to mutexDaniel Walker1-4/+4
2008-03-28drivers/net/tokenring/3c359.c: use time_* macrosS.Caglar Onur1-10/+11
2008-03-28drivers/net/arcnet/arcnet.c: use time_* macrosS.Caglar Onur1-2/+3
2008-03-283c509: convert to isa_driver and pnp_driverOndrej Zary1-357/+372
2008-03-28forcedeth: fix locking bug with netconsoleIngo Molnar1-8/+10
2008-03-28usb net: asix does not really need 10/100mbitMike Frysinger1-1/+1
2008-03-28Blackfin EMAC Driver: delete unused variables to fixup gcc warningsMike Frysinger1-2/+0
2008-03-28ibm_newemac: emac_tx_csum typo fixValentine Barshak1-2/+2
2008-03-28Make pasemi_mac.c depend on PPC_PASEMI to prevent link errorsMichael Ellerman1-1/+1
2008-03-28S2io: Version update for Tx completion patchSreenivasa Honnur1-1/+1
2008-03-28drivers/net/usb/pegasus.c: remove in_atomic() checkDavid Brownell1-4/+0
2008-03-28dm9601: Fix multicast hash table handlingPeter Korsgaard1-1/+1
2008-03-28[netdrvr] tulip_read_eeprom fixes for BUG 4420Grant Grundler2-1/+12
2008-03-28[ATM] firestream: Fix uninitialized var warning.David S. Miller1-0/+1
2008-03-28lapb: use the shorter LIST_HEAD form for brevityRobert P. J. Day1-1/+1
2008-03-28[BOND]: Fix warning in bond_sysfs.cDavid S. Miller1-0/+1
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller38-546/+421