summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-1/+1
|\
| * net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig2020-06-081-1/+1
* | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-102-2/+2
|\ \
| * | net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon2020-04-151-1/+1
| * | netfilter: Avoid assigning 'const' pointer to non-const pointerWill Deacon2020-04-151-1/+1
* | | mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-5/+5
* | | Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-06-085-60/+490
|\ \ \
| * | | libceph: support for alloc hint flagsIlya Dryomov2020-06-011-1/+7
| * | | libceph: read_from_replica optionIlya Dryomov2020-06-012-1/+43
| * | | libceph: support for balanced and localized readsIlya Dryomov2020-06-013-6/+189
| * | | libceph: crush_location infrastructureIlya Dryomov2020-06-012-0/+152
| * | | libceph: decode CRUSH device/bucket types and namesIlya Dryomov2020-06-012-3/+85
| * | | libceph: add non-asserting rbtree insertion helperIlya Dryomov2020-06-011-49/+11
| * | | ceph: add read/write latency metric supportXiubo Li2020-06-011-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-0712-76/+98
|\ \ \ \
| * | | | vsock/vmci: make vmci_vsock_transport_cb() staticStefano Garzarella2020-06-051-1/+1
| * | | | ethtool: linkinfo: remove an unnecessary NULL checkDan Carpenter2020-06-051-2/+1
| * | | | net/xdp: use shift instead of 64 bit divisionPavel Machek2020-06-041-1/+1
| * | | | inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni2020-06-041-0/+1
| * | | | net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish2020-06-041-22/+18
| * | | | seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam2020-06-045-12/+16
| * | | | tipc: fix NULL pointer dereference in streamingTuong Lien2020-06-041-2/+2
| * | | | genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()Cong Wang2020-06-041-36/+58
* | | | | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-062-8/+9
|\ \ \ \ \
| * | | | | bpfilter: document build requirements for bpfilter_umhValdis Kl ē tnieks2020-05-261-0/+4
| * | | | | bpfilter: use 'userprogs' syntax to build bpfilter_umhMasahiro Yamada2020-05-171-8/+4
| * | | | | bpfilter: check if $(CC) can link static libc in KconfigMasahiro Yamada2020-05-171-1/+1
| * | | | | bpfilter: match bit size of bpfilter_umh to that of the kernelMasahiro Yamada2020-05-171-2/+3
* | | | | | Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-052-3/+6
|\ \ \ \ \ \
| * | | | | | rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells2020-05-311-3/+3
| * | | | | | rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACHDavid Howells2020-05-311-0/+3
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-059-340/+43
|\ \ \ \ \ \ \
| * | | | | | | RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-021-1/+1
| * | | | | | | RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy2020-06-028-322/+21
| * | | | | | | RDMA/cma: Provide ECE reject reasonLeon Romanovsky2020-05-271-1/+3
| * | | | | | | Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-21112-571/+983
| |\ \ \ \ \ \ \
| * | | | | | | | RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-062-14/+17
| * | | | | | | | Merge branch 'mellanox/mlx5-next' into rdma.git for-nextJason Gunthorpe2020-05-021-0/+22
| |\ \ \ \ \ \ \ \
| * | | | | | | | | RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe2020-04-141-2/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-1/+1
| |/ / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-03341-6812/+17456
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien2020-06-021-1/+0
| * | | | | | | | Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien2020-06-021-1/+0
| * | | | | | | | bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann2020-06-021-0/+38
| * | | | | | | | bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann2020-06-021-2/+6
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-06-018-137/+231
| |\ \ \ \ \ \ \ \
| | * | | | | | | | flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2020-06-011-121/+4
| | * | | | | | | | net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2020-06-011-36/+69