summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-27Linux 4.4.225v4.4.225Greg Kroah-Hartman1-1/+1
2020-05-27cpumask: Make for_each_cpu_wrap() available on UP as wellMichael Kelley1-0/+2
2020-05-27l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran3-2/+4
2020-05-27iio: sca3000: Remove an erroneous 'get_device()'Christophe JAILLET1-1/+1
2020-05-27mei: release me_cl object referenceAlexander Usyskin1-0/+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-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
2020-05-27l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault2-5/+7
2020-05-27l2tp: remove l2tp_session_find()Guillaume Nault2-53/+1
2020-05-27l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault1-5/+0
2020-05-27L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran1-4/+51
2020-05-27New kernel function to get IP overhead on a socket.R. Parameswaran2-0/+49
2020-05-27net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen1-27/+27
2020-05-27net: l2tp: deprecate PPPOL2TP_MSG_* in favour of L2TP_MSG_*Asbjørn Sloth Tønnesen2-11/+10
2020-05-27net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen2-11/+16
2020-05-27l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault2-29/+16
2020-05-27l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault3-16/+35
2020-05-27l2tp: hold session while sending creation notificationsGuillaume Nault1-2/+4
2020-05-27l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()Guillaume Nault2-38/+32
2020-05-27l2tp: lock socket before checking flags in connect()Guillaume Nault4-13/+28
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-27ext4: lock the xattr block before checksuming itTheodore Ts'o1-34/+32
2020-05-27ALSA: pcm: fix incorrect hw_base increaseBrent Lu1-0/+1
2020-05-27padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan1-20/+3
2020-05-27padata: initialize pd->cpu with effective cpumaskDaniel Jordan1-1/+1
2020-05-27padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu2-86/+22
2020-05-27sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra2-0/+49
2020-05-27padata: set cpu_index of unused CPUs to -1Mathias Krause1-1/+7
2020-05-27i2c: dev: Fix the race between the release of i2c_dev and cdevKevin Hao1-22/+26
2020-05-27i2c-dev: don't get i2c adapter via i2c_devviresh kumar1-6/+1
2020-05-27i2c: dev: use after free in detachDan Carpenter1-1/+1
2020-05-27i2c: dev: don't start function name with 'return'Wolfram Sang1-3/+3
2020-05-27i2c: dev: switch from register_chrdev to cdev APIErico Nunes1-4/+15
2020-05-27media: fix media devnode ioctl/syscall and unregister raceShuah Khan3-14/+34
2020-05-27media: fix use-after-free in cdev_put() when app exits after driver unbindShuah Khan2-21/+33