summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | io_uring: add IOSQE_ASYNCJens Axboe2020-01-201-0/+1
| * | | | | | | | io_uring: add support for IORING_OP_STATXJens Axboe2020-01-201-0/+2
| * | | | | | | | io_uring: avoid ring quiesce for fixed file set unregister and updateJens Axboe2020-01-201-0/+1
| * | | | | | | | io_uring: add support for IORING_OP_CLOSEJens Axboe2020-01-201-0/+1
| * | | | | | | | io_uring: add support for IORING_OP_OPENATJens Axboe2020-01-201-0/+2
| * | | | | | | | io_uring: add support for fallocate()Jens Axboe2020-01-201-0/+1
| * | | | | | | | Merge branch 'io_uring-5.5' into for-5.6/io_uring-vfsJens Axboe2020-01-201-1/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jens Axboe2020-01-192-1/+40
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-294-1/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | y2038: sparc: remove use of struct timexArnd Bergmann2019-12-181-0/+2
| * | | | | | | | | | y2038: rename itimerval to __kernel_old_itimervalArnd Bergmann2019-12-181-0/+5
| * | | | | | | | | | tsacct: add 64-bit btime fieldArnd Bergmann2019-12-181-1/+4
| * | | | | | | | | | acct: stop using get_seconds()Arnd Bergmann2019-12-182-0/+3
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-292-1/+40
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | open: introduce openat2(2) syscallAleksa Sarai2020-01-182-1/+40
| |/ / / / / / / /
* | | | | | | | | Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-293-147/+0
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 5.5-rc6 into staging-nextGreg Kroah-Hartman2020-01-132-5/+6
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge 5.5-rc3 into staging-nextGreg Kroah-Hartman2019-12-232-3/+8
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge 5.5-rc2 into staging-nextGreg Kroah-Hartman2019-12-161-17/+23
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | isdn: capi: dead code removalArnd Bergmann2019-12-111-74/+0
| * | | | | | | | | staging: remove isdn capi driversArnd Bergmann2019-12-112-73/+0
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2826-15/+783
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ethtool: add WOL_NTF notificationMichal Kubecek2020-01-271-0/+1
| * | | | | | | | | ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek2020-01-271-0/+1
| * | | | | | | | | ethtool: provide WoL settings with WOL_GET requestMichal Kubecek2020-01-272-0/+19
| * | | | | | | | | ethtool: add DEBUG_NTF notificationMichal Kubecek2020-01-271-0/+1
| * | | | | | | | | ethtool: set message mask with DEBUG_SET requestMichal Kubecek2020-01-271-0/+1
| * | | | | | | | | ethtool: provide message mask with DEBUG_GET requestMichal Kubecek2020-01-272-0/+16
| * | | | | | | | | netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio2020-01-271-0/+15
| * | | | | | | | | netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso2020-01-271-0/+2
| * | | | | | | | | tcp: export count for rehash attemptsAbdul Kabbani2020-01-262-0/+3
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-1/+2
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | net: bridge: vlan: add per-vlan stateNikolay Aleksandrov2020-01-241-0/+1
| * | | | | | | | | net: bridge: vlan: add basic option setting supportNikolay Aleksandrov2020-01-241-0/+1
| * | | | | | | | | net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani2020-01-231-0/+31
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-232-4/+74
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau2020-01-221-1/+8
| | * | | | | | | | | bpf: Introduce dynamic program extensionsAlexei Starovoitov2020-01-221-0/+1
| | * | | | | | | | | bpf: Add batch ops to all htab bpf mapYonghong Song2020-01-151-0/+1
| | * | | | | | | | | bpf: Add generic support for update and delete batch opsBrian Vazquez2020-01-151-0/+2
| | * | | | | | | | | bpf: Add generic support for lookup batch opBrian Vazquez2020-01-151-0/+18
| | * | | | | | | | | bpf: Add bpf_send_signal_thread() helperYonghong Song2020-01-151-2/+17
| | * | | | | | | | | bpf: Introduce function-by-function verificationAlexei Starovoitov2020-01-101-0/+6
| | * | | | | | | | | bpf: Document BPF_F_QUERY_EFFECTIVE flagAndrey Ignatov2020-01-091-1/+6
| | * | | | | | | | | bpf: Add BPF_FUNC_tcp_send_ack helperMartin KaFai Lau2020-01-091-1/+10
| | * | | | | | | | | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-1/+6
| | * | | | | | | | | bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-0/+1
| * | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-01-211-0/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | xfrm: add espintcp (RFC 8229)Sabrina Dubroca2019-12-091-0/+1
| * | | | | | | | | | | wan/hdlc_x25: make lapb params configurableMartin Schiller2020-01-212-0/+10
OpenPOWER on IntegriCloud