summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-04-13cfg80211: refactor nl80211 monitor option parsingJohannes Berg1-56/+70
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg6-32/+34
2017-04-13mac80211: correct MU-MIMO monitor follow functionalityJohannes Berg1-20/+58
2017-04-13cfg80211: allow leaving MU-MIMO monitor configuration unchangedJohannes Berg2-9/+7
2017-04-13mac80211: drop frames too short for FCS earlierJohannes Berg1-21/+18
2017-04-13mac80211: Fix clang warning about constant operand in logical operationMatthias Kaehlcke1-2/+4
2017-03-31cfg80211: Add support for FILS shared key authentication offloadVidyullatha Kanchanapally2-7/+108
2017-03-31cfg80211: Use a structure to pass connect response paramsVidyullatha Kanchanapally6-122/+116
2017-03-29mac80211: mesh: drop new node with weak powerMasashi Honma1-2/+8
2017-03-17cfg80211: preserve wdev ID across netns changesJohannes Berg1-1/+9
2017-03-16nl80211: Use signed function for a signed variableMasashi Honma1-1/+1
2017-03-16mac80211: Use setup_timer instead of init_timer for mesh pathOndřej Lysoněk1-3/+2
2017-03-08mac80211: reject/clear user rate mask if not usableJohannes Berg4-1/+48
2017-03-07mac80211: remove ieee80211_tx_rate_control.max_rate_idxJohannes Berg1-8/+0
2017-03-07mac80211: ignore VHT membership selector when parsing ratesJohannes Berg1-5/+5
2017-03-06cfg80211: Share Channel DFS state across wiphys of same DFS domainVasanthakumar Thiagarajan6-7/+218
2017-03-06cfg80211: Disallow moving out of operating DFS channel in non-ETSIVasanthakumar Thiagarajan1-0/+52
2017-03-06cfg80211: Make pre-CAC results valid only for ETSI domainVasanthakumar Thiagarajan8-9/+191
2017-03-06mac80211: Use setup_timer instead of init_timerOndřej Lysoněk2-12/+12
2017-03-06mac80211: fix mesh fail_avg checkManoharan, Rajkumar1-2/+4
2017-03-06mac80211: encode rate type (legacy, HT, VHT) with fewer bitsJohannes Berg2-9/+15
2017-03-06cfg80211: refactor cfg80211_calculate_bitrate()Johannes Berg1-28/+32
2017-03-06mac80211: remove local pointer from rate_ctrl_refJohannes Berg2-6/+5
2017-03-06ieee80211: rename CCFS1/CCFS2 to CCFS0/CCFS1Johannes Berg2-13/+13
2017-03-06mac80211: Print text for disassociation reasonArkadiusz Miskiewicz1-2/+3
2017-03-06cfg80211: combine two nested ifs into a single conditionJohannes Berg2-11/+11
2017-03-06mac80211: Add set_cqm_rssi_range_configAndrew Zaborowski2-0/+52
2017-03-06cfg80211: Accept multiple RSSI thresholds for CQMAndrew Zaborowski5-13/+177
2017-03-06mac80211: use DECLARE_EWMA for mesh_fail_avgManoharan, Rajkumar3-7/+22
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds42-197/+462
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+9
2017-03-03strparser: destroy workqueue on module exitWANG Cong1-0/+1
2017-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-88/+63
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds58-16/+81
2017-03-03rds: remove unnecessary returned value checkZhu Yanjun4-14/+4
2017-03-03rxrpc: Fix potential NULL-pointer exceptionDavid Howells1-7/+8
2017-03-03netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso1-78/+55
2017-03-03netfilter: nft_set_rbtree: incorrect assumption on lower interval lookupsPablo Neira Ayuso1-5/+4
2017-03-03netfilter: nf_conntrack_sip: fix wrong memory initialisationChristophe Leroy1-2/+0
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar5-0/+10
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-51/+29
2017-03-02Merge tag 'mac80211-for-davem-2017-03-02' of git://git.kernel.org/pub/scm/lin...David S. Miller3-3/+3
2017-03-02ipv6: ignore null_entry in inet6_rtm_getroute() tooWANG Cong1-0/+6
2017-03-02tcp: fix potential double free issue for fastopen_reqWei Wang1-3/+12
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-2/+2
2017-03-02net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo2-10/+12
2017-03-02dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo1-0/+1
2017-03-02Merge tag 'batadv-net-for-davem-20170301' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-9/+11
2017-03-02openvswitch: actions: fixed a brace coding style warningPeter Downs1-2/+1