Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | fuse: add submount support to <uapi/linux/fuse.h> | Max Reitz | 2020-09-18 | 1 | -2/+14 | |
| * | | | | | | | | | virtiofs: implement dax read/write operations | Vivek Goyal | 2020-09-10 | 1 | -0/+1 | |
| * | | | | | | | | | virtiofs: introduce setupmapping/removemapping commands | Vivek Goyal | 2020-09-10 | 1 | -0/+29 | |
| * | | | | | | | | | virtiofs: implement FUSE_INIT map_alignment field | Stefan Hajnoczi | 2020-09-10 | 1 | -1/+3 | |
| * | | | | | | | | | virtiofs: set up virtio_fs dax_device | Stefan Hajnoczi | 2020-09-10 | 1 | -0/+3 | |
| * | | | | | | | | | Merge branch 'virtio-shm' into for-next | Miklos Szeredi | 2020-09-10 | 2 | -1/+21 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | mm/madvise: introduce process_madvise() syscall: an external memory hinting API | Minchan Kim | 2020-10-18 | 1 | -1/+3 | |
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2020-10-17 | 6 | -4/+55 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | RDMA/rxe: Move the definitions for rxe_av.network_type to uAPI | Jason Gunthorpe | 2020-10-16 | 1 | -0/+6 | |
| * | | | | | | | | | | | Merge branch 'dynamic_sg' into rdma.git for-next | Jason Gunthorpe | 2020-10-16 | 2 | -11/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | RDMA/uverbs: Expose the new GID query API to user space | Avihai Horon | 2020-10-02 | 2 | -0/+22 | |
| * | | | | | | | | | | | | RDMA/core: Introduce new GID table query API | Avihai Horon | 2020-10-02 | 1 | -0/+8 | |
| * | | | | | | | | | | | | RDMA/mlx5: Extend advice MR to support non faulting mode | Yishai Hadas | 2020-10-01 | 1 | -0/+1 | |
| * | | | | | | | | | | | | RDMA/hns: Add support for CQE in size of 64 Bytes | Wenpeng Liang | 2020-09-24 | 1 | -1/+3 | |
| * | | | | | | | | | | | | Merge branch 'mlx5_active_speed' into rdma.git for-next | Jason Gunthorpe | 2020-09-18 | 3 | -4/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | RDMA/core: Added missing WR and WC opcodes | Bob Pearson | 2020-09-11 | 1 | -0/+11 | |
| * | | | | | | | | | | | | Merge tag 'v5.9-rc3' into rdma.git for-next | Jason Gunthorpe | 2020-08-31 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | RDMA/rxe: Fix style warnings | Bob Pearson | 2020-08-27 | 1 | -3/+3 | |
| * | | | | | | | | | | | | RDMA/efa: Introduce SRD RNR retry | Gal Pressman | 2020-08-18 | 1 | -0/+1 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2020-10-16 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | powerpc/8xx: Support 16k hugepages with 4k pages | Christophe Leroy | 2020-09-15 | 2 | -0/+2 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2020-10-16 | 23 | -97/+1358 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statements | Davide Caratti | 2020-10-15 | 1 | -0/+2 | |
| * | | | | | | | | | | | netfilter: restore NF_INET_NUMHOOKS | Pablo Neira Ayuso | 2020-10-15 | 1 | -2/+2 | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2020-10-13 | 1 | -14/+87 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | bpf: Allow for map-in-map with dynamic inner array map entries | Daniel Borkmann | 2020-10-11 | 1 | -0/+3 | |
| | * | | | | | | | | | | | bpf: Add redirect_peer helper | Daniel Borkmann | 2020-10-11 | 1 | -0/+17 | |
| | * | | | | | | | | | | | bpf: Improve bpf_redirect_neigh helper description | Daniel Borkmann | 2020-10-11 | 1 | -3/+7 | |
| | * | | | | | | | | | | | bpf: Add tcp_notsent_lowat bpf setsockopt | Nikita V. Shirokov | 2020-10-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | | bpf: Fix typo in uapi/linux/bpf.h | Jakub Wilk | 2020-10-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | | bpf: Introducte bpf_this_cpu_ptr() | Hao Luo | 2020-10-03 | 1 | -0/+13 | |
| | * | | | | | | | | | | | bpf: Introduce bpf_per_cpu_ptr() | Hao Luo | 2020-10-03 | 1 | -0/+18 | |
| | * | | | | | | | | | | | bpf: Introduce pseudo_btf_id | Hao Luo | 2020-10-02 | 1 | -9/+27 | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski | 2020-10-13 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | netfilter: add inet ingress support | Pablo Neira Ayuso | 2020-10-12 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | can: isotp: implement cleanups / improvements from review | Oliver Hartkopp | 2020-10-12 | 1 | -1/+0 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | netlink: export policy in extended ACK | Johannes Berg | 2020-10-10 | 1 | -0/+2 | |
| * | | | | | | | | | | | | Merge tag 'linux-can-next-for-5.10-20201007' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 2020-10-10 | 2 | -0/+169 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | can: add ISO 15765-2:2016 transport protocol | Oliver Hartkopp | 2020-10-07 | 1 | -0/+166 | |
| | * | | | | | | | | | | | | can: raw: add missing error queue support | Vincent Mailhol | 2020-10-06 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | devlink: Add remote reload stats | Moshe Shemesh | 2020-10-09 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | devlink: Add reload stats | Moshe Shemesh | 2020-10-09 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | devlink: Add devlink reload limit option | Moshe Shemesh | 2020-10-09 | 1 | -0/+14 | |
| * | | | | | | | | | | | | | devlink: Add reload action option to devlink reload command | Moshe Shemesh | 2020-10-09 | 1 | -0/+13 | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-10-09 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | netlink: add mask validation | Jakub Kicinski | 2020-10-06 | 1 | -0/+2 | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-10-06 | 2 | -11/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | net: devlink: Add unused port flavour | Andrew Lunn | 2020-10-04 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2020-10-04 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | netfilter: nf_tables: add userdata attributes to nft_chain | Jose M. Guisado Gomez | 2020-09-30 | 1 | -0/+2 |