summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-24net/mlx5: Disable QoS when min_rates on all VFs are zeroVladyslav Tarasiuk1-7/+8
2020-11-24tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti1-1/+1
2020-11-24sctp: change to hold/put transport for proto_unreach_timerXin Long3-5/+5
2020-11-24qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong1-1/+2
2020-11-24qed: fix error return code in qed_iwarp_ll2_start()Zhang Changzhong1-3/+9
2020-11-24page_frag: Recover from memory pressureDongli Zhang1-0/+5
2020-11-24net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_requestXie He1-0/+1
2020-11-24net: qualcomm: rmnet: Fix incorrect receive packet handling during cleanupSubash Abhinov Kasiviswanathan1-0/+5
2020-11-24net/mlx4_core: Fix init_hca fields offsetAya Levin2-5/+5
2020-11-24netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()Paul Moore1-1/+1
2020-11-24netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore1-5/+12
2020-11-24net: Have netpoll bring-up DSA management interfaceFlorian Fainelli1-4/+18
2020-11-24net: dsa: mv88e6xxx: Avoid VTU corruption on 6097Tobias Waldekranz1-10/+49
2020-11-24net: bridge: add missing counters to ndo_get_stats64 callbackHeiner Kallweit1-0/+1
2020-11-24net: b44: fix error return code in b44_init_one()Zhang Changzhong1-1/+2
2020-11-24mlxsw: core: Use variable timeout for EMAD retriesIdo Schimmel1-1/+2
2020-11-24lan743x: prevent entire kernel HANG on open, for some platformsSven Van Asbroeck1-1/+2
2020-11-24lan743x: fix issue causing intermittent kernel log warningsSven Van Asbroeck1-5/+5
2020-11-24inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai1-1/+3
2020-11-24devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()Wang Hai1-2/+4
2020-11-24bnxt_en: read EEPROM A2h address using page 0Edwin Peer1-1/+1
2020-11-24atm: nicstar: Unmap DMA on send errorSebastian Andrzej Siewior1-0/+2
2020-11-24ah6: fix error return code in ah6_input()Zhang Changzhong1-1/+2
2020-11-22Linux 4.19.159v4.19.159Greg Kroah-Hartman1-1/+1
2020-11-22ACPI: GED: fix -WformatNick Desaulniers1-1/+1
2020-11-22KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson1-1/+7
2020-11-22can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong1-2/+4
2020-11-22mac80211: always wind down STA stateJohannes Berg1-0/+18
2020-11-22Input: sunkbd - avoid use-after-free in teardown pathsDmitry Torokhov1-8/+33
2020-11-22powerpc/8xx: Always fault when _PAGE_ACCESSED is not setChristophe Leroy1-6/+2
2020-11-22Revert "perf cs-etm: Move definition of 'traceid_list' global variable from h...Salvatore Bonaccorso2-3/+3
2020-11-22powerpc/64s: flush L1D after user accessesNicholas Piggin12-59/+198
2020-11-22powerpc/uaccess: Evaluate macro arguments once, before user access is allowedNicholas Piggin1-14/+35
2020-11-22powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan3-7/+12
2020-11-22powerpc: Implement user_access_begin and friendsChristophe Leroy1-19/+56
2020-11-22powerpc: Add a framework for user access trackingChristophe Leroy4-8/+74
2020-11-22powerpc/64s: flush L1D on kernel entryNicholas Piggin11-7/+205
2020-11-22powerpc/64s: move some exception handlers out of lineDaniel Axtens1-2/+8
2020-11-18Linux 4.19.158v4.19.158Greg Kroah-Hartman1-1/+1
2020-11-18Convert trailing spaces and periods in path componentsBoris Protopopov1-1/+7
2020-11-18net: sch_generic: fix the missing new qdisc assignment bugYunsheng Lin1-0/+3
2020-11-18reboot: fix overflow parsing reboot cpu numberMatteo Croce1-0/+7
2020-11-18Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Matteo Croce1-14/+7
2020-11-18perf/core: Fix race in the perf_mmap_close() functionJiri Olsa1-3/+4
2020-11-18perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo1-5/+2
2020-11-18x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry1-19/+33
2020-11-18random32: make prandom_u32() output unpredictableGeorge Spelvin4-189/+317
2020-11-18r8169: fix potential skb double free in an error pathHeiner Kallweit1-1/+2
2020-11-18vrf: Fix fast path output packet handling with async Netfilter rulesMartin Willi1-23/+69
2020-11-18tipc: fix memory leak in tipc_topsrv_start()Wang Hai1-2/+8