aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-10-20Merge tag 'v5.8.16' into v5.8/standard/baseBruce Ashfield
2020-10-17Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz
2020-10-17Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz
2020-10-17Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz
2020-10-17Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz
2020-10-16Merge tag 'v5.8.15' into v5.8/standard/baseBruce Ashfield
2020-10-16Merge tag 'v5.8.14' into v5.8/standard/baseBruce Ashfield
2020-10-14net_sched: commit action insertions togetherCong Wang
2020-10-14net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang
2020-10-14net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locksManivannan Sadhasivam
2020-10-14net/tls: race causes kernel panicRohit Maheshwari
2020-10-14net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov
2020-10-14net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault
2020-10-14netlink: fix policy dump leakJohannes Berg
2020-10-14tcp: fix receive window update in tcp_add_backlog()Eric Dumazet
2020-10-14rxrpc: Fix server keyring leakDavid Howells
2020-10-14rxrpc: The server keyring isn't network-namespacedDavid Howells
2020-10-14rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells
2020-10-14rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells
2020-10-14rxrpc: Fix rxkad token xdr encodingMarc Dionne
2020-10-14xfrm: Use correct address family in xfrm_state_findHerbert Xu
2020-10-14xsk: Do not discard packet when NETDEV_TX_BUSYMagnus Karlsson
2020-10-14xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony
2020-10-14xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony
2020-10-14xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony
2020-10-14openvswitch: handle DNAT tuple collisionDumitru Ceara
2020-10-14sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet
2020-10-14espintcp: restore IP CB before handing the packet to xfrmSabrina Dubroca
2020-10-14xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca
2020-10-14tcp: use sendpage_ok() to detect misused .sendpageColy Li
2020-10-14net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam
2020-10-07mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau
2020-10-07mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit
2020-10-06Merge tag 'v5.8.13' into v5.8/standard/baseBruce Ashfield
2020-10-01SUNRPC: Fix svc_flush_dcache()Chuck Lever
2020-10-01mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHzJohn Crispin
2020-10-01cfg80211: fix 6 GHz channel conversionJohannes Berg
2020-10-01mac80211: do not disable HE if HT is missing on 2.4 GHzWen Gong
2020-10-01lib80211: fix unmet direct dependendices config warning when !CRYPTONecip Fazil Yildiran
2020-10-01batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing
2020-10-01batman-adv: mcast: fix duplicate mcast packets in BLA backbone from meshLinus Lüssing
2020-10-01batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing
2020-10-01xsk: Fix number of pinned pages/umem size discrepancyBjörn Töpel
2020-10-01batman-adv: Add missing include for in_interrupt()Sven Eckelmann
2020-10-01bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann
2020-10-01mac802154: tx: fix use-after-freeEric Dumazet
2020-10-01netfilter: nft_meta: use socket user_ns to retrieve skuid and skgidPablo Neira Ayuso
2020-10-01netfilter: conntrack: nf_conncount_init is failing with IPv6 disabledEelco Chaudron
2020-10-01netfilter: ctnetlink: fix mark based dump filtering regressionMartin Willi
2020-10-01netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker