summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-27mac80211: fix associated vs. idle raceJohannes Berg1-1/+15
2012-02-27mac80211: clean up asm/unaligned.h inclusionJohannes Berg6-2/+4
2012-02-27mac80211: remove redundant monitor_work enqueueingEliad Peller1-1/+0
2012-02-27mac80211: don't queue monitor work for HW_CONNECTION_MONITOREliad Peller1-2/+6
2012-02-22cfg80211: restructure AP/GO mode APIJohannes Berg4-206/+210
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville48-231/+272
2012-02-15mac80211: do not call rate control .tx_status before .rate_initFelix Fietkau1-1/+1
2012-02-15mac80211: call rate control only after initJohannes Berg4-3/+6
2012-02-15Bluetooth: Fix possible use after free in delete pathUlisses Furquim1-2/+2
2012-02-15Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim1-3/+3
2012-02-15Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg1-1/+2
2012-02-15Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila1-6/+12
2012-02-15Bluetooth: silence lockdep warningOctavian Purdila3-7/+9
2012-02-15Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek1-4/+8
2012-02-15Bluetooth: Fix sk_sndtimeo initialization for L2CAP socketAndrzej Kaczmarek1-1/+1
2012-02-15Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg1-1/+1
2012-02-15Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley1-0/+4
2012-02-10mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan1-2/+2
2012-02-09mac80211: do not call rate control .tx_status before .rate_initFelix Fietkau1-1/+1
2012-02-09mac80211: rename mesh static path_lookup()Luis R. Rodriguez1-3/+3
2012-02-09mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printkFelix Fietkau1-0/+2
2012-02-07mac80211: call rate control only after initJohannes Berg4-3/+6
2012-02-06mac80211: support hw scan while idleEliad Peller3-1/+7
2012-02-06mac80211: off by one in mcs mask handlingDan Carpenter2-2/+2
2012-02-06cfg80211/mac80211: userspace peer authorization in IBSSAntonio Quartulli3-9/+19
2012-02-06mac80211: redesign auth/assocJohannes Berg8-1227/+1038
2012-02-06cfg80211: export cfg80211_ref_bssJohannes Berg2-5/+12
2012-02-06cfg80211: stop tracking authenticated stateJohannes Berg5-333/+80
2012-02-06mac80211: remove dummy STA supportJohannes Berg4-155/+38
2012-02-06mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg4-19/+19
2012-02-06mac80211: add sta_state callbackJohannes Berg7-28/+164
2012-02-06mac80211: add NOTEXIST station stateJohannes Berg2-0/+3
2012-02-06mac80211: dont program keys for stations not uploadedJohannes Berg1-16/+14
2012-02-06mac80211: simplify AP_VLAN handlingJohannes Berg5-33/+7
2012-02-06mac80211: move managed mode station state modificationJohannes Berg1-14/+14
2012-02-02mac80211: timeout a single frame in the rx reorder bufferEliad Peller1-1/+1
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-20/+39
2012-01-31mac80211: Move num_sta_ps counter decrement after synchronize_rcuHelmut Schaa1-9/+9
2012-01-31mac80211: add support for mcs masksSimon Wunderlich6-9/+167
2012-01-31nl80211: add support for mcs masksSimon Wunderlich1-1/+60
2012-01-31mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_endHelmut Schaa2-7/+5
2012-01-31mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroyHelmut Schaa1-3/+1
2012-01-31mac80211: station state transition error handlingJohannes Berg8-39/+59
2012-01-31Revert "mac80211: Do not scan for IBSS merge with a fixed BSSID."John W. Linville1-3/+2
2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet1-15/+4
2012-01-30tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa2-3/+14
2012-01-28net caif: Register properly as a pernet subsystem.Eric W. Biederman2-21/+2
2012-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-0/+2
2012-01-27mac80211: Do not scan for IBSS merge with a fixed BSSID.Nicolas Cavallari1-2/+3