summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-22mac80211: add WMM admission control supportJohannes Berg8-23/+272
2014-10-22mac80211: sanity check CW_min/CW_max towards driverJohannes Berg1-0/+6
2014-10-22cfg80211: make WMM TSPEC support flag an nl80211 feature flagJohannes Berg3-13/+12
2014-10-21mac80211: remove unnecessary null test before debugfs_remove()Fabian Frederick1-8/+4
2014-10-21mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHzKarl Beldan4-22/+241
2014-10-20mac80211: minstrel_ht: include type (cck/ht) in rates flagKarl Beldan1-14/+14
2014-10-20mac80211: minstrel_ht: macros adjustments for future VHT_GROUPsKarl Beldan3-34/+42
2014-10-20mac80211: minstrel_ht: Increase the range of handled rate indexesKarl Beldan2-12/+12
2014-10-20Merge branch 'mac80211' into mac80211-nextJohannes Berg7-15/+29
2014-10-20mac80211: fix change flags variable signednessJohannes Berg1-1/+2
2014-10-20cfg80211: Specify frame and reason code for NL80211_CMD_DEL_STATIONJouni Malinen4-3/+39
2014-10-20mac80211: minstrels: fix buffer overflow in HT debugfs rc_statsKarl Beldan2-10/+15
2014-10-20cfg80211: Convert del_station() callback to use a param structJouni Malinen10-27/+64
2014-10-14mac80211: fix typo in starting baserate for rts_cts_rate_idxKarl Beldan1-1/+1
2014-10-10cfg80211: set the rates mask in connection probes over specified freqKarl Beldan1-2/+11
2014-10-10mac80211: enable DFS with channel contextsMichal Kazior2-4/+17
2014-10-09mac80211: directly return ieee80211_vif_use_reserved_context()Fabian Frederick1-5/+1
2014-10-09mac80211-hwsim: Add support for HWSIM_ATTR_DESTROY_RADIO_ON_CLOSEJukka Rissanen2-3/+40
2014-10-09mac80211: allow channel switch with multiple channel contextsLuciano Coelho8-40/+34
2014-10-09mac80211: wait for the first beacon on the new channel after CSALuciano Coelho3-13/+36
2014-10-09mac80211: add post_channel_switch driver operationLuciano Coelho5-1/+43
2014-10-09mac80211: add pre_channel_switch driver operationLuciano Coelho5-8/+86
2014-10-09mac80211: add extended channel switching capability if the driver supports CSALuciano Coelho3-9/+19
2014-10-09mac80211: add device_timestamp to the ieee80211_channel_switch structLuciano Coelho3-5/+15
2014-10-09nl80211: sanity check the channel switch counter valueLuciano Coelho1-1/+9
2014-10-09mac80211: implement cfg80211_ops to query mesh proxy path tableHenning Rogge3-0/+87
2014-10-09cfg80211: add ops to query mesh proxy path tableHenning Rogge5-1/+183
2014-10-09net: rfkill: kernel-doc warning fixesFabian Frederick1-2/+2
2014-10-09mac80211: return the vif's chandef in ieee80211_cfg_get_channel()Luciano Coelho1-1/+1
2014-10-09mac80211: minstrel_ht: fix MCS_GROUP_RATES usageKarl Beldan1-1/+1
2014-10-09mac80211: fix warning on htmldocs for last_tdls_pkt_timeLiad Kaufman1-0/+1
2014-10-09mac80211_hwsim: fix typo, remove unnecessary gotoBen Greear1-2/+1
2014-10-09mac80211_hwsim: fix memory leak on netlink TX failureBen Greear1-1/+2
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1397-37800/+153007
2014-10-09Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-0/+486
2014-10-09Merge tag 'defconfig-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds25-98/+216
2014-10-09Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds108-1299/+7609
2014-10-09Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds215-1758/+11485
2014-10-09Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds181-1576/+5355
2014-10-09Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds110-4129/+261
2014-10-09Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds48-202/+327
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller47-181/+264
2014-10-09netlabel: directly return netlbl_unlabel_genl_init()Fabian Frederick1-5/+1
2014-10-09net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet2-2/+32
2014-10-09net: description of dma_cookie cause make xmldocs warningMasanari Iida1-2/+0
2014-10-09cxgb4: clean up a type issueDan Carpenter1-10/+8
2014-10-09cxgb4: potential shift wrapping bugDan Carpenter1-1/+1
2014-10-09i40e: skb->xmit_more supportEric Dumazet1-44/+46
2014-10-09Merge branch 'fs_enet_napi'David S. Miller6-161/+147
2014-10-09net: fs_enet: Add NAPI TXLEROY Christophe5-11/+132