summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: make debugfs files root-onlyJohannes Berg2008-04-083-6/+6
* b43: Beaconing fixesMichael Buesch2008-04-082-6/+37
* iwlwifi: honour regulatory restrictions in scan codeJohannes Berg2008-04-082-0/+6
* mac80211: notify upper layers after lowerReinette Chatre2008-04-081-2/+2
* 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
* cfg80211: default to regulatory max power for channelJohn W. Linville2008-04-081-1/+4
* b43: Fix TBTT and PU timingsMichael Buesch2008-04-082-8/+39
* b43: Add more N-PHY stuffMichael Buesch2008-04-084-12/+41
* mac80211: clean up IEEE80211_FC useJohannes Berg2008-04-084-10/+2
* mac80211: fix possible sta-debugfs work lockupJohannes Berg2008-04-081-6/+23
* b43: Use SSB block-I/O to do PIOMichael Buesch2008-04-082-83/+91
* iwl4965: use IWLWIFI_LEDS config variableReinette Chatre2008-04-081-1/+1
* ssb: Add support for block-I/OMichael Buesch2008-04-085-0/+315
* drivers/net/wireless/iwlwifi/iwl-3945.h: correct CONFIG_IWL4965_LEDS typoJohn W. Linville2008-04-081-1/+1
* ssb: Fix build for non-PCIhostMichael Buesch2008-04-081-2/+2
* libertas: remove lbs_get_fwversion()Holger Schurig2008-04-083-24/+5
* libertas: move lbs_update_channel out of assoc.cHolger Schurig2008-04-082-17/+16
* libertas: move association code from scan.c into assoc.cHolger Schurig2008-04-086-424/+397
* libertas: move association code from join.c into scan.cHolger Schurig2008-04-0811-931/+890
* iwlwifi/Kconfg: make IWLWIFI_LEDS invisibleJohn W. Linville2008-04-081-6/+4
* iwlwifi: fix some warningsJohannes Berg2008-04-084-9/+10
* drivers/net/wireless/iwlwifi/iwl-debugfs.c: fix another '%llu' warningJohn W. Linville2008-04-081-1/+1
* mac80211: add station aid into ieee80211_tx_controlChr2008-04-082-0/+2
* wavelan_cs: stop inlining largish static functionsDenys Vlasenko2008-04-082-37/+36
* prism54: set carrier flags correctlyLuis R. Rodriguez2008-04-082-2/+7
* ssb: Turn suspend/resume upside downMichael Buesch2008-04-088-67/+88
* b43: Add PIO support for PCMCIA devicesMichael Buesch2008-04-0810-103/+1267
* iwlwifi: Eliminate association from beaconTomas Winkler2008-04-084-204/+51
* mac80211: add association capabilty and timing info into bss_confTomas Winkler2008-04-082-1/+14
* iwlwifi: eliminate conf_htTomas Winkler2008-04-081-83/+63
* mac80211: eliminate conf_htTomas Winkler2008-04-084-47/+75
* ssb-pcmcia: IRQ and DMA related fixesMichael Buesch2008-04-082-15/+23
* Revert "mac80211: use a struct for bss->mesh_config"John W. Linville2008-04-084-41/+18
* Merge branch 'net-2.6.26-isatap-20080403' of git://git.linux-ipv6.org/gitroot...David S. Miller2008-04-0811-75/+330
|\
| * [IPV6] NDISC: Don't rely on node-type hint from L2 unless required.YOSHIFUJI Hideaki2008-04-033-0/+16
| * [IPV6]: Unify ip6_onlink() and ipip6_onlink().YOSHIFUJI Hideaki2008-04-034-50/+31
| * [IPV6] NDISC: Ignore route information with /0 prefix from interior router.YOSHIFUJI Hideaki2008-04-031-1/+7
| * [IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL.YOSHIFUJI Hideaki2008-04-033-10/+95
| * [IPV6] SIT: Disallow 0.0.0.0 in PRL and Flush PRL if given for DEL.YOSHIFUJI Hideaki2008-04-031-1/+4
| * [IPV6] SIT: Fix locking issues in PRL management.YOSHIFUJI Hideaki2008-04-031-17/+32
| * [IPV6] SIT: Add PRL management for ISATAP.Templin, Fred L2008-04-037-50/+199
* | [IPV6] MROUTE: Use skb_tail_pointer(skb) instead of skb->tail.YOSHIFUJI Hideaki2008-04-051-3/+3
* | [IPV6]: Comment MRT6_xxx sockopts in include/linux/in6.h.YOSHIFUJI Hideaki2008-04-051-0/+15
* | [IPV6] MROUTE: Support PIM-SM (SSM).YOSHIFUJI Hideaki2008-04-053-1/+285
* | [IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki2008-04-0513-30/+1754