aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-27mac80211: allow scan to complete from any contextJohannes Berg2-8/+32
2010-08-27mac80211: remove unused scan expire defineJohannes Berg1-6/+0
2010-08-25mac80211: fix mesh advertisementJohannes Berg2-33/+5
2010-08-25mac80211: fix rcu-unsafe pointer dereferenceChristian Lamparter1-4/+8
2010-08-25nl80211: fix missing nestingJohannes Berg1-0/+2
2010-08-25mac80211: cancel restart_work in ieee80211_unregister_hwChristian Lamparter1-0/+1
2010-08-25mac80211: fix warning for un-used parameterWey-Yi Guy1-1/+1
2010-08-25net/mac80211: Use wiphy_<level>Joe Perches12-69/+59
2010-08-24cfg80211/mac80211: extensible frame processingJohannes Berg13-154/+344
2010-08-24mac80211: remove unused don't-encrypt flagJohannes Berg1-2/+0
2010-08-24cfg80211: mark ieee80211_hdrlen constJohannes Berg1-1/+1
2010-08-16cfg80211: check if WEP is available for shared key authJohannes Berg1-0/+15
2010-08-16mac80211: dont advertise WEP if unavailableJohannes Berg1-0/+5
2010-08-16mac80211: remove unused status flag checksJohannes Berg2-20/+9
2010-08-16mac80211: move key tfm setupJohannes Berg1-16/+10
2010-08-16mac80211: use cipher suite selectorsJohannes Berg9-105/+75
2010-08-16cfg80211: support sysfs namespacesJohannes Berg3-2/+17
2010-08-16mac80211: allow drivers to request SM PS mode changeJohannes Berg3-1/+36
2010-08-16mac80211: per interface idle notificationJohannes Berg6-16/+75
2010-08-16net: mac80211: Fix a typo.Andrea Gelmini1-1/+1
2010-08-16cfg80211: deauth doesn't always imply disconnectJohannes Berg1-2/+3
2010-08-16mac80211: AMPDU rx reorder timeout timerChristian Lamparter4-12/+97
2010-08-16mac80211: remove unused rate function parameterChristian Lamparter1-16/+6
2010-08-16mac80211: put rx handlers into separate functionsChristian Lamparter1-86/+128
2010-08-16mac80211: Don't squash error codes in key setup functionsBen Hutchings4-16/+14
2010-08-16mac80211: unify scan and work mutexesJohannes Berg5-43/+38
2010-08-16mac80211: don't check rates on PLCP error framesJohannes Berg1-20/+29
2010-08-16mac80211: fix driver offchannel notification when the channel does not changeFelix Fietkau1-1/+4
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville22-112/+616
2010-08-16wireless: upcase alpha2 values in queue_regulatory_requestJohn W. Linville1-9/+7
2010-08-16mac80211: support use of NAPI for bottom-half processingJohn W. Linville3-0/+39
2010-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6John W. Linville1-6/+5
2010-08-10Bluetooth: Fix incorrect setting of remote_tx_win for L2CAP ERTMMat Martineau1-2/+0
2010-08-10Bluetooth: Fix endianness issue with L2CAP MPS configurationMat Martineau1-4/+5
2010-08-09cfg80211: fix locking in action frame TXJohannes Berg1-1/+7
2010-08-07pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski1-0/+7
2010-08-07net: disable preemption before call smp_processor_id()Changli Gao1-0/+2
2010-08-07tcp: no md5sig option size check bugDmitry Popov1-1/+1
2010-08-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller7-26/+29
2010-08-05net: Fix napi_gro_frags vs netpoll pathJarek Poplawski1-4/+1
2010-08-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6John W. Linville5-12/+27
2010-08-04ppp: make channel_ops conststephen hemminger3-3/+6
2010-08-04RxRPC: Fix a potential deadlock between the call resend_timer and state_lockDavid Howells2-4/+5
2010-08-04sch_sfq: add sanity check for the packet lengthChangli Gao1-9/+20
2010-08-04cls_rsvp: add sanity check for the packet lengthChangli Gao1-2/+10
2010-08-04cls_flow: add sanity check for the packet lengthChangli Gao1-40/+56
2010-08-04act_nat: fix on the TX pathChangli Gao1-10/+13
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-5/+5
2010-08-04mac80211: Fix compilation warning when CONFIG_INET is not setJuuso Oikarinen1-0/+2
2010-08-04mac80211: fix scan locking wrt. hw scanJohannes Berg1-14/+0