summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-0915-34/+663
|\
| * mac80211: add channel switch command and beacon callbacksSimon Wunderlich2013-08-017-2/+386
| * nl80211/cfg80211: add channel switch commandSimon Wunderlich2013-08-013-1/+166
| * mac80211: add debugfs for driver-buffered TID bitmapJohannes Berg2013-08-011-0/+9
| * mac80211: report some VHT radiotap infos for tx statusKarl Beldan2013-08-011-13/+63
| * mac80211: ibss - remove not authorized station earlierAntonio Quartulli2013-08-011-1/+29
| * mac80211: use oneshot blink API for LED triggersFabio Baltieri2013-08-015-17/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-0912-55/+95
|\ \
| * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-023-20/+41
| |\ \
| | * | mac80211: continue using disabled channels while connectedJohannes Berg2013-07-311-1/+10
| | * | cfg80211: fix P2P GO interface teardownJohannes Berg2013-07-311-0/+1
| | * | mac80211: ignore HT primary channel while connectedJohannes Berg2013-07-311-13/+13
| | * | mac80211: don't wait for TX status foreverJohannes Berg2013-07-311-3/+12
| | * | mac80211: fix infinite loop in ieee80211_determine_chantypeChris Wright2013-07-311-1/+1
| | * | nl80211: fix another nl80211_fam.attrbuf raceJohannes Berg2013-07-301-2/+4
| * | | Merge tag 'nfc-fixes-3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville2013-07-315-23/+24
| |\ \ \
| | * | | NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2013-07-314-23/+23
| | * | | NFC: Fix NCI over SPI buildFrederic Danis2013-07-191-0/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-07-311-9/+17
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Bluetooth: Fix calling request callback more than onceJohan Hedberg2013-07-291-1/+9
| | * | | Bluetooth: Fix HCI init for BlueFRITZ! devicesJohan Hedberg2013-07-291-1/+4
| | * | | Bluetooth: Fix race between hci_register_dev() and hci_dev_open()Gustavo Padovan2013-07-251-7/+4
| | * | | Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-07-251-1/+1
| * | | | regulatory: use correct regulatory initiator on wiphy registerArik Nemtsov2013-07-251-1/+4
| * | | | mac80211: fix monitor interface suspend crash regressionStanislaw Gruszka2013-07-231-2/+5
| * | | | mac80211: prevent the buffering or frame transmission to non-assoc mesh STAChun-Yeow Yeoh2013-07-221-0/+4
* | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-0127-329/+1078
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | mac80211: make active monitor injection work w/ HW queueJohannes Berg2013-07-161-0/+4
| * | | mac80211: set forwarding in mesh capability infoChun-Yeow Yeoh2013-07-161-1/+3
| * | | mac80211: fix off-by-one regression in ibss beacon generationSimon Wunderlich2013-07-161-1/+3
| * | | mac80211: fix regression when initializing ibss wmm paramsSimon Wunderlich2013-07-163-31/+10
| * | | nl80211: allow 5 and 10 MHz channels for IBSSSimon Wunderlich2013-07-161-0/+2
| * | | mac80211: return if IBSS chandef can not be usedSimon Wunderlich2013-07-161-0/+8
| * | | mac80211: allow scanning for 5/10 MHz channels in IBSSSimon Wunderlich2013-07-164-23/+56
| * | | cfg80211/mac80211: use reduced txpower for 5 and 10 MHzSimon Wunderlich2013-07-163-3/+4
| * | | cfg80211/mac80211: get mandatory rates based on scan widthSimon Wunderlich2013-07-163-9/+29
| * | | mac80211: select and adjust bitrates according to channel modeSimon Wunderlich2013-07-1612-159/+352
| * | | mac80211: add radiotap flag and handling for 5/10 MHzSimon Wunderlich2013-07-161-9/+12
| * | | mac80211: fix timing for 5 MHz and 10 MHz channelsSimon Wunderlich2013-07-165-25/+90
| * | | mac80211/rc80211: add chandef to rate initializationSimon Wunderlich2013-07-164-9/+27
| * | | nl80211: add scan width to bss and scan request structsSimon Wunderlich2013-07-163-16/+28
| * | | cfg80211/nl80211: Add packet coalesce supportAmitkumar Karwar2013-07-164-0/+321
| * | | mac80211: add per-chain signal information to radiotapJohannes Berg2013-07-161-17/+52
| * | | mac80211: enable HT overrides for ibssSimon Wunderlich2013-07-163-17/+57
| * | | nl80211: enable HT overrides for ibssSimon Wunderlich2013-07-161-0/+13
| * | | cfg80211/nl80211: rename packet pattern related structures and enumsAmitkumar Karwar2013-07-161-18/+16
| | |/ | |/|
* | | mac80211/minstrel: fix NULL pointer dereference issueFelix Fietkau2013-07-161-1/+2
* | | mac80211: fix duplicate retransmission detectionJohannes Berg2013-07-161-2/+8
* | | nl80211: fix the setting of RSSI threshold value for meshChun-Yeow Yeoh2013-07-161-2/+2
* | | mac80211: fix ethtool stats for non-station interfacesJohannes Berg2013-07-161-0/+2
OpenPOWER on IntegriCloud