summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | virt: Add vboxguest driver for Virtual Box Guest integration UAPIHans de Goede2017-12-183-0/+707
| * | | | | | | | | | | | | | | Merge 4.15-rc3 into char-misc-nextGreg Kroah-Hartman2017-12-119-18/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | lp: support 64-bit time_t user spaceArnd Bergmann2017-11-281-1/+11
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-012-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman2018-01-153-2/+64
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | USB: clarify USB_DT_USB_SSP_CAP_SIZE(ssac) definitionMathias Nyman2018-01-091-2/+2
| * | | | | | | | | | | | | | Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-1811-19/+32
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | USB: remove the URB_NO_FSBR flagAlan Stern2017-12-121-1/+1
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3130-30/+1083
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | dev: advertise the new ifindex when the netns iface changesNicolas Dichtel2018-01-291-0/+1
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-281-3/+81
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo2018-01-251-1/+28
| | * | | | | | | | | | | | | | bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo2018-01-251-1/+8
| | * | | | | | | | | | | | | | bpf: Add support for reading sk_state and moreLawrence Brakmo2018-01-251-0/+22
| | * | | | | | | | | | | | | | bpf: Add sock_ops RTO callbackLawrence Brakmo2018-01-251-1/+7
| | * | | | | | | | | | | | | | bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo2018-01-251-1/+16
| | * | | | | | | | | | | | | | bpf: Support passing args to sock_ops bpf functionLawrence Brakmo2018-01-251-2/+3
| * | | | | | | | | | | | | | | openvswitch: add erspan version I and II supportWilliam Tu2018-01-251-0/+1
| * | | | | | | | | | | | | | | net: erspan: create erspan metadata uapi headerWilliam Tu2018-01-251-0/+52
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-231-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | / / | | | |_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | net: core: Expose number of link up/down transitionsDavid Decotigny2018-01-221-0/+2
| * | | | | | | | | | | | | | macsec: restore uAPI after addition of GCM-AES-256Sabrina Dubroca2018-01-221-3/+3
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-214-0/+69
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma2018-01-191-0/+10
| | * | | | | | | | | | | | | | netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan2018-01-112-0/+2
| | * | | | | | | | | | | | | | netfilter: add IPv6 segment routing header 'srh' matchAhmed Abdelsalam2018-01-101-0/+57
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-202-4/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | bpf: offload: report device information about offloaded mapsJakub Kicinski2018-01-181-0/+3
| | * | | | | | | | | | | | | | | bpf: add comments to BPF ld/ldx sizesJesper Dangaard Brouer2018-01-182-4/+5
| * | | | | | | | | | | | | | | | l2tp: mark L2TP_ATTR_L2SPEC_LEN as not usedLorenzo Bianconi2018-01-191-1/+1
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge tag 'linux-can-next-for-4.16-20180116' of ssh://gitolite.kernel.org/pub...David S. Miller2018-01-171-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | can: dev: Add support for limiting configured bitrateFranklin S Cooper Jr2018-01-161-0/+1
| * | | | | | | | | | | | | | | | tun: allow to attach ebpf socket filterJason Wang2018-01-171-0/+1
| * | | | | | | | | | | | | | | | net: sched: introduce ingress/egress block index attributes for qdiscJiri Pirko2018-01-171-0/+2
| * | | | | | | | | | | | | | | | net: sched: use block index as a handle instead of qdisc when block is sharedJiri Pirko2018-01-171-0/+10
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-161-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | bpf: offload: add map offload infrastructureJakub Kicinski2018-01-141-0/+1
| | * | | | | | | | | | | | | | | | | bpf: simplify xdp_convert_ctx_access for xdp_rxq_infoJesper Dangaard Brouer2018-01-131-1/+1
| | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | devlink: Add relation between dpipe and resourceArkadi Sharshevsky2018-01-161-0/+2
| * | | | | | | | | | | | | | | | | devlink: Add support for reloadArkadi Sharshevsky2018-01-161-0/+5
| * | | | | | | | | | | | | | | | | devlink: Add support for resource abstractionArkadi Sharshevsky2018-01-161-0/+18
| |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-01-101-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | net/core: Add drop counters to VF statisticsEugenia Emantayev2018-01-091-0/+2
| * | | | | | | | | | | | | | | | tipc: improve groupcast scope handlingJon Maloy2018-01-091-4/+3
| * | | | | | | | | | | | | | | | virtio_net: propagate linkspeed/duplex settings from the hypervisorJason Baron2018-01-091-0/+13
| * | | | | | | | | | | | | | | | macsec: Add support for GCM-AES-256 cipher suiteFelix Walter2018-01-091-3/+8
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-093-2/+64
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | / / / / / / / / / / | | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-085-3/+78
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | netfilter: nf_tables: flow offload expressionPablo Neira Ayuso2018-01-081-0/+11