summaryrefslogtreecommitdiff
path: root/include/uapi
AgeCommit message (Expand)AuthorFilesLines
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds20-122/+150
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+12
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-1/+10
2014-08-06Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-5/+128
2014-08-06net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn2-1/+3
2014-08-06net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn2-1/+3
2014-08-06net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn1-3/+5
2014-08-06net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn1-0/+18
2014-08-06random: introduce getrandom(2) system callTheodore Ts'o2-1/+12
2014-08-05Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+80
2014-08-05Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+5
2014-08-05Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+3
2014-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2014-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+6
2014-08-03net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-2/+2
2014-07-31netfilter: xt_bpf: add mising opaque struct sk_filter definitionPablo Neira1-0/+2
2014-07-31dcbnl : Fix misleading dcb_app->priority explanationAnish Bhatt1-1/+2
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2014-07-29packet: remove deprecated syststamp timestampWillem de Bruijn1-1/+1
2014-07-26[media] v4l2-ctrls: add RX RDS controlsHans Verkuil1-0/+6
2014-07-26[media] v4l2-ctrls: add new RDS TX controlsHans Verkuil2-0/+11
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang1-4/+9
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher1-0/+3
2014-07-22[media] videodev2.h: add defines for the VBI field start linesHans Verkuil1-0/+6
2014-07-22[media] v4l: videodev2: add buffer size to SDR formatAntti Palosaari1-1/+3
2014-07-22[media] v4l: uapi: add SDR format CS14Antti Palosaari1-0/+1
2014-07-22[media] v4l: uapi: add SDR format CS8Antti Palosaari1-0/+1
2014-07-22[media] v4l: uapi: add SDR format RU12LEAntti Palosaari1-0/+1
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-2/+80
2014-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-89/+4
2014-07-18seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook1-0/+3
2014-07-18seccomp: add "seccomp" syscallKees Cook2-1/+7
2014-07-18serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffersYoshihiro YUNOMAE1-0/+5
2014-07-18[media] videodev2.h: add V4L2_FIELD_HAS_T_OR_B macroHans Verkuil1-0/+4
2014-07-17[media] v4l: Add premultiplied alpha flag for pixel formatsLaurent Pinchart1-1/+7
2014-07-17[media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart1-1/+14
2014-07-17[media] v4l: Add ARGB and XRGB pixel formatsLaurent Pinchart1-0/+8
2014-07-17[media] v4l2: add a motion detection eventHans Verkuil1-0/+17
2014-07-17[media] v4l2-ctrls/v4l2-controls.h: add MD controlsHans Verkuil1-0/+17
2014-07-17[media] v4l2-ctrls/videodev2.h: add u8 and u16 typesHans Verkuil1-0/+4
2014-07-17[media] videodev2.h: add struct v4l2_query_ext_ctrl and VIDIOC_QUERY_EXT_CTRLHans Verkuil1-0/+20
2014-07-17[media] videodev2.h: add initial support for compound controlsHans Verkuil1-2/+8
2014-07-17net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO supportGeir Ola Vaagland1-0/+1
2014-07-17net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland1-12/+35
2014-07-17net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland1-7/+25
2014-07-17net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland1-2/+20
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+22
2014-07-16Merge tag 'linux-can-next-for-3.17-20140715' of git://gitorious.org/linux-can...David S. Miller1-1/+2
2014-07-16net: add name_assign_type netdev attributeTom Gundersen1-0/+6
2014-07-15can: netlink: Add CAN_CTRLMODE_PRESUME_ACK flagNikita Edward Baruzdin1-0/+1