summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-10-21mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHzKarl Beldan
2014-10-20mac80211: minstrel_ht: include type (cck/ht) in rates flagKarl Beldan
2014-10-20mac80211: minstrel_ht: macros adjustments for future VHT_GROUPsKarl Beldan
2014-10-20mac80211: minstrel_ht: Increase the range of handled rate indexesKarl Beldan
2014-10-20Merge branch 'mac80211' into mac80211-nextJohannes Berg
2014-10-20mac80211: fix change flags variable signednessJohannes Berg
2014-10-20cfg80211: Specify frame and reason code for NL80211_CMD_DEL_STATIONJouni Malinen
2014-10-20mac80211: minstrels: fix buffer overflow in HT debugfs rc_statsKarl Beldan
2014-10-20cfg80211: Convert del_station() callback to use a param structJouni Malinen
2014-10-14mac80211: fix typo in starting baserate for rts_cts_rate_idxKarl Beldan
2014-10-10cfg80211: set the rates mask in connection probes over specified freqKarl Beldan
2014-10-10mac80211: enable DFS with channel contextsMichal Kazior
2014-10-09mac80211: directly return ieee80211_vif_use_reserved_context()Fabian Frederick
2014-10-09mac80211: allow channel switch with multiple channel contextsLuciano Coelho
2014-10-09mac80211: wait for the first beacon on the new channel after CSALuciano Coelho
2014-10-09mac80211: add post_channel_switch driver operationLuciano Coelho
2014-10-09mac80211: add pre_channel_switch driver operationLuciano Coelho
2014-10-09mac80211: add extended channel switching capability if the driver supports CSALuciano Coelho
2014-10-09mac80211: add device_timestamp to the ieee80211_channel_switch structLuciano Coelho
2014-10-09nl80211: sanity check the channel switch counter valueLuciano Coelho
2014-10-09mac80211: implement cfg80211_ops to query mesh proxy path tableHenning Rogge
2014-10-09cfg80211: add ops to query mesh proxy path tableHenning Rogge
2014-10-09net: rfkill: kernel-doc warning fixesFabian Frederick
2014-10-09mac80211: return the vif's chandef in ieee80211_cfg_get_channel()Luciano Coelho
2014-10-09mac80211: minstrel_ht: fix MCS_GROUP_RATES usageKarl Beldan
2014-10-09mac80211: fix warning on htmldocs for last_tdls_pkt_timeLiad Kaufman
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-08netlabel: directly return netlbl_unlabel_genl_init()Fabian Frederick
2014-10-08net_sched: copy exts->type in tcf_exts_change()WANG Cong
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-10-07wimax: convert printk to pr_foo()Fabian Frederick
2014-10-07af_unix: remove 0 assignment on staticFabian Frederick
2014-10-07ipv6: Do not warn for informational ICMP messages, regardless of type.David S. Miller
2014-10-07bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTINGHerbert Xu
2014-10-07tipc: fix bug in multicast congestion handlingJon Maloy
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-07net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong
2014-10-07openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou
2014-10-07openvswitch: fix a sparse warningAndy Zhou
2014-10-07net: fix a sparse warningAndy Zhou
2014-10-07ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa
2014-10-07ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa
2014-10-07ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa
2014-10-07ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa
2014-10-06net: validate_xmit_vlan() is staticEric Dumazet