summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-0/+5
* ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun2017-08-072-0/+69
* net: comment fixes against BPF devmap helper callsJohn Fastabend2017-08-041-5/+11
* sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-031-0/+2
* sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-031-0/+3
* ipv6: fib: Add offload indication to routesIdo Schimmel2017-08-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-012-4/+4
|\
| * Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-221-1/+1
| |\
| | * tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy2017-07-171-1/+1
| * | include: usb: audio: specify exact endiannes of descriptorsRuslan Bilovol2017-07-181-3/+3
| |/
* | tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang2017-07-311-0/+8
* | tcp: remove unused mib countersFlorian Westphal2017-07-311-9/+0
* | net sched actions: add time filter for action dumpingJamal Hadi Salim2017-07-301-0/+1
* | net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim2017-07-301-2/+20
* | net netlink: Add new type NLA_BITFIELD32Jamal Hadi Salim2017-07-301-0/+17
* | net: ethtool: add support for forward error correction modesVidya Sagar Ravipati2017-07-291-1/+47
* | rxrpc: Move the packet.h include file into net/rxrpc/David Howells2017-07-211-0/+44
* | rxrpc: Expose UAPI definitions to userspaceDavid Howells2017-07-211-0/+80
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-214-2/+26
|\|
| * Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-151-1/+3
| |\
| | * kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan2017-07-141-0/+1
| | * kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan2017-07-131-0/+1
| | * KVM: s390: Fix KVM_S390_GET_CMMA_BITS ioctl definitionGleb Fotengauer-Malinovskiy2017-07-121-1/+1
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-131-0/+12
| |\ \
| | * | tcmu: perfom device add, del and reconfig synchronouslyMike Christie2017-07-061-0/+7
| | * | tcmu: reconfigure netlink attr changesMike Christie2017-07-061-8/+4
| | * | tcmu: Add Type of reconfig into netlinkBryant G. Ly2017-07-061-0/+8
| | * | tcmu: Add netlink for device reconfigurationBryant G. Ly2017-07-061-0/+1
| * | | include/linux/sem.h: correctly document sem_ctimeManfred Spraul2017-07-121-1/+1
| * | | kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2017-07-121-0/+10
* | | | bpf: add bpf_redirect_map helper routineJohn Fastabend2017-07-171-1/+7
* | | | bpf: add devmap, a map for storing net device referencesJohn Fastabend2017-07-171-0/+1
* | | | xdp: add bpf_redirect helper functionJohn Fastabend2017-07-171-0/+1
|/ / /
* | / Fix up over-eager 'wait_queue_t' renamingLinus Torvalds2017-07-102-4/+4
| |/ |/|
* | Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-07-098-17/+209
|\ \
| * | drm/amdgpu: Fix the exported always on CU bitmapFlora Cui2017-06-291-0/+3
| * | Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie2017-06-272-2/+5
| |\ \
| * \ \ Merge tag 'drm-misc-next-2017-06-19_0' of git://anongit.freedesktop.org/git/d...Dave Airlie2017-06-212-1/+38
| |\ \ \
| | * | | drm/vc4: Add get/set tiling ioctls.Eric Anholt2017-06-151-0/+16
| | * | | drm/vc4: Add T-format scanout support.Eric Anholt2017-06-151-1/+22
| * | | | Merge tag 'drm-intel-next-2017-06-19' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-06-211-8/+36
| |\ \ \ \
| | * | | | drm/i915: Allow execbuffer to use the first object as the batchChris Wilson2017-06-161-2/+17
| | * | | | drm/i915/perf: Add OA unit support for Gen 8+Robert Bragg2017-06-141-7/+12
| | * | | | drm/i915: expose _SUBSLICE_MASK GETPARMRobert Bragg2017-06-141-0/+5
| | * | | | drm/i915: expose _SLICE_MASK GETPARMRobert Bragg2017-06-141-0/+3
| * | | | | Merge tag 'drm-msm-next-2017-06-20' of git://people.freedesktop.org/~robclark...Dave Airlie2017-06-211-3/+6
| |\ \ \ \ \
| | * | | | | drm/msm: Add hint to DRM_IOCTL_MSM_GEM_INFO to return an object IOVAJordan Crouse2017-06-161-2/+6
| | * | | | | drm/msm: Remove DRM_MSM_NUM_IOCTLSJordan Crouse2017-06-161-1/+0
| * | | | | | amdgpu: use drm sync objects for shared semaphores (v6)Dave Airlie2017-06-161-0/+6
| |/ / / / /
| * | | | | BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-161-2/+2
| |\ \ \ \ \