aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-06Bluetooth: Remove enable_smp parameterAndre Guedes2-14/+10
2011-07-06Bluetooth: Add lmp_host_le_capable() macroAndre Guedes1-1/+1
2011-07-06Bluetooth: Add enable_le module parameterAndre Guedes1-0/+22
2011-07-06Bluetooth: Write LE Host Supported commandAndre Guedes1-0/+19
2011-07-06Bluetooth: Add extfeatures to struct hci_devAndre Guedes1-0/+27
2011-07-06mac80211: support GTK rekey offloadJohannes Berg4-0/+87
2011-07-06cfg80211/nl80211: support GTK rekey offloadJohannes Berg3-0/+128
2011-07-06mac80211: allow driver to iterate keysJohannes Berg1-0/+33
2011-07-05NFC: add the NFC socket raw protocolLauro Ramos Venancio4-1/+376
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr5-4/+123
2011-07-05NFC: add nfc generic netlink interfaceLauro Ramos Venancio4-3/+640
2011-07-05NFC: add nfc subsystem coreLauro Ramos Venancio6-0/+468
2011-07-05mac80211: allow driver to impose WoWLAN restrictionsJohannes Berg1-6/+10
2011-07-05mac80211: fix smatch complainsChristian Lamparter2-3/+5
2011-07-05net, wireless: Don't return uninitialized in __cfg80211_stop_sched_scan()Jesper Juhl1-3/+2
2011-07-05mac80211: Skip tailroom reservation for full HW-crypto devices with race fixYogesh Ashok Powar3-11/+57
2011-07-05cfg80211: fix deadlock with rfkill/sched_scan by adding new mutexLuciano Coelho4-14/+34
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6John W. Linville4-9/+18
2011-07-01Bluetooth: Check earlier for L2CAP ERTM frames to dropMat Martineau1-3/+3
2011-07-01Bluetooth: Fix bad locking balanceGustavo F. Padovan1-2/+2
2011-06-30Bluetooth: Add bt_printkJoe Perches1-0/+19
2011-06-30Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches4-7/+7
2011-06-30Bluetooth: ERTM timeouts need to be converted to jiffiesMat Martineau1-1/+1
2011-06-30Bluetooth: Fix indentation whitespaceMat Martineau1-6/+6
2011-06-30Bluetooth: Fix memory leak under page timeoutsTomas Targownik1-0/+3
2011-06-30Bluetooth: Fix regression with incoming L2CAP connectionsGustavo F. Padovan1-1/+2
2011-06-30Bluetooth: Fix hidp disconnect deadlocks and lost wakeupPeter Hurley2-7/+12
2011-06-29mac80211: propagate information about STA WME support downArik Nemtsov1-1/+4
2011-06-28Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg1-1/+1
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-2/+9
2011-06-27mac80211: dynamic PS - don't enter PS when TX frames are pendingArik Nemtsov1-12/+24
2011-06-27mac80211: Drop DS Channel PARAM in directed probePaul Stewart5-11/+26
2011-06-27mac80211: reestablish mis-configured existing Rx BA sessionsArik Nemtsov1-1/+5
2011-06-27bluetooth: uses crypto interfaces, select CRYPTORandy Dunlap1-0/+1
2011-06-27mac80211: restrict advertised HW scan ratesJohannes Berg1-2/+3
2011-06-27wireless: unify QoS control field definitionsJohannes Berg3-8/+2
2011-06-27mac80211: fix rx->key NULL dereference during mic failureArik Nemtsov2-2/+9
2011-06-27Bluetooth: uses crypto interfaces, select CRYPTORandy Dunlap1-0/+1
2011-06-24Bluetooth: include scatterlist.h where neededStephen Rothwell1-0/+1
2011-06-22nl80211: use netlink consistent dump feature for BSS dumpsJohannes Berg1-4/+8
2011-06-22netlink: advertise incomplete dumpsJohannes Berg1-0/+2
2011-06-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville10-425/+1295
2011-06-21Bluetooth: Fix not setting the chan stateVinicius Costa Gomes1-1/+1
2011-06-21Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2-10/+19
2011-06-20mac80211: quiesce vif before suspendingEliad Peller1-16/+27
2011-06-20Bluetooth: Remove useless access to the socketVinicius Costa Gomes1-2/+2
2011-06-20Bluetooth: Fix crash when setting a LE socket to readyVinicius Costa Gomes1-2/+2
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6John W. Linville2-9/+18
2011-06-17Bluetooth: Fix locking in blacklist codeGustavo F. Padovan1-13/+25
2011-06-17mac80211: add cancel_hw_scan() callbackEliad Peller3-16/+37