summaryrefslogtreecommitdiffstats
path: root/net/mac80211/key.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-05lan743x: Use correct MAC_CR configuration for 1 GBit speedRoelof Berg1-1/+1
2020-06-05net: ethernet: freescale: remove unneeded include for ucc_gethValentin Longchamp1-1/+0
2020-06-05r8169: fix failing WoLHeiner Kallweit1-6/+7
2020-06-05net: ethernet: dwmac: Fix an error code in imx_dwmac_probe()Dan Carpenter1-1/+1
2020-06-05net: mdiobus: Disable preemption upon u64_stats updateAhmed S. Darwish1-0/+2
2020-06-05u64_stats: Document writer non-preemptibility requirementAhmed S. Darwish1-20/+23
2020-06-05net: phy: fixed_phy: Remove unused seqcountAhmed S. Darwish1-17/+11
2020-06-05net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish1-22/+18
2020-06-05net: dsa: qca8k: Fix "Unexpected gfp" kernel exceptionMichal Vokáč1-2/+1
2020-06-05geneve: change from tx_error to tx_dropped on missing metadataJiri Benc1-3/+4
2020-06-05net: ena: xdp: update napi budget for DROP and ABORTEDSameeh Jubran1-4/+4
2020-06-05net: ena: xdp: XDP_TX: fix memory leakSameeh Jubran1-1/+1
2020-06-05seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam6-13/+17
2020-06-05tipc: fix NULL pointer dereference in streamingTuong Lien1-2/+2
2020-06-05genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()Cong Wang1-36/+58
2020-06-05crypto/chcr: error seen if CONFIG_CHELSIO_TLS_DEVICE isn't setRohit Maheshwari1-1/+1
2020-06-03fix a braino in ia64 uaccess csum changesAl Viro1-1/+1
2020-06-03capabilities: add description for CAP_SETFCAPStefan Hajnoczi1-0/+2
2020-06-03selftests: net: ip_defrag: ignore EPERMThadeu Lima de Souza Cascardo1-4/+4
2020-06-03net_failover: fixed rollback in net_failover_open()Vasily Averin1-1/+2
2020-06-03mm/migrate.c: attach_page_private already does the get_pageHugh Dickins1-1/+0
2020-06-03Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien1-1/+0
2020-06-03Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien1-1/+0
2020-06-03vmxnet3: allow rx flow hash ops only when rss is enabledRonak Doshi1-0/+12
2020-06-03hinic: add set_channels ethtool_ops supportLuo bin2-9/+33
2020-06-02selftests/bpf: Add a default $(CXX) valueIlya Leoshkevich1-0/+2
2020-06-02tools/bpf: Don't use $(COMPILE.c)Ilya Leoshkevich2-7/+7
2020-06-02bpf, selftests: Use bpf_probe_read_kernelIlya Leoshkevich4-48/+48
2020-06-02s390/bpf: Use bcr 0,%0 as tail call nop fillerIlya Leoshkevich1-1/+2
2020-06-02s390/bpf: Maintain 8-byte stack alignmentIlya Leoshkevich1-9/+10
2020-06-02selftests/bpf: Fix verifier testAlexei Starovoitov1-1/+1
2020-06-02selftests/bpf: Fix sample_cnt shared between two threadsAndrii Nakryiko1-1/+1
2020-06-02bpf, selftests: Adapt cls_redirect to call csum_level helperDaniel Borkmann1-3/+6
2020-06-02bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann3-2/+122
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann4-2/+30
2020-06-02kasan: move kasan_report() into report.cAndrey Konovalov2-21/+20
2020-06-02mm/mm_init.c: report kasan-tag information stored in page->flagsJing Xia1-6/+10
2020-06-02ubsan: entirely disable alignment checks under UBSAN_TRAPKees Cook1-1/+1
2020-06-02kasan: fix clang compilation warning due to stack protectorAndrey Konovalov1-8/+13
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel5-204/+4
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel7-91/+0
2020-06-02x86/mm/32: implement arch_sync_kernel_mappings()Joerg Roedel3-9/+20
2020-06-02x86/mm/64: implement arch_sync_kernel_mappings()Joerg Roedel2-0/+7
2020-06-02mm/ioremap: track which page-table levels were modifiedJoerg Roedel1-15/+31
2020-06-02mm/vmalloc: track which page-table levels were modifiedJoerg Roedel2-26/+85
2020-06-02mm: add functions to track page directory modificationsJoerg Roedel3-2/+72
2020-06-02s390: use __vmalloc_node in stack_allocChristoph Hellwig1-6/+3
2020-06-02powerpc: use __vmalloc_node in alloc_vm_stackChristoph Hellwig1-3/+2
2020-06-02arm64: use __vmalloc_node in arch_alloc_vmap_stackChristoph Hellwig1-4/+2
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig4-37/+22