summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | SUNRPC: Remove unreachable error condition in rpcb_getport_async()Xiyu Yang2020-05-281-6/+0
| * | | | | | sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-05-282-9/+15
| * | | | | | sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown2020-05-281-2/+4
| * | | | | | sunrpc: check that domain table is empty at module unload.NeilBrown2020-05-283-0/+28
| * | | | | | Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields2020-05-2164-679/+886
| |\ \ \ \ \ \
| | * | | | | | SUNRPC: Clean up request deferral tracepointsChuck Lever2020-05-201-6/+6
| | * | | | | | SUNRPC: Restructure svc_udp_recvfrom()Chuck Lever2020-05-201-25/+35
| | * | | | | | SUNRPC: Refactor svc_recvfrom()Chuck Lever2020-05-201-41/+68
| | * | | | | | SUNRPC: Clean up svc_release_skb() functionsChuck Lever2020-05-201-8/+15
| | * | | | | | SUNRPC: Refactor recvfrom path dealing with incomplete TCP receivesChuck Lever2020-05-201-20/+19
| | * | | | | | SUNRPC: Replace dprintk() call sites in TCP receive pathChuck Lever2020-05-201-14/+2
| | * | | | | | SUNRPC: Restructure svc_tcp_recv_record()Chuck Lever2020-05-181-26/+25
| | * | | | | | SUNRPC: Rename svc_sock::sk_reclenChuck Lever2020-05-181-3/+3
| | * | | | | | SUNRPC: Trace server-side rpcbind registration eventsChuck Lever2020-05-181-15/+4
| | * | | | | | SUNRPC: Replace dprintk call sites in TCP state change calloutsChuck Lever2020-05-181-29/+6
| | * | | | | | SUNRPC: Add more svcsock tracepointsChuck Lever2020-05-181-20/+10
| | * | | | | | SUNRPC: Remove "#include <trace/events/skb.h>"Chuck Lever2020-05-181-1/+0
| | * | | | | | SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever2020-05-183-46/+9
| | * | | | | | SUNRPC: Tracepoint to record errors in svc_xpo_create()Chuck Lever2020-05-181-1/+6
| | * | | | | | svcrdma: Add tracepoints to report ->xpo_accept failuresChuck Lever2020-05-181-16/+11
| | * | | | | | svcrdma: Displayed remote IP address should match stored addressChuck Lever2020-05-181-1/+6
| | * | | | | | svcrdma: Rename tracepoints that record header decoding errorsChuck Lever2020-05-181-5/+5
| | * | | | | | svcrdma: Remove backchannel dprintk call sitesChuck Lever2020-05-181-43/+5
| | * | | | | | svcrdma: Fix backchannel return codeChuck Lever2020-05-182-34/+15
| | * | | | | | svcrdma: trace undersized Write chunksChuck Lever2020-05-181-5/+2
| | * | | | | | svcrdma: Trace page overruns when constructing RDMA ReadsChuck Lever2020-05-181-1/+1
| | * | | | | | svcrdma: Clean up handling of get_rw_ctx errorsChuck Lever2020-05-181-16/+11
| | * | | | | | svcrdma: Clean up the tracing for rw_ctx_init errorsChuck Lever2020-05-181-21/+35
| | * | | | | | SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever2020-05-185-36/+58
| * | | | | | | sunrpc: add missing newline when printing parameter 'pool_mode' by sysfsXiongfeng Wang2020-05-111-5/+5
| * | | | | | | sunrpc: Remove unused function ip_map_updateYueHaibing2020-05-061-9/+0
* | | | | | | | 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