summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg12-106/+53
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg5-41/+48
2009-07-29cfg80211: combine IWAP handlersJohannes Berg5-55/+58
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg7-80/+83
2009-07-29mac80211: verify info->control.vif is not NULLJohannes Berg2-0/+18
2009-07-29cfg80211: fix disassoc while not associatedJohannes Berg1-0/+6
2009-07-29mac80211: fix an oops in ieee80211_scan_state_set_channelHelmut Schaa1-1/+4
2009-07-29nl80211: add missing parameter clearingJohannes Berg1-0/+2
2009-07-29mac80211: fix receiving deauthJohannes Berg1-4/+17
2009-07-29cfg80211: fix circular lock dependency (1)Johannes Berg1-3/+3
2009-07-27mac80211: fix oops due to missing private dataLuis R. Rodriguez1-2/+4
2009-07-27mac80211: fix PS-poll response, raceJohannes Berg3-36/+7
2009-07-27mac80211: fix MLME issuing of probe requests while scanningLuis R. Rodriguez1-3/+3
2009-07-27mac80211: fix mlme timeoutsJohannes Berg1-0/+2
2009-07-27cfg80211: increase scan result expire timeHelmut Schaa1-1/+1
2009-07-27mac80211: rename scan_state to next_scan_stateHelmut Schaa2-11/+11
2009-07-27mac80211: implement basic background scanningHelmut Schaa4-13/+148
2009-07-27mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa9-29/+31
2009-07-27mac80211: introduce a new scan state "decision"Helmut Schaa2-15/+27
2009-07-27mac80211: advance the state machine immediately if no delay is neededHelmut Schaa1-9/+15
2009-07-27mac80211: refactor the scan codeHelmut Schaa1-58/+78
2009-07-27mac80211: allow using network namespacesJohannes Berg2-0/+2
2009-07-27cfg80211: make aware of net namespacesJohannes Berg7-95/+227
2009-07-27mac80211: cooperate more with network namespacesJohannes Berg3-47/+46
2009-07-27phonet: phonet_device_get() fixEric Dumazet1-1/+1
2009-07-27ethtool: device independent rx_csum and get_flags routinesSridhar Samudrala1-2/+11
2009-07-27phonet: Fix build.David S. Miller1-0/+1
2009-07-24mac80211: Fix regression in mesh forwarding path.Javier Cardona4-11/+20
2009-07-24mac80211: fix ieee80211_xmit call contextJohannes Berg1-0/+7
2009-07-24net: remove unused skb->do_not_encryptJohannes Berg1-3/+0
2009-07-24mac80211: remove master netdevJohannes Berg12-392/+192
2009-07-24net: export __dev_addr_sync/__dev_addr_unsyncJohannes Berg1-0/+2
2009-07-24cfg80211: avoid setting default_key if add_key failsZhu Yi1-2/+6
2009-07-24cfg80211: fix typo of IWEVASSOCRESPIEZhu Yi1-2/+2
2009-07-24cfg80211: set_default_key only for WEPZhu Yi1-1/+2
2009-07-24mac80211: fix spare warnings in driver-trace.hChristian Lamparter1-2/+2
2009-07-24mac80211: do not monitor the connection while scanningChristian Lamparter1-0/+3
2009-07-24cfg80211: don't optimise wext calls too muchJohannes Berg1-19/+21
2009-07-24cfg80211: remove WARN_ON in __cfg80211_sme_scan_doneZhu Yi1-1/+1
2009-07-24cfg80211: treat ieee80211_regdom hints as user hintsLuis R. Rodriguez1-16/+9
2009-07-24mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez3-31/+31
2009-07-24mac80211: make minstrel/pid RC use ieee80211_is_data(fc)Luis R. Rodriguez2-8/+6
2009-07-24mac80211: drop frames for sta with no valid rateLuis R. Rodriguez1-0/+20
2009-07-24cfg80211: fix unregistrationJohannes Berg1-5/+5
2009-07-24mac80211: cancel the connection monitor timers/workJohannes Berg2-3/+8
2009-07-24cfg80211: fix disabling WPA via wext (SIOCSIWAUTH)Gábor Stefanik1-1/+11
2009-07-24cfg80211: fix more bugs in mlme handlingJohannes Berg1-5/+3
2009-07-24nl80211: report BSS statusJohannes Berg1-17/+48
2009-07-24cfg80211: fix wext setting SSIDJohannes Berg1-1/+1
2009-07-24cfg80211: don't look at wdev->ssid for giwessidJohannes Berg1-5/+1