aboutsummaryrefslogtreecommitdiffstats
path: root/net/rfkill/input.c
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2017-08-18 15:48:16 -0700
committerDavid S. Miller <davem@davemloft.net>2017-08-18 22:39:28 -0700
commit325945ede6d49fd94b79c8c243fc3c0f2db2fcdb (patch)
treebb278fdd091fc6b18385b86f380a31da3ed8a6e8 /net/rfkill/input.c
parentnfp: add helper for printing ethtool strings (diff)
nfp: split software and hardware vNIC statistics
In preparation for reporting vNIC HW stats on representors split handling of the SW and HW stats in ethtool -S. Representors don't have SW stats (since vNIC is assigned to the VM). Remove the questionable defines which assume nn variable exists in the scope. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rfkill/input.c')
0 files changed, 0 insertions, 0 deletions
linux-rng/commit/net/rxrpc/sendmsg.c?h=jd/vdso-test-harness&id=3a92789af0d625caff1e0bf5701aec8edf0d057d'>rxrpc: Use negative error codes in rxrpc_call structDavid Howells1-1/+1 2017-03-09rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid Howells1-2/+3 2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells1-18/+30 2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-11/+47 2017-03-03rxrpc: Fix potential NULL-pointer exceptionDavid Howells1-7/+8 2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2 2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells1-11/+46 2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu1-1/+1 2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells1-0/+5 2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells1-1/+1 2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells1-4/+3 2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells1-4/+4 2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells1-1/+1 2016-09-24rxrpc: Implement slow-startDavid Howells1-2/+5 2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells1-1/+1 2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells1-7/+7 2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells1-0/+9 2016-09-23rxrpc: Preset timestamp on Tx sk_buffsDavid Howells1-0/+5 2016-09-22rxrpc: Reduce the number of ACK-Requests sentDavid Howells1-2/+0 2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells1-1/+0 2016-09-22rxrpc: Expedite ping response transmissionDavid Howells1-0/+4 2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells1-43/+8 2016-09-17rxrpc: Improve skb tracingDavid Howells1-5/+5 2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells1-1/+8 2016-09-17rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells1-1/+1 2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-79/+47 2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells1-9/+9 2016-09-07rxrpc: Cache the security index in the rxrpc_call structDavid Howells1-1/+1 2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells1-2/+2 2016-09-04rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells1-0/+7 2016-09-04rxrpc: Rearrange net/rxrpc/sendmsg.cDavid Howells1-281/+277 2016-09-04rxrpc: Split sendmsg from packet transmission codeDavid Howells1-0/+645