summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-03Input: usbtouchscreen - add support for BonXeon TPJames Hilliard1-0/+1
2020-06-03cifs: Fix null pointer check in cifs_readSteve French1-1/+1
2020-06-03usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada1-2/+1
2020-06-03cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue1-1/+1
2020-06-03gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2-3/+3
2020-06-03net: microchip: encx24j600: add missed kthread_stopChuhong Yuan1-1/+4
2020-06-03gpio: tegra: mask GPIO IRQs during IRQ shutdownStephen Warren1-0/+1
2020-06-03IB/cma: Fix reference count leak when no ipv4 addresses are setKalderon, Michal1-2/+4
2020-06-03uapi: fix linux/if_pppol2tp.h userspace compilation errorsDmitry V. Levin1-4/+3
2020-06-03net/mlx4_core: fix a memory leak bug.Qiushi Wu1-1/+1
2020-06-03net: sun: fix missing release regions in cas_init_one().Qiushi Wu1-2/+1
2020-06-03net/mlx5: Add command entry handling completionMoshe Shemesh2-0/+16
2020-06-03net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()Manivannan Sadhasivam1-1/+1
2020-06-03net/mlx5e: Update netdev txq on completions during closureMoshe Shemesh1-1/+5
2020-06-03sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen1-4/+5
2020-06-03net sched: fix reporting the first-time use timestampRoman Mashak1-1/+2
2020-06-03net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin1-8/+6
2020-06-03net: ipip: fix wrong address family in init error pathVadim Fedorenko1-1/+1
2020-06-03ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet1-2/+4
2020-05-27Linux 4.9.225v4.9.225Greg Kroah-Hartman1-1/+1
2020-05-27iio: sca3000: Remove an erroneous 'get_device()'Christophe JAILLET1-1/+1
2020-05-27rapidio: fix an error in get_user_pages_fast() error handlingJohn Hubbard1-0/+5
2020-05-27mei: release me_cl object referenceAlexander Usyskin1-0/+2
2020-05-27iio: dac: vf610: Fix an error handling path in 'vf610_dac_probe()'Christophe JAILLET1-0/+1
2020-05-27staging: greybus: Fix uninitialized scalar variableOscar Carter1-2/+2
2020-05-27staging: iio: ad2s1210: Fix SPI readingDragos Bogdan1-5/+12
2020-05-27Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson1-3/+0
2020-05-27cxgb4/cxgb4vf: Fix mac_hlist initialization and freeArjun Vynipadath2-12/+13
2020-05-27cxgb4: free mac_hlist properlyArjun Vynipadath1-0/+8
2020-05-27libnvdimm/btt: Remove unnecessary code in btt_freelist_initVishal Verma1-6/+2
2020-05-27platform/x86: alienware-wmi: fix kfree on potentially uninitialized pointerColin Ian King1-9/+8
2020-05-27ubsan: build ubsan.c more conservativelyArnd Bergmann1-1/+2
2020-05-27x86/uaccess, ubsan: Fix UBSAN vs. SMAPPeter Zijlstra1-0/+1
2020-05-27l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran3-2/+4
2020-05-27dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()'Christophe JAILLET1-1/+1
2020-05-27ALSA: pcm: fix incorrect hw_base increaseBrent Lu1-0/+1
2020-05-27l2tp: initialise PPP sessions before registering themGuillaume Nault1-31/+38
2020-05-27l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault1-53/+101
2020-05-27l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault1-32/+76
2020-05-27l2tp: don't register sessions in l2tp_session_create()Guillaume Nault4-20/+36
2020-05-27l2tp: fix l2tp_eth module loadingGuillaume Nault1-49/+2
2020-05-27l2tp: pass tunnel pointer to ->session_create()Guillaume Nault4-25/+17
2020-05-27l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault2-13/+32
2020-05-27l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault1-9/+12
2020-05-27l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault1-12/+15
2020-05-27l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault1-2/+4
2020-05-27l2tp: hold tunnel while processing genl delete commandGuillaume Nault1-2/+4
2020-05-27l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault3-47/+38
2020-05-27l2tp: initialise session's refcount before making it reachableGuillaume Nault1-4/+2
2020-05-27l2tp: define parameters of l2tp_tunnel_find*() as "const"Guillaume Nault2-4/+4