aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-26cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg3-2/+6
2015-05-20mac80211: disconnect TDLS stations on STA CSAArik Nemtsov2-0/+32
2015-05-20mac80211: check fast-xmit on station changeMichal Kazior1-0/+1
2015-05-20cfg80211: Switch to PM opsLars-Peter Clausen1-6/+8
2015-05-20net: rfkill: Switch to PM opsLars-Peter Clausen1-3/+9
2015-05-20mac80211: fix memory leakJohannes Berg1-1/+3
2015-05-11mac80211: fix throughput LED triggerJohannes Berg2-7/+6
2015-05-11mac80211: TDLS: use the BSS chandef for HT/VHT operation IEsArik Nemtsov1-19/+8
2015-05-11mac80211: check fast-xmit if IBSS STA QoS changedJohannes Berg1-1/+4
2015-05-07mac80211: adjust reserved chan_ctx when assigned to vifAndrei Otcheretianski1-0/+4
2015-05-06mac80211: add missing documentation for rate_ctrl_lockJohannes Berg1-0/+2
2015-05-06cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STAArik Nemtsov3-20/+26
2015-05-06cfg80211: Allow GO concurrent relaxation after BSS disconnectionAvraham Stern1-10/+19
2015-05-06mac80211: validate cipher scheme PN length betterJohannes Berg2-5/+10
2015-05-06mac80211: extend get_key() to return PN for all ciphersJohannes Berg3-4/+12
2015-05-06mac80211: extend get_tkip_seq to all keysJohannes Berg3-57/+87
2015-05-05mac80211: remove useless skb->encapsulation checkJohannes Berg1-6/+2
2015-05-05mac80211: make LED triggering depend on activationJohannes Berg4-100/+194
2015-05-05mac80211: make LED trigger names constJohannes Berg1-8/+9
2015-05-05mac80211: clean up station debugfsJohannes Berg1-84/+0
2015-05-05mac80211: remove sta->tx_fragments counterJohannes Berg4-7/+1
2015-05-05mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg5-27/+31
2015-05-05mac80211: clean up global debugfs statisticsJohannes Berg3-52/+28
2015-04-24mac80211: force off channel transmission for public action framesMatti Gottlieb1-1/+7
2015-04-24mac80211: notify the driver on reordering buffer timeoutEmmanuel Grumbach1-0/+9
2015-04-24mac80211: notify the driver upon BAR RxEmmanuel Grumbach1-0/+8
2015-04-24mac80211: fix ignored HT/VHT override configsChaya Rachel Ivgi1-21/+36
2015-04-24cfg80211: allow the plink state blocking for user managed meshChun-Yeow Yeoh1-1/+2
2015-04-24mac80211: use per-CPU TX/RX statisticsJohannes Berg3-12/+70
2015-04-24mac80211: don't update dev->trans_startJohannes Berg1-2/+0
2015-04-24mac80211: OCB: remove pointless check for broadcast BSSIDJohannes Berg1-5/+1
2015-04-24mac80211: clean up/rename prepare_for_handlers()Johannes Berg1-44/+36
2015-04-24mac80211: remove IEEE80211_RX_RA_MATCHJohannes Berg2-42/+5
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg4-49/+12
2015-04-23mac80211: make station hash table max_size configurableJohannes Berg2-0/+11
2015-04-22mac80211: allow segmentation offloadsJohannes Berg2-25/+48
2015-04-22mac80211: allow drivers to support S/GJohannes Berg2-1/+7
2015-04-22mac80211: allow checksum offload only in fast-xmitJohannes Berg1-4/+20
2015-04-22mac80211: extend fast-xmit to cover IBSSJohannes Berg1-0/+7
2015-04-22mac80211: extend fast-xmit for more ciphersJohannes Berg2-6/+44
2015-04-22mac80211: extend fast-xmit to driver fragmentationJohannes Berg1-1/+2
2015-04-22mac80211: add TX fastpathJohannes Berg8-2/+475
2015-04-20mac80211: lock rate controlJohannes Berg4-5/+20
2015-04-20mac80211: introduce plink lock for plink fieldsBob Copeland3-18/+25
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-42/+91
2015-04-17net: dsa: use DEVICE_ATTR_RW to declare temp1_maxVivien Didelot1-3/+3
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg1-1/+1
2015-04-17act_mirred: Fix bogus header when redirecting from VLANHerbert Xu1-1/+1
2015-04-17inet_diag: fix access to tcp cc informationEric Dumazet6-17/+35
2015-04-17tcp: tcp_get_info() should fetch socket fields onceEric Dumazet1-4/+6