summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* netlink/diag: report flags for netlink socketsAndrey Vagin2017-04-051-0/+10
* phy/ethtool: Add missing SPEED_<foo> stringsJoe Perches2017-04-051-0/+1
* sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long2017-04-031-0/+1
* bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-011-0/+12
* rtnetlink: Add RTM_DELNETCONFDavid Ahern2017-03-291-0/+2
* devlink: Support for pipeline debug (dpipe)Arkadi Sharshevsky2017-03-291-1/+66
* gtp: support SGSN-side tunnelsJonas Bonn2017-03-261-0/+7
* gtp: rename SGSN netlink attributeJonas Bonn2017-03-261-1/+2
* net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-251-0/+2
* Add a eBPF helper function to retrieve socket uidChenbo Feng2017-03-241-1/+8
* Add a helper function to get socket cookie in eBPFChenbo Feng2017-03-241-1/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-242-46/+19Star
|\
| * Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-231-27/+0Star
| |\
| | * btrfs: remove btrfs_err_str function from uapi/linux/btrfs.hDmitry V. Levin2017-03-071-27/+0Star
| * | Merge tag 'drm-fixes-for-v4.11-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-03-171-19/+19
| |\ \
| | * \ Merge tag 'omapdrm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2017-03-151-19/+19
| | |\ \
| | | * | uapi: fix drm/omap_drm.h userspace compilation errorsDmitry V. Levin2017-03-131-19/+19
* | | | | bpf: Add hash of maps supportMartin KaFai Lau2017-03-221-0/+1
* | | | | bpf: Add array of maps supportMartin KaFai Lau2017-03-221-0/+2
* | | | | net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz2017-03-222-0/+2
* | | | | openvswitch: Optimize sample action for the clone use casesandy zhou2017-03-221-0/+15
* | | | | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-0/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-03-211-1/+25
|\ \ \ \ \
| * | | | | netfilter: nft_fib: Support existence checkPhil Sutter2017-03-131-0/+1
| * | | | | netfilter: nft_ct: add helper set supportFlorian Westphal2017-03-131-1/+11
| * | | | | netfilter: nft_hash: support of symmetric hashLaura Garcia Liebana2017-03-061-0/+13
| | |_|/ / | |/| | |
* | | | | tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh2017-03-171-1/+0Star
* | | | | mqprio: Change handling of hw u8 to allow for multiple hardware offload modesAlexander Duyck2017-03-151-0/+8
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-152-5/+2Star
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-151-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin2017-03-091-1/+1
| | |/ /
| * / / userfaultfd: non-cooperative: rollback userfaultfd_exitAndrea Arcangeli2017-03-101-4/+1Star
| |/ /
* | | mpls: allow TTL propagation from IP packets to be configuredRobert Shearman2017-03-131-0/+2
* | | mpls: allow TTL propagation to IP packets to be configuredRobert Shearman2017-03-131-0/+1
* | | sctp: add get and set sockopt for reconf_enableXin Long2017-03-131-0/+1
* | | sctp: add support for generating add stream change event notificationXin Long2017-03-131-0/+15
* | | sctp: add support for generating assoc reset event notificationXin Long2017-03-131-0/+15
* | | net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-131-0/+1
* | | ipv6: Provide ipv6 version of "disable_policy" sysctlDavid Forster2017-03-071-0/+1
|/ /
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-0/+136
|\ \
| * | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-032-0/+136
* | | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+74
|\ \ \ | |/ / |/| |
| * | sched/headers: Move various ABI definitions to <uapi/linux/sched/types.h>Ingo Molnar2017-03-021-0/+68
| * | sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+6
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-021-11/+11
|\ \ \
| * | | uapi: fix linux/target_core_user.h userspace compilation errorsDmitry V. Levin2017-02-191-11/+11
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-023-1/+143
|\ \ \ \ | |_|/ / |/| | |
| * | | virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig2017-02-271-1/+1
| * | | virtio_mmio: expose header to userspaceMichael S. Tsirkin2017-02-272-0/+142
* | | | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-03-011-2/+3
|\ \ \ \