summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-7/+16
2011-04-25cfg80211: module_param to disable HT40 in 2.4GHz bandAmitkumar Karwar2-18/+17
2011-04-25mac80211: tear down BA sessions properly on suspendJohannes Berg1-5/+11
2011-04-21mac80211: fix SMPS debugfs lockingJohannes Berg2-2/+4
2011-04-19mac80211: explain padding in place of rate fieldJohannes Berg1-1/+2
2011-04-19mac80211: add a function for setting the TIM bit for a specific stationFelix Fietkau2-1/+15
2011-04-19mac80211: fix debugfs printk format warningRandy Dunlap1-1/+1
2011-04-19rfkill: Regulator consumer driver for rfkillAntonio Ospite3-0/+176
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville3-666/+754
2011-04-19Bluetooth: Only keeping SAR bits when retransmitting one frame.Ruiyi Zhang1-0/+1
2011-04-19Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz1-0/+9
2011-04-19Bluetooth: Fix keeping the command timer runningVinicius Costa Gomes1-3/+2
2011-04-19Bluetooth: Fix refcount balance for hci connectionVille Tervo1-2/+0
2011-04-15Bluetooth: Fix lockdep warning in L2CAPGustavo F. Padovan1-2/+0
2011-04-15Bluetooth: Fix another locking unbalanceGustavo F. Padovan1-0/+2
2011-04-14Bluetooth: Don't lock sock inside l2cap_get_sock_by_scid()Gustavo F. Padovan1-5/+3
2011-04-13mac80211: Allocate new mesh path and portal tables before taking lockscozybit Inc1-24/+25
2011-04-13mac80211: receive EAP frames from a station in an AP VLAN on the main APFelix Fietkau1-4/+16
2011-04-13Bluetooth: Fix Out Of Band pairing when mgmt interface is disabledSzymon Janc1-0/+4
2011-04-13Bluetooth: Add proper handling of received LE dataGustavo F. Padovan1-0/+34
2011-04-13Bluetooth: Fix wrong comparison in listen()Gustavo F. Padovan1-1/+1
2011-04-13Bluetooth: Move tx queue to struct l2cap_chanGustavo F. Padovan2-25/+22
2011-04-13Bluetooth: Remove unneeded uninitialized_vars()Gustavo F. Padovan1-1/+1
2011-04-13Bluetooth: Remove some sk references from l2cap_core.cGustavo F. Padovan1-17/+12
2011-04-13Bluetooth: Move SREJ list to struct l2cap_chanGustavo F. Padovan2-12/+11
2011-04-13{mac|nl}80211: Add station connected timeMohammed Shafi Shajakhan5-1/+40
2011-04-13mac80211: send notification on new peer candidate for our secure meshJavier Cardona4-9/+21
2011-04-13nl80211: New notification to discover mesh peer candidates.Javier Cardona3-0/+56
2011-04-13nl80211/mac80211: Perform PLINK_ACTION on new stationJavier Cardona2-1/+6
2011-04-13mac80211: ignore peer link requests from unauthenticated stations.Javier Cardona1-0/+9
2011-04-13mac80211: Let user space receive and send mesh auth/deauth framesJavier Cardona2-2/+5
2011-04-13nl80211/mac80211: let userspace authenticate stationsJavier Cardona2-1/+10
2011-04-13mac80211: ignore peers if security is enabled for this meshJavier Cardona5-0/+11
2011-04-13cfg80211/nl80211: Add userspace authentication flag to mesh setupJavier Cardona2-0/+9
2011-04-13nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona7-22/+22
2011-04-13mac80211: Check for queued frames before entering power save.Vivek Natarajan3-8/+42
2011-04-08Bluetooth: Fix lockdep warning with skb list lockGustavo F. Padovan1-0/+5
2011-04-08Bluetooth: Move busy workqueue to struct l2cap_chanGustavo F. Padovan1-11/+9
2011-04-08Bluetooth: Move srej and busy queues to struct l2cap_chanGustavo F. Padovan2-24/+20
2011-04-08Bluetooth: Move ERTM timers to struct l2cap_chanGustavo F. Padovan2-44/+43
2011-04-08Bluetooth: Move remote info to struct l2cap_chanGustavo F. Padovan2-18/+18
2011-04-08Bluetooth: Move SDU related vars to struct l2cap_chanGustavo F. Padovan1-37/+37
2011-04-08Bluetooth: Move more ERTM stuff to struct l2cap_chanGustavo F. Padovan1-27/+24
2011-04-08Bluetooth: Move of ERTM *_seq vars to struct l2cap_chanGustavo F. Padovan2-67/+63
2011-04-08Bluetooth: Move conn_state to struct l2cap_chanGustavo F. Padovan2-193/+214
2011-04-08Bluetooth: clean up l2cap_sock_recvmsg()Gustavo F. Padovan2-25/+28
2011-04-08Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chanGustavo F. Padovan2-31/+32
2011-04-08Bluetooth: Move ident to struct l2cap_chanGustavo F. Padovan2-21/+21
2011-04-08Bluetooth: Remove struct del_listGustavo F. Padovan1-17/+7
2011-04-08Bluetooth: Use struct list_head for L2CAP channels listGustavo F. Padovan1-103/+85