summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-08-04mac80211: Retry probe request few timesMaxim Levitsky2-12/+31
2009-08-04cfg80211: lower dynamic PS timeout to 100msJohannes Berg1-1/+1
2009-08-04cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez4-10/+33
2009-08-04cfg80211: decouple regulatory variables from cfg80211_mutexLuis R. Rodriguez2-12/+38
2009-08-04cfg80211: do not iterate over rdev list on country IE hintLuis R. Rodriguez1-42/+9
2009-08-04cfg80211: use goto out on country IE reg hint failureLuis R. Rodriguez1-4/+2
2009-08-04mac80211: fix powersaveJohannes Berg1-7/+6
2009-08-04cfg80211: fix NETDEV_UNREGISTER notifierJohannes Berg1-4/+11
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez11-49/+92
2009-08-04mac80211: fix sparse warnings/errorsJohannes Berg2-2/+5
2009-08-04cfg80211: keep track of current_bss for userspace SMEJohannes Berg4-33/+51
2009-08-04mac80211: disable beacons before removing the associated interfaceBob Copeland3-1/+16
2009-08-04wext: remove extra return on wireless_nlevent_init()Luis R. Rodriguez1-1/+0
2009-08-04mac80211: disable software retry for nowJohannes Berg1-0/+26
2009-08-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-6/+10
2009-08-03cfg80211: fix regression on beacon world roaming featureLuis R. Rodriguez2-5/+7
2009-08-03cfg80211: add two missing NULL pointer checksJohannes Berg1-1/+3
2009-08-03bluetooth: rfcomm_init bug fixDave Young2-9/+20
2009-08-02neigh: Convert garbage collection from softirq to workqueueEric Dumazet1-46/+43
2009-08-02IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder20-147/+145
2009-08-02inet6: functions shadow global variableGerrit Renker1-2/+2
2009-08-02net: restore the original spinlock to protect unicast listJiri Pirko1-9/+16
2009-08-02net: net_assign_generic() fixEric Dumazet1-1/+1
2009-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller26-561/+846
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller9-34/+54
2009-07-30xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman4-13/+33
2009-07-30IPVS: use pr_fmtHannes Eder23-4/+74
2009-07-30ipv4: ARP neigh procfs buffer overflowroel kluin1-1/+3
2009-07-30vlan: allow creating vlan when real device is not upStephen Hemminger1-6/+0
2009-07-30net/netlabel: Add kmalloc NULL testsJulia Lawall1-1/+1
2009-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-10/+28
2009-07-29net-dccp: suppress warning about large allocations from DCCPMel Gorman1-2/+2
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-29mac80211: fix suspendJohannes Berg2-9/+27
2009-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-38/+59
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