summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert2014-09-191-0/+4
* net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert2014-09-191-0/+12
* fou: Support for foo-over-udp RX pathTom Herbert2014-09-191-0/+32
* openvswitch: Add recirc and hash action.Andy Zhou2014-09-151-0/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-104-1/+35
|\
| * netfilter: nf_tables: add new nft_masq expressionArturo Borrero2014-09-091-0/+11
| * netfilter: nft_nat: include a flag attributeArturo Borrero2014-09-092-0/+7
| * netfilter: nf_tables: add devgroup support in meta expresionAna Rey2014-09-091-0/+4
| * netfilter: nfnetlink_acct: add filter support to nfacct counter list/resetAlexey Perevalov2014-08-261-0/+8
| * netfilter: nft_meta: Add cpu attribute supportAna Rey2014-08-241-0/+2
| * netfilter: nft_meta: add pkttype supportAna Rey2014-08-241-0/+2
| * uapi: netfilter_arp: use __u8 instead of u_int8_tMike Frysinger2014-08-201-1/+1
* | bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_infoJiri Pirko2014-09-091-0/+12
* | net: filter: split filter.h and expose eBPF to user spaceAlexei Starovoitov2014-09-092-0/+66
* | Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-081-2/+14
|\ \
| * \ Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...John W. Linville2014-09-041-2/+14
| |\ \
| | * | cfg80211: clarify BSS probe response vs. beacon dataJohannes Berg2014-08-261-2/+14
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-073-1/+28
|\ \ \
| * \ \ Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-08-291-1/+1
| |\ \ \
| | * | | xattr: fix check for simultaneous glibc header inclusionFilipe Brandenburger2014-08-291-1/+1
| * | | | Merge tag 'usb-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-08-291-0/+26
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | usbip: move usbip kernel code out of stagingValentina Manea2014-08-251-0/+26
| | | |/ | | |/|
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-241-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | drm/radeon: properly document reloc priority maskChristian König2014-08-181-0/+1
| | |/
* | | ethtool: Add generic options for tunablesGovindarajulu Varadarajan2014-09-051-0/+28
* | | net: dsa: reduce number of protocol hooksFlorian Fainelli2014-08-271-0/+1
|/ /
* / asm-generic: add memfd_create system call to unistd.hWill Deacon2014-08-181-1/+3
|/
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-08-143-0/+59
|\
| *---. Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4...Roland Dreier2014-08-142-0/+43
| |\ \ \
| | | | * RDMA/uapi: Include socket.h in rdma_user_cm.hDoug Ledford2014-08-121-0/+1
| | | |/ | | |/|
| | | * IB/mad: Add user space RMPP supportIra Weiny2014-08-101-1/+4
| | | * IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny2014-08-101-0/+39
| | |/
| * / IB/core: Add user MR re-registration supportMatan Barak2014-08-011-0/+16
| |/
* | Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-142-5/+11
|\ \
| * | include/uapi/linux/virtio_blk.h: introduce feature of VIRTIO_BLK_F_MQMing Lei2014-07-011-0/+5
| * | block SG_IO: add SG_FLAG_Q_AT_HEAD flagDouglas Gilbert2014-07-011-5/+6
* | | Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6Linus Torvalds2014-08-091-0/+11
|\ \ \
| * | | drm/nouveau: expose the full object/event interfaces to userspaceBen Skeggs2014-08-101-0/+3
| * | | drm/nouveau: use ioctl interface for abi16 grobj allocBen Skeggs2014-08-101-0/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-08-082-0/+10
|\ \ \ \
| * \ \ \ Merge tag 'v3.16-rc6' into nextDmitry Torokhov2014-07-2456-195/+820
| |\ \ \ \
| * | | | | Input: uinput - add UI_GET_VERSION ioctlDavid Herrmann2014-07-211-0/+9
| * | | | | Input: add support for Wacom protocol 4 serial tabletsHans de Goede2014-07-201-0/+1
* | | | | | Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds2014-08-083-0/+34
|\ \ \ \ \ \
| * | | | | | kexec: implementation of new syscall kexec_file_loadVivek Goyal2014-08-081-0/+11
| * | | | | | shm: add memfd_create() syscallDavid Herrmann2014-08-081-0/+8
| * | | | | | shm: add sealing APIDavid Herrmann2014-08-081-0/+15
* | | | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-074-2/+55
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge tag 'drm/tegra/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2014-08-071-0/+46
| |\ \ \ \ \ \
| | * | | | | | drm/tegra: Add SET/GET_FLAGS IOCTLsThierry Reding2014-08-041-0/+21