aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [TUN]: Allow to register tun devices in namespace.Pavel Emelyanov2008-04-161-0/+4
* [TUN]: Make the tun_dev_list per-net.Pavel Emelyanov2008-04-161-18/+19
* [TUN]: Introduce the tun_net structure and init/exit net ops.Pavel Emelyanov2008-04-161-1/+52
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-1428-184/+558
|\
| * [ISDN]: Do not validate ISDN net device address prior to interface-upPaul Bolle2008-04-131-0/+1
| * net: check for underlength tap writesRusty Russell2008-04-121-1/+4
| * net: make struct tun_struct private to tun.cRusty Russell2008-04-121-0/+33
| * tg3: fix MMIO for PPC 44x platformsSergei Shtylyov2008-04-121-3/+4
| * Mark generic HDLC + PPP as broken.Krzysztof Halasa2008-04-121-1/+5
| * ehea: Fix DLPAR memory add supportThomas Klein2008-04-122-3/+24
| * sc92031: sysfs link missingStephen Hemminger2008-04-121-0/+1
| * smc91x driver: fix bug: print warning only in interrupt modeSonic Zhang2008-04-121-0/+2
| * forcedeth: mac address fixAyaz Abdulla2008-04-121-2/+24
| * macb: Use semicolon instead of comma for statementAtsushi Nemoto2008-04-121-6/+6
| * macb: Call phy_disconnect on removingAtsushi Nemoto2008-04-121-0/+2
| * ucc_geth: fix non-functional fixed phy supportJoakim Tjernlund2008-04-121-23/+30
| * fs_enet: Don't call NAPI functions when NAPI is not used.Laurent Pinchart2008-04-121-1/+2
| * sky2: missing chip name for Yukon SupremeStephen Hemminger2008-04-121-0/+1
| * BNX2X: Correct bringing chip out of resetEliezer Tamir2008-04-091-3/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-04-097-12/+17
| |\
| | * rt61pci: rt61pci_beacon_update do not free skb twiceDaniel Wagner2008-04-091-3/+1
| | * ssb-mipscore: Fix interrupt vectorsMichael Buesch2008-04-091-6/+7
| | * ssb-pcicore: Fix IRQ TPS flag handlingLarry Finger2008-04-091-1/+1
| | * b43legacy: fix bcm4303 crashStefano Brivio2008-04-071-0/+6
| | * iwlwifi: fix n-band association problemAbhijeet Kolekar2008-04-071-1/+0
| | * ipw2200: set MAC address on radiotap interfaceDaniel Drake2008-04-071-0/+1
| | * libertas: fix mode initialization problemHolger Schurig2008-04-071-1/+1
| * | [NET]: Undo code bloat in hot paths due to print_mac().David S. Miller2008-04-087-110/+177
| |/
| * fix endian lossage in forcedethAl Viro2008-04-041-3/+2
| * net/tokenring/olympic.c section fixesAdrian Bunk2008-04-041-3/+3
| * net: marvell.c fix sparse shadowed variable warningHarvey Harrison2008-04-041-2/+0
| * [TG3]: Add PHY workaround for 5784Matt Carlson2008-04-032-14/+219
* | [ATM] drivers/atm/horizon.c: stop inlining largish static functionsDenys Vlasenko2008-04-131-12/+12
* | drivers/net/wireless/p54/net2280.h: silence checkpatch.plChristian Lamparter2008-04-081-368/+368
* | p54: move to separate directoryChristian Lamparter2008-04-0812-67/+68
* | mac80211: rename filesJohannes Berg2008-04-082-2/+2
* | adm8211: remove commented-out codePavel Machek2008-04-081-7/+0
* | b43: use b43_is_mode() callMichael Buesch2008-04-081-2/+2
* | b43: Fix PHY TX control words in SHMMichael Buesch2008-04-082-83/+117
* | b43: Fix beacon BH updateMichael Buesch2008-04-082-42/+54
* | mac80211: notify mac from low level driver (iwlwifi)Mohamed Abbas2008-04-082-0/+2
* | b43: Beaconing fixesMichael Buesch2008-04-082-6/+37
* | iwlwifi: honour regulatory restrictions in scan codeJohannes Berg2008-04-082-0/+6
* | iwlwifi: fix rfkill memory errorMohamed Abbas2008-04-083-18/+22
* | iwlwifi: ensure led registration complete as part of initializationReinette Chatre2008-04-082-4/+4
* | iwlwifi: use ieee80211_frequency_to_channelTomas Winkler2008-04-082-9/+8
* | iwlwifi: move driver status inliners into iwl-core.hTomas Winkler2008-04-088-94/+91
* | iwlwifi: hw names cleanupTomas Winkler2008-04-083-56/+62
* | rt2x00: Use lib->config_filter() during scheduled packet filter configIvo van Doorn2008-04-081-11/+1
* | b43: Fix TBTT and PU timingsMichael Buesch2008-04-082-8/+39