#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm 0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/rds/send.c
AgeCommit message (Expand)Author
2018-04-11rds: MP-RDS may use an invalid c_pathKa-Cheong Poon
2018-02-23rds: rds_msg_zcopy should return error of null rm->data.op_mmp_znotifierSowmini Varadhan
2018-02-21rds: send: mark expected switch fall-through in rds_rm_sizeGustavo A. R. Silva
2018-02-16rds: zerocopy Tx support.Sowmini Varadhan
2018-02-16rds: hold a sock ref from rds_message to the rds_sockSowmini Varadhan
2018-02-08rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...Sowmini Varadhan
2018-01-05rds: use RCU to synchronize work-enqueue with connection teardownSowmini Varadhan
2017-12-27RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka
2017-09-07rds: Fix incorrect statistics countingHåkon Bugge
2017-09-05rds: Fix non-atomic operation on shared flag variableHåkon Bugge
2017-07-20rds: Make sure updates to cp_send_gen can be observedHåkon Bugge
2017-06-22rds: tcp: send handshake ping-probe from passive endpointSowmini Varadhan
2017-06-16rds: tcp: various endian-ness fixesSowmini Varadhan