summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-02-07nl80211: add src and dst addr attributes for control port tx/rxMarkus Theil
2020-02-07mac80211: parse also the RSNXE IEShaul Triebitz
2020-02-07cfg80211/mac80211: Allow user space to register for station Rx authenticationIlan Peer
2020-02-07cfg80211: check wiphy driver existence for drvinfo reportSergey Matyukevich
2020-02-07mac80211: Remove support for changing AP SMPS modeIlan Peer
2020-02-07mac80211: Handle SMPS mode changes only in AP modeIlan Peer
2020-02-07mac80211: Accept broadcast probe responses on 6GHz bandAndrei Otcheretianski
2020-02-07mac80211: HE: set RX NSSTova Mussai
2020-02-07mac80211: set station bandwidth from HE capabilityJohannes Berg
2020-02-07mac80211: remove supported channels element in 6 GHz if ECSA supportJohannes Berg
2020-02-07mac80211: update condition for HE disablementDaniel Gabay
2020-02-07mac80211: make ieee80211_wep_init() return voidLuca Coelho
2020-02-07mac80211: allow changing TX-related netdev featuresJohannes Berg
2020-02-07mac80211: check whether HE connection is allowed by the reg domainHaim Dreyfuss
2020-02-07mac80211: refactor extended element parsingJohannes Berg
2020-02-07mac80211: simplify and improve HT/VHT/HE disable codeJohannes Berg
2020-02-07cfg80211: Enhance the AKM advertizement to support per interface.Veerendranath Jakkam
2020-02-07cfg80211: add no HE indication to the channel flagHaim Dreyfuss
2020-02-07mac80211: consider more elements in parsing CRCJohannes Berg
2020-02-07mac80211: fix quiet mode activation in action framesSara Sharon
2020-02-07mac80211: use more bits for ack_frame_idJohannes Berg
2020-02-07mac80211: fix 11w when using encapsulation offloadingJohn Crispin
2020-02-07taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes
2020-02-07taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes
2020-02-07taprio: Add missing policy validation for flagsVinicius Costa Gomes
2020-02-07taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes
2020-02-07taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes
2020-02-07rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells
2020-02-07rxrpc: Fix service call disconnectionDavid Howells
2020-02-07fs_parse: get rid of ->enumsAl Viro
2020-02-06net: sched: prevent a use after freeDan Carpenter
2020-02-06skbuff: fix a data race in skb_queue_len()Qian Cai
2020-02-06Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2020-02-06mptcp: fix use-after-free for ipv6Florian Westphal
2020-02-05devlink: report 0 after hitting end in region readJacob Keller
2020-02-05net_sched: fix a resource leak in tcindex_set_parms()Cong Wang
2020-02-05mptcp: fix use-after-free on tcp fallbackFlorian Westphal
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-02-04l2tp: Allow duplicate session creation with UDPRidge Kennedy
2020-02-04net_sched: fix an OOB access in cls_tcindexCong Wang
2020-02-04net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-03SUNRPC: Use kmemdup_nul() in rpc_parse_scope_id()Trond Myklebust
2020-02-03Merge tag 'rxrpc-fixes-20200203' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells
2020-02-02tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park
2020-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2020-02-01cls_rsvp: fix rsvp_policyEric Dumazet