summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpfilter: fix race in pipe accessAlexei Starovoitov2018-06-081-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-087-26/+118
|\
| * bpf, xdp: fix crash in xdp_umem_unaccount_pagesDaniel Borkmann2018-06-081-2/+4
| * xsk: Fix umem fill/completion queue mmap on 32-bitGeert Uytterhoeven2018-06-082-3/+3
| * tools/bpf: fix selftest get_cgroup_id_userYonghong Song2018-06-082-3/+23
| * bpf: reject passing modified ctx to helper functionsDaniel Borkmann2018-06-072-18/+88
* | bpfilter: fix OUTPUT_FORMATAlexei Starovoitov2018-06-071-1/+1
* | umh: fix race conditionAlexei Starovoitov2018-06-071-2/+1
* | net: mscc: ocelot: Fix uninitialized error in ocelot_netdevice_event()Geert Uytterhoeven2018-06-071-1/+1
* | bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu2018-06-071-0/+1
* | ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf2018-06-071-2/+2
* | hv_netvsc: Fix a network regression after ifdown/ifupDexuan Cui2018-06-071-1/+3
* | net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn2018-06-076-13/+16
* | netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use itPablo Neira Ayuso2018-06-072-8/+30
* | Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-071168-176635/+16750
|\ \
| * | media: omap2: fix compile-testing with FB_OMAP2=mArnd Bergmann2018-06-061-1/+1
| * | media: media/radio/Kconfig: add back RADIO_ISAHans Verkuil2018-06-051-0/+1
| * | media: v4l2-ioctl.c: fix missing unlock in __video_do_ioctl()Hans Verkuil2018-06-051-1/+1
| * | media: pxa_camera: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_powerAkinobu Mita2018-06-051-12/+23
| * | media: arch: sh: migor: Fix TW9910 PDN gpioJacopo Mondi2018-06-051-1/+1
| * | media: staging: tegra-vde: Reset VDE regardless of memory client resetting fa...Dmitry Osipenko2018-06-051-8/+5
| * | media: marvel-ccic: mmp: select VIDEOBUF2_VMALLOC/DMA_CONTIGArnd Bergmann2018-06-051-0/+2
| * | media: marvel-ccic: allow ccic and mmp drivers to coexistArnd Bergmann2018-06-052-6/+12
| * | media: uvcvideo: Prevent setting unavailable flagsKieran Bingham2018-06-051-8/+9
| * | media: ddbridge: conditionally enable fast TS for stv0910-equipped bridgesDaniel Scheller2018-05-281-5/+29
| * | media: dvb-frontends/stv0910: make TS speed configurableDaniel Scheller2018-05-284-3/+5
| * | media: ddbridge/mci: add identifiers to function definition argumentsDaniel Scheller2018-05-282-2/+2
| * | media: ddbridge/mci: protect against out-of-bounds array access in stop()Daniel Scheller2018-05-282-10/+15
| * | media: rc: ensure input/lirc device can be opened after registerSean Young2018-05-281-2/+2
| * | media: rc: nuvoton: Keep device enabled during reg initMichał Winiarski2018-05-281-3/+6
| * | media: rc: nuvoton: Keep track of users on CIR enable/disableMichał Winiarski2018-05-281-46/+36
| * | media: rc: nuvoton: Tweak the interrupt enabling danceMichał Winiarski2018-05-281-3/+3
| * | media: uvcvideo: Support realtek's UVC 1.5 deviceming_qian2018-05-281-6/+18
| * | media: uvcvideo: Fix driver reference countingPhilipp Zabel2018-05-281-9/+2
| * | media: gspca_zc3xx: Enable short exposure times for OV7648Ondrej Zary2018-05-281-3/+6
| * | media: gspca_zc3xx: Fix power line frequency settings for OV7648Ondrej Zary2018-05-281-7/+0
| * | media: gspca_zc3xx: Implement proper autogain and exposure control for OV7648Ondrej Zary2018-05-281-8/+34
| * | media: v4l2-core: push taking ioctl mutex down to ioctl handlerHans Verkuil2018-05-285-31/+33
| * | media: pvrusb2: replace pvr2_v4l2_ioctl by video_ioctl2Hans Verkuil2018-05-281-52/+31
| * | media: au8522: remove duplicate codeGustavo A. R. Silva2018-05-281-8/+6
| * | media: adv7511: fix incorrect clear of CEC receive interruptHans Verkuil2018-05-281-2/+2
| * | media: cec: fix wrong tx/rx_status values when canceling a msgHans Verkuil2018-05-281-6/+13
| * | media: hdpvr: fix spelling mistake: "Hauppage" -> "Hauppauge"Colin Ian King2018-05-281-1/+1
| * | media: pxa_camera: avoid duplicate s_power callsAkinobu Mita2018-05-281-5/+12
| * | media: staging: tegra-vde: Reset memory clientDmitry Osipenko2018-05-281-4/+38
| * | media: tw686x: Fix incorrect vb2_mem_ops GFP flagsEzequiel Garcia2018-05-281-1/+2
| * | media: m2m-deinterlace: Remove DMA_ENGINE dependencyEzequiel Garcia2018-05-281-1/+1
| * | media: stk1160: Add missing calls to mutex_destroyEzequiel Garcia2018-05-281-0/+2
| * | media: stk1160: Fix typo s/therwise/OtherwiseEzequiel Garcia2018-05-281-1/+1
| * | media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-2818-56/+20