summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-04-17tc35815: Use managed pci iomap helperAtsushi Nemoto1-83/+38
2008-04-17tc35815: Use netdev_priv()Atsushi Nemoto1-39/+39
2008-04-17tc35815: Use print_mac() helperAtsushi Nemoto1-22/+14
2008-04-17tc35815: Statistics cleanupAtsushi Nemoto1-30/+31
2008-04-17mv643xx_eth: update copyrightLennert Buytenhek1-1/+5
2008-04-17mv643xx_eth: only print banner onceLennert Buytenhek1-1/+3
2008-04-17mv643xx_eth: pass port identifier to register accessorsLennert Buytenhek1-78/+78
2008-04-17mv643xx_eth: report netdev name in all printksLennert Buytenhek1-11/+6
2008-04-17mv643xx_eth: identify ports by struct mv643xx_private *Lennert Buytenhek1-118/+128
2008-04-17mv643xx_eth: various cleanupsLennert Buytenhek1-39/+16
2008-04-17mv643xx_eth: mp->tx_desc_count needs spinlock protectionLennert Buytenhek1-11/+10
2008-04-16[TUN]: Allow to register tun devices in namespace.Pavel Emelyanov1-0/+4
2008-04-16[TUN]: Make the tun_dev_list per-net.Pavel Emelyanov1-18/+19
2008-04-16[TUN]: Introduce the tun_net structure and init/exit net ops.Pavel Emelyanov1-1/+52
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller28-184/+558
2008-04-14[ISDN]: Do not validate ISDN net device address prior to interface-upPaul Bolle1-0/+1
2008-04-14[ATM] drivers/atm/horizon.c: stop inlining largish static functionsDenys Vlasenko1-12/+12
2008-04-13net: check for underlength tap writesRusty Russell1-1/+4
2008-04-13net: make struct tun_struct private to tun.cRusty Russell1-0/+33
2008-04-13tg3: fix MMIO for PPC 44x platformsSergei Shtylyov1-3/+4
2008-04-12Mark generic HDLC + PPP as broken.Krzysztof Halasa1-1/+5
2008-04-12ehea: Fix DLPAR memory add supportThomas Klein2-3/+24
2008-04-12sc92031: sysfs link missingStephen Hemminger1-0/+1
2008-04-12smc91x driver: fix bug: print warning only in interrupt modeSonic Zhang1-0/+2
2008-04-12forcedeth: mac address fixAyaz Abdulla1-2/+24
2008-04-12macb: Use semicolon instead of comma for statementAtsushi Nemoto1-6/+6
2008-04-12macb: Call phy_disconnect on removingAtsushi Nemoto1-0/+2
2008-04-12ucc_geth: fix non-functional fixed phy supportJoakim Tjernlund1-23/+30
2008-04-12fs_enet: Don't call NAPI functions when NAPI is not used.Laurent Pinchart1-1/+2
2008-04-12sky2: missing chip name for Yukon SupremeStephen Hemminger1-0/+1
2008-04-10BNX2X: Correct bringing chip out of resetEliezer Tamir1-3/+3
2008-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller7-12/+17
2008-04-09rt61pci: rt61pci_beacon_update do not free skb twiceDaniel Wagner1-3/+1
2008-04-09ssb-mipscore: Fix interrupt vectorsMichael Buesch1-6/+7
2008-04-09ssb-pcicore: Fix IRQ TPS flag handlingLarry Finger1-1/+1
2008-04-09[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller7-110/+177
2008-04-09drivers/net/wireless/p54/net2280.h: silence checkpatch.plChristian Lamparter1-368/+368
2008-04-09p54: move to separate directoryChristian Lamparter12-67/+68
2008-04-09mac80211: rename filesJohannes Berg2-2/+2
2008-04-09adm8211: remove commented-out codePavel Machek1-7/+0
2008-04-09b43: use b43_is_mode() callMichael Buesch1-2/+2
2008-04-09b43: Fix PHY TX control words in SHMMichael Buesch2-83/+117
2008-04-09b43: Fix beacon BH updateMichael Buesch2-42/+54
2008-04-09mac80211: notify mac from low level driver (iwlwifi)Mohamed Abbas2-0/+2
2008-04-09b43: Beaconing fixesMichael Buesch2-6/+37
2008-04-09iwlwifi: honour regulatory restrictions in scan codeJohannes Berg2-0/+6
2008-04-09iwlwifi: fix rfkill memory errorMohamed Abbas3-18/+22
2008-04-09iwlwifi: ensure led registration complete as part of initializationReinette Chatre2-4/+4
2008-04-09iwlwifi: use ieee80211_frequency_to_channelTomas Winkler2-9/+8
2008-04-09iwlwifi: move driver status inliners into iwl-core.hTomas Winkler8-94/+91