summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-18lan743x: fix use of uninitialized variableSven Van Asbroeck1-1/+1
2020-11-18vrf: Fix fast path output packet handling with async Netfilter rulesMartin Willi1-23/+69
2020-11-18NFS: Fix listxattr receive buffer sizeChuck Lever1-2/+2
2020-11-18hwmon: (applesmc) Re-work SMC commsBrad Campbell1-48/+82
2020-11-18cosa: Add missing kfree in error path of cosa_writeWang Hai1-0/+1
2020-11-18ch_ktls: tcb update fails sometimesRohit Maheshwari1-4/+8
2020-11-18ch_ktls: Update cheksum informationRohit Maheshwari1-4/+11
2020-11-18of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo1-1/+3
2020-11-18xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig1-1/+1
2020-11-18lan743x: fix "BUG: invalid wait context" when setting rx modeSven Van Asbroeck2-12/+3
2020-11-18xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong1-5/+3
2020-11-18xfs: fix rmap key and record comparison functionsDarrick J. Wong1-8/+8
2020-11-18xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong1-0/+2
2020-11-18xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong1-1/+1
2020-11-18net: phy: realtek: support paged operations on RTL8201CPHeiner Kallweit1-0/+2
2020-11-18lan743x: correctly handle chips with internal PHYSven Van Asbroeck1-4/+6
2020-11-18igc: Fix returning wrong statisticsVinicius Costa Gomes1-6/+8
2020-11-18i40e: Fix MAC address setting for a VF via Host/VMSlawomir Laba1-2/+24
2020-11-18selftest: fix flower terse dump testsVlad Buslov1-2/+2
2020-11-18nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig1-0/+1
2020-11-18pinctrl: qcom: sm8250: Specify PDC mapBjorn Andersson1-0/+18
2020-11-18pinctrl: qcom: Move clearing pending IRQ to .irq_request_resources callbackMaulik Shah1-13/+19
2020-11-18r8169: disable hw csum for short packets on all chip versionsHeiner Kallweit1-12/+3
2020-11-18r8169: fix potential skb double free in an error pathHeiner Kallweit1-1/+2
2020-11-18bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren3-2/+275
2020-11-18tools/bpftool: Fix attaching flow dissectorLorenz Bauer1-1/+1
2020-11-18NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copyDai Ngo1-0/+1
2020-11-18NFSD: Fix use-after-free warning when doing inter-server copyDai Ngo1-1/+1
2020-11-18SUNRPC: Fix general protection fault in trace_rpc_xdr_overflow()Chuck Lever1-4/+4
2020-11-18net/mlx5e: Fix incorrect access of RCU-protected xdp_progMaxim Mikityanskiy1-1/+1
2020-11-18net/mlx5e: Fix VXLAN synchronization after function reloadAya Levin3-6/+20
2020-11-18net/mlx5: E-switch, Avoid extack error log for disabled vportParav Pandit1-2/+0
2020-11-18net/mlx5: Fix deletion of duplicate rulesMaor Gottlieb1-3/+4
2020-11-18net/mlx5e: Use spin_lock_bh for async_icosq_lockMaxim Mikityanskiy3-11/+11
2020-11-18net/mlx5e: Protect encap route dev from concurrent releaseVlad Buslov3-28/+52
2020-11-18net/mlx5e: Fix modify header actions memory leakMaor Dickman1-0/+2
2020-11-18pinctrl: aspeed: Fix GPI only function problem.Billy Tsai1-3/+4
2020-11-18pinctrl: mcp23s08: Use full chunk of memory for regmap configurationAndy Shevchenko1-1/+1
2020-11-18libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers1-6/+9
2020-11-18bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel4-8/+6
2020-11-18ARM: 9019/1: kprobes: Avoid fortify_panic() when copying optprobe templateAndrew Jeffery2-20/+20
2020-11-18gpio: aspeed: fix ast2600 bank propertiesBilly Tsai1-0/+1
2020-11-18pinctrl: intel: Set default bias in case no particular value givenAndy Shevchenko1-0/+8
2020-11-18pinctrl: intel: Fix 2 kOhm bias which is 833 OhmAndy Shevchenko1-10/+22
2020-11-18mfd: sprd: Add wakeup capability for PMIC IRQBaolin Wang1-1/+27
2020-11-18spi: bcm2835: remove use of uninitialized gpio flags variableMartin Hundebøll1-2/+1
2020-11-18tpm_tis: Disable interrupts on ThinkPad T490sJerry Snitselaar1-2/+27
2020-11-18i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVEDMichael Wu1-27/+18
2020-11-18i2c: designware: call i2c_dw_read_clear_intrbits_slave() onceMichael Wu1-6/+1
2020-11-18i2c: sh_mobile: implement atomic transfersUlrich Hecht1-20/+66