summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Bluetooth: Remove unnecessary params variable from process_adv_report()Johan Hedberg2014-07-151-5/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-07-2217-169/+653
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mac80211: add support for Rx reordering offloadingMichal Kazior2014-07-213-23/+118
| * | | | mac80211: fix Rx reordering with RX_FLAG_AMSDU_MOREMichal Kazior2014-07-214-24/+62
| * | | | mac80211: remove useless NULL checksEytan Lifshitz2014-07-211-3/+0
| * | | | mac80211: fix a potential NULL access in ieee80211_crypto_hw_decryptMax Stepanov2014-07-211-1/+1
| * | | | wireless: fixup genregdb.awk for remove of antenna gain from wireless-regdLuis R. Rodriguez2014-07-212-13/+28
| * | | | mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flagLuciano Coelho2014-07-212-8/+1
| * | | | mac80211: make sure TDLS teardown packet is sent on timeLiad Kaufman2014-07-211-0/+11
| * | | | mac80211: ignore frames between TDLS peers when operating as APArik Nemtsov2014-07-211-0/+8
| * | | | cfg80211: fix TDLS setup with VHT peersArik Nemtsov2014-07-211-1/+2
| * | | | mac80211: disable VHT for TDLSArik Nemtsov2014-07-211-0/+4
| * | | | mac80211: set Rx highest rate in ht_capArik Nemtsov2014-07-211-0/+3
| * | | | mac80211: support HT for TDLS stationsArik Nemtsov2014-07-212-8/+87
| * | | | mac80211: move TDLS data to mgd private partArik Nemtsov2014-07-214-19/+20
| * | | | mac80211: add TDLS QoS param IE on setup-confirmArik Nemtsov2014-07-211-0/+124
| * | | | mac80211: add QoS IE during TDLS setup startArik Nemtsov2014-07-215-21/+26
| * | | | mac80211: set TDLS capab to zero on failure framesArik Nemtsov2014-07-211-4/+12
| * | | | mac80211: avoid adding some IEs on TDLS setup failure packetsArik Nemtsov2014-07-211-26/+32
| * | | | mac80211: split extra TDLS IEs in setup framesArik Nemtsov2014-07-211-7/+70
| * | | | mac80211: consolidate TDLS IE treatmentArik Nemtsov2014-07-211-28/+41
| * | | | mac80211: fix error path for TDLS setupArik Nemtsov2014-07-211-6/+10
| * | | | mac80211: track TDLS initiator internallyArik Nemtsov2014-07-212-11/+27
| * | | | mac80211: suppress unused variable warning without lockdepJohannes Berg2014-07-181-1/+1
* | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-07-1816-243/+276
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bluetooth: cmtp: Remove unnecessary null testHimangi Saraogi2014-07-141-6/+0
| * | | | Bluetooth: Fix trying LTK re-encryption when we don't have an LTKJohan Hedberg2014-07-141-2/+5
| * | | | Bluetooth: Remove sco_chan_get helper functionMarcel Holtmann2014-07-141-11/+9
| * | | | Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann2014-07-131-3/+3
| * | | | Bluetooth: Remove unneeded forward declaration of sco_chan_delMarcel Holtmann2014-07-131-29/+27
| * | | | Bluetooth: Remove unneeded forward declaration of __sco_chan_addMarcel Holtmann2014-07-131-12/+11
| * | | | Bluetooth: Allocate struct inquiry_entry with GFP_KERNELMarcel Holtmann2014-07-131-1/+1
| * | | | Bluetooth: Enable LE Long Term Key Request event only when supportedMarcel Holtmann2014-07-131-1/+4
| * | | | Bluetooth: Enable LE encryption events only when supportedMarcel Holtmann2014-07-131-4/+7
| * | | | Bluetooth: Read LE Advertising Channel TX Power only when availableMarcel Holtmann2014-07-131-3/+5
| * | | | 6lowpan: introduce new net/6lowpan directoryAlexander Aring2014-07-128-14/+16
| * | | | Bluetooth: Fix tracking local SSP authentication requirementJohan Hedberg2014-07-111-9/+8
| * | | | Bluetooth: Move SCO timeout constants into net/bluetooth/sco.cMarcel Holtmann2014-07-111-0/+3
| * | | | Bluetooth: Move struct sco_conn into net/bluetooth/sco.cMarcel Holtmann2014-07-111-0/+13
| * | | | Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.cMarcel Holtmann2014-07-111-0/+12
| * | | | Bluetooth: Update the list of L2CAP fixed channelsMarcel Holtmann2014-07-111-1/+1
| * | | | Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann2014-07-112-1/+15
| * | | | Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.cMarcel Holtmann2014-07-111-0/+11
| * | | | Bluetooth: Delcare the hci_sec_filter as constMarcel Holtmann2014-07-111-1/+1
| * | | | Bluetooth: Move struct hci_sec_filter next to its userMarcel Holtmann2014-07-111-0/+8
| * | | | Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctlMarcel Holtmann2014-07-101-6/+10
| * | | | Bluetooth: Mark controller is down when HCI_AUTO_OFF is setMarcel Holtmann2014-07-101-6/+19
| * | | | Bluetooth: Remove unneeded mgmt_write_scan_failed functionJohan Hedberg2014-07-102-14/+0
| * | | | Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg2014-07-103-61/+49
| * | | | Bluetooth: Refactor ioctl scan state update to its own functionJohan Hedberg2014-07-101-13/+22
OpenPOWER on IntegriCloud