summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [B43]: Change loglevel of radio-enable message.Michael Buesch2007-10-113-29/+26Star
* [SSB]: Sparse fixes.Michael Buesch2007-10-113-9/+10
* [SSB]: Use ioreadX() and iowriteX() for PCI.Michael Buesch2007-10-111-4/+4
* [B43]: Don't lock irq_lock in debugfs txpower adjustMichael Buesch2007-10-111-14/+5Star
* [P54PCI]: terminate pci tableAndrew Morton2007-10-111-0/+1
* [ZD1211RD]: add USB id for Telegent TG54USB WLAN adapterUlrich Kunitz2007-10-111-0/+1
* [BCM43XX]: Change radio hardware switch status printk from debug to regularLarry Finger2007-10-112-3/+3
* [ZD1211RW]: Don't needlessly initialize variable to NULL in zd_chipJesper Juhl2007-10-111-1/+1
* [IWLWIFI]: remove per-file CFLAGS for IWL defineZhu Yi2007-10-117-6/+12
* [NET]: Dynamically allocate the loopback device, part 2.Daniel Lezcano2007-10-111-28/+44
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-111-2/+4
* [B43]: Fix sparse warnings.Michael Buesch2007-10-118-34/+50
* cxgb3: trivial endianness annotationsAl Viro2007-10-112-5/+5
* 3c509: endiannessAl Viro2007-10-111-2/+2
* drivers/net/appletalk: endiannessAl Viro2007-10-112-2/+2
* tms380tr: trivial endianness annotationsAl Viro2007-10-112-11/+11
* pppoe: endiannessAl Viro2007-10-111-9/+9
* via-rhine: endiannessAl Viro2007-10-111-8/+8
* r8169: endiannessAl Viro2007-10-111-13/+13
* starfire: trivial endianness annotationsAl Viro2007-10-111-44/+44
* drivers/net/irda: endianness, NULL noiseAl Viro2007-10-114-6/+6
* ixgb: endiannessAl Viro2007-10-114-26/+26
* pcnet32: endiannessAl Viro2007-10-111-50/+48Star
* typhoon: trivial endianness annotationsAl Viro2007-10-112-113/+113
* tulip: endianness annotationsAl Viro2007-10-116-28/+28
* arcnet endianness annotationsAl Viro2007-10-112-5/+5
* amd8111e big-endian fixAl Viro2007-10-111-1/+2
* amd8111e: trivial endianness annotations, NULL noise removalAl Viro2007-10-112-15/+15
* 3c59x: trivial endianness annotations, NULL noise removalAl Viro2007-10-111-14/+14
* fix vlan in 8139cp on big-endianAl Viro2007-10-111-5/+5
* endianness annotations drivers/net/bonding/Al Viro2007-10-117-73/+48Star
* FS_ENET: Add polling supportVitaly Bordug2007-10-115-63/+80
* FS_ENET: TX stuff should use fep->tx_lock, instead of fep->lock.Vitaly Bordug2007-10-111-2/+4
* NET_SB1250_MAC: Rename to SB1250_MACMaciej W. Rozycki2007-10-112-2/+2
* NET_SB1250_MAC: Update Kconfig entryMaciej W. Rozycki2007-10-111-4/+12
* netxen: ethtool fixesDhananjay Phadke2007-10-114-9/+28
* Device tree aware EMAC driverDavid Gibson2007-10-1120-69/+6507
* 8139cp: trivial endianness annotationsAl Viro2007-10-111-19/+19
* Blackfin EMAC driver: add a select for the PHYLIB of this driverBryan Wu2007-10-111-0/+2
* Blackfin EMAC driver: Add phy abstraction layer supporting in bfin_emac driverBryan Wu2007-10-112-168/+196
* Blackfin EMAC driver: add power management interface and change the bf537mac_...Bryan Wu2007-10-111-4/+19
* Blackfin EMAC driver: add function to change the MAC addressAlex Landau2007-10-111-1/+12
* S2io: Updating transceiver information in ethtool functionSivakumar Subramani2007-10-111-2/+4
* S2io: Added support set_mac_address driver entry pointSivakumar Subramani2007-10-112-41/+68
* S2io: Removed unused feature - bimodal interruptsSivakumar Subramani2007-10-112-145/+88Star
* S2io: Change kmalloc+memset to k[zc]allocSivakumar Subramani2007-10-111-9/+5Star
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-1135-245/+345
* [B44]: port to native ssb supportMichael Buesch2007-10-113-466/+386Star
* [P54]: add mac80211-based driver for prism54 softmac hardwareMichael Wu2007-10-1110-0/+3697
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-11194-1622/+1486Star