summaryrefslogtreecommitdiff
path: root/include/uapi
AgeCommit message (Expand)Author
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-15netfilter: nft_tunnel: add support for geneve optsXin Long
2020-03-15netfilter: xtables: Add snapshot of hardidletimer targetManoj Basapathi
2020-03-15usb: gadget: add raw-gadget interfaceAndrey Konovalov
2020-03-14net: sched: RED: Introduce an ECN nodrop modePetr Machata
2020-03-14net: sched: Allow extending set of supported RED flagsPetr Machata
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-13Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5...Dave Airlie
2020-03-12ethtool: add CHANNELS_NTF notificationMichal Kubecek
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek
2020-03-12ethtool: add RINGS_NTF notificationMichal Kubecek
2020-03-12ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek
2020-03-12ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek
2020-03-12ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek
2020-03-12ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek
2020-03-12ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek
2020-03-12ethtool: add FEATURES_NTF notificationMichal Kubecek
2020-03-12ethtool: set netdev features with FEATURES_SET requestMichal Kubecek
2020-03-12ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek
2020-03-12media: v4l: link dt-bindings and uapiMarco Felsch
2020-03-11seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol numberPaolo Lungaroni
2020-03-11scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-11Merge tag 'v5.6-rc5' into asoc-5.7Mark Brown
2020-03-11io_uring: dual license io_uring.h uapi headerJens Axboe
2020-03-11dmaengine: idxd: Merge definition of dsa_batch_desc into dsa_hw_descTony Luck
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie
2020-03-10Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe
2020-03-10io_uring: provide means of removing buffersJens Axboe
2020-03-10io_uring: support buffer selection for OP_READ and OP_RECVJens Axboe
2020-03-10io_uring: add IORING_OP_PROVIDE_BUFFERSJens Axboe
2020-03-10Merge branch 'mlx5_packet_pacing' into rdma.git for-nextJason Gunthorpe
2020-03-10IB/mlx5: Introduce UAPIs to manage packet pacingYishai Hadas
2020-03-09tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2020-03-08sched: act: allow user to specify type of HW stats for a filterJiri Pirko
2020-03-06drm/amdgpu: Use better names to reflect it is CP MQD bufferYong Zhao
2020-03-06Merge branch 'perf/urgent' into perf/core, to pick up the latest fixesIngo Molnar
2020-03-04seccomp: allow TSYNC and USER_NOTIF togetherTycho Andersen
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh
2020-03-04Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-03-04bpf: Switch BPF UAPI #define constants used from BPF program side to enumsAndrii Nakryiko
2020-03-03bpf: Add gso_size to __sk_buffWillem de Bruijn
2020-03-03devlink: Introduce devlink port flavour virtualParav Pandit
2020-03-03dm: bump version of core and various targetsMike Snitzer
2020-03-02io_uring: use poll driven retry for files that support itJens Axboe
2020-03-02io_uring: add splice(2) supportPavel Begunkov