aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson2-206/+225
2020-05-21xsk: Move xskmap.c to net/xdp/Björn Töpel1-20/+0
2020-05-21xsk: Fix xsk_umem_xdp_frame_sz()Björn Töpel1-1/+1
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca1-1/+0
2020-05-21ethtool: provide UAPI for PHY Signal Quality Index (SQI)Oleksij Rempel2-0/+4
2020-05-21qed: Add XRC to RoCEYuval Basson1-0/+19
2020-05-21net: psample: Add tunnel supportChris Mi1-0/+22
2020-05-21IB/uverbs: Introduce create/destroy QP commands over ioctlYishai Hadas2-0/+37
2020-05-21IB/uverbs: Introduce create/destroy WQ commands over ioctlYishai Hadas1-0/+25
2020-05-21IB/uverbs: Introduce create/destroy SRQ commands over ioctlYishai Hadas1-0/+27
2020-05-21IB/uverbs: Move QP, SRQ, WQ type and flags to UAPIYishai Hadas2-19/+58
2020-05-21IB/uverbs: Extend CQ to get its own asynchronous event FDYishai Hadas1-0/+1
2020-05-21RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe4-2/+11
2020-05-21Merge tag 'v5.8-rockchip-dts64-1' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-11/+0
2020-05-21PCI: Use bridge window names (PCI_BRIDGE_IO_WINDOW etc)Krzysztof Wilczynski1-1/+13
2020-05-21Merge tag 'tegra-for-5.8-dt-bindings' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann5-30/+30
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe112-286/+522
2020-05-21exec: Remove recursion from search_binary_handlerEric W. Biederman1-2/+1
2020-05-21exec: Generic execfd supportEric W. Biederman1-5/+5
2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman1-1/+0
2020-05-21exec: Allow load_misc_binary to call prepare_binprm unconditionallyEric W. Biederman1-0/+2
2020-05-21exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman4-9/+9
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields53-176/+822
2020-05-21IB/ipoib: Increase ipoib Datagram mode MTU's upper limitKaike Wan2-9/+78
2020-05-21IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner2-4/+4
2020-05-21IB/hfi1: Remove module parameter for KDETH qpnsGary Leshner1-1/+28
2020-05-21IB/hfi1: Add functions to transmit datagram ipoib packetsGary Leshner1-0/+1
2020-05-21IB/hfi1: Add accelerated IP capability bitKaike Wan1-1/+2
2020-05-21block: remove ioctl_by_bdevChristoph Hellwig1-1/+0
2020-05-21s390/dasd: remove ioctl_by_bdev callsStefan Haberland1-0/+9
2020-05-21loop: Add LOOP_CONFIGURE ioctlMartijn Coenen1-0/+21
2020-05-21loop: Clean up LOOP_SET_STATUS lo_flags handlingMartijn Coenen1-2/+8
2020-05-21Merge tag 'renesas-arm-dt-for-v5.8-tag2' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2-0/+71
2020-05-21firmware: smccc: Fix missing prototype warning for arm_smccc_version_initSudeep Holla1-0/+3
2020-05-21Merge tag 'realtek-dt-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2-0/+77
2020-05-21rtc: mt6397: Add support for the MediaTek MT6358 RTCRan Bi1-1/+8
2020-05-21mfd: Add support for the MediaTek MT6358 PMICHsin-Hsiung Wang3-0/+443
2020-05-21mfd: mt6397: Modify suspend/resume behaviorHsin-Hsiung Wang1-0/+2
2020-05-20get rid of compat_mc_setsockopt()Al Viro1-4/+0
2020-05-20ip6_mc_msfilter(): pass the address list separatelyAl Viro1-1/+2
2020-05-20get rid of compat_mc_getsockopt()Al Viro1-3/+0
2020-05-20ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2-2/+2
2020-05-20lift compat definitions of mcast [sg]etsockopt requests into net/compat.hAl Viro1-0/+24
2020-05-20SUNRPC: Clean up request deferral tracepointsChuck Lever1-3/+8
2020-05-20SUNRPC: svc_show_status() macro should have enum definitionsChuck Lever1-0/+11
2020-05-20SUNRPC: Restructure svc_udp_recvfrom()Chuck Lever1-0/+2
2020-05-20SUNRPC: Refactor svc_recvfrom()Chuck Lever1-0/+1
2020-05-20dm: use dynamic debug instead of compile-time config optionHannes Reinecke1-6/+1
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman4-35/+40
2020-05-20SUNRPC: Refactor recvfrom path dealing with incomplete TCP receivesChuck Lever1-0/+31