aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-05-27staging: iio: ad2s1210: Fix SPI readingDragos Bogdan
2020-05-27Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson
2020-05-27l2tp: initialise PPP sessions before registering themGuillaume Nault
2020-05-27l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault
2020-05-27l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault
2020-05-27l2tp: don't register sessions in l2tp_session_create()Guillaume Nault
2020-05-27l2tp: fix l2tp_eth module loadingGuillaume Nault
2020-05-27l2tp: pass tunnel pointer to ->session_create()Guillaume Nault
2020-05-27l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault
2020-05-27l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault
2020-05-27l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault
2020-05-27l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault
2020-05-27l2tp: hold tunnel while processing genl delete commandGuillaume Nault
2020-05-27l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault
2020-05-27l2tp: initialise session's refcount before making it reachableGuillaume Nault
2020-05-27l2tp: define parameters of l2tp_tunnel_find*() as "const"Guillaume Nault
2020-05-27l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault
2020-05-27l2tp: remove l2tp_session_find()Guillaume Nault
2020-05-27l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault
2020-05-27L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran
2020-05-27New kernel function to get IP overhead on a socket.R. Parameswaran
2020-05-27net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen
2020-05-27net: l2tp: deprecate PPPOL2TP_MSG_* in favour of L2TP_MSG_*Asbjørn Sloth Tønnesen
2020-05-27net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen
2020-05-27l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault
2020-05-27l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault
2020-05-27l2tp: hold session while sending creation notificationsGuillaume Nault
2020-05-27l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()Guillaume Nault
2020-05-27l2tp: lock socket before checking flags in connect()Guillaume Nault
2020-05-27libnvdimm/btt: Remove unnecessary code in btt_freelist_initVishal Verma
2020-05-27platform/x86: alienware-wmi: fix kfree on potentially uninitialized pointerColin Ian King
2020-05-27ext4: lock the xattr block before checksuming itTheodore Ts'o
2020-05-27ALSA: pcm: fix incorrect hw_base increaseBrent Lu
2020-05-27padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan
2020-05-27padata: initialize pd->cpu with effective cpumaskDaniel Jordan
2020-05-27padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu
2020-05-27sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra
2020-05-27padata: set cpu_index of unused CPUs to -1Mathias Krause
2020-05-27i2c: dev: Fix the race between the release of i2c_dev and cdevKevin Hao
2020-05-27i2c-dev: don't get i2c adapter via i2c_devviresh kumar
2020-05-27i2c: dev: use after free in detachDan Carpenter
2020-05-27i2c: dev: don't start function name with 'return'Wolfram Sang
2020-05-27i2c: dev: switch from register_chrdev to cdev APIErico Nunes
2020-05-27media: fix media devnode ioctl/syscall and unregister raceShuah Khan
2020-05-27media: fix use-after-free in cdev_put() when app exits after driver unbindShuah Khan
2020-05-27media-device: dynamically allocate struct media_devnodeMauro Carvalho Chehab
2020-05-27media-devnode: fix namespace messMauro Carvalho Chehab
2020-05-27media-devnode: add missing mutex lock in error handlerMax Kellermann
2020-05-27drivers/media/media-devnode: clear private_data before put_device()Max Kellermann
2020-05-27media: Fix media_open() to clear filp->private_data in error legShuah Khan