summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-09-17rxrpc: Add config to inject packet lossDavid Howells3-0/+24
2016-09-17rxrpc: Improve skb tracingDavid Howells13-55/+127
2016-09-17rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells1-8/+0
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells3-8/+57
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells5-1/+40
2016-09-17rxrpc: Add a tracepoint to log ACK transmissionDavid Howells2-1/+9
2016-09-17rxrpc: Add a tracepoint to log received ACK packetsDavid Howells1-0/+2
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells4-1/+31
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells8-59/+214
2016-09-17rxrpc: Add some additional call tracingDavid Howells2-4/+17
2016-09-17rxrpc: Print the packet type name in the Rx packet traceDavid Howells1-3/+3
2016-09-17rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells1-1/+1
2016-09-17rxrpc: Be consistent about switch value in rxrpc_send_call_packet()David Howells1-1/+1
2016-09-17rxrpc: Don't transmit an ACK if there's no reason setDavid Howells1-0/+5
2016-09-17rxrpc: Fix retransmission algorithmDavid Howells1-8/+4
2016-09-17rxrpc: Fix the parsing of soft-ACKsDavid Howells1-1/+1
2016-09-17rxrpc: Fix unexposed client conn releaseDavid Howells1-1/+0
2016-09-17rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells1-24/+12
2016-09-17rxrpc: Fix the putting of client connectionsDavid Howells1-15/+13
2016-09-17rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells1-0/+10
2016-09-17rxrpc: Record calls that need to be acceptedDavid Howells1-0/+2
2016-09-17rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells2-17/+36
2016-09-17rxrpc: Check the return value of rxrpc_locate_data()David Howells1-1/+4
2016-09-17rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to callerDavid Howells1-5/+4
2016-09-17rxrpc: Remove some whitespace.David Howells1-1/+1
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells8-2/+34
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin5-0/+147
2016-09-16tcp: fix a stale ooo_last_skb after a replaceEric Dumazet1-1/+2
2016-09-16Merge tag 'rxrpc-rewrite-20160913-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller8-119/+179
2016-09-16Merge tag 'rxrpc-rewrite-20160913-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller11-31/+64
2016-09-15openvswitch: avoid deferred execution of recirc actionsLance Richardson1-2/+28
2016-09-15net/sched: cls_flower: Remove an unused field from the filter key structureOr Gerlitz1-1/+0
2016-09-15net/sched: cls_flower: Support masking for matching on tcp/udp portsOr Gerlitz1-8/+12
2016-09-15net_sched: Introduce skbmod actionJamal Hadi Salim3-0/+313
2016-09-15bpf: use skb_at_tc_ingress helper in tcf_bpfDaniel Borkmann1-1/+1
2016-09-15bpf: drop unnecessary test in cls_bpf_classify and tcf_bpfDaniel Borkmann2-6/+0
2016-09-15net/sched: act_tunnel_key: Remove rcu_read_lock protectionHadar Hen Zion1-13/+4
2016-09-13rxrpc: Add IPv6 supportDavid Howells7-83/+154
2016-09-13rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells2-34/+11
2016-09-13rxrpc: Don't specify protocol to when creating transport socketDavid Howells1-2/+2
2016-09-13rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells1-0/+12
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells6-13/+26
2016-09-13rxrpc: Fix prealloc refcountingDavid Howells3-4/+9
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells4-2/+7
2016-09-13rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells1-3/+5
2016-09-13rxrpc: Use skb->len not skb->data_lenDavid Howells1-4/+4
2016-09-13rxrpc: Add missing unlock in rxrpc_call_accept()David Howells1-3/+5
2016-09-13rxrpc: Requeue call for recvmsg if more dataDavid Howells1-0/+4
2016-09-13rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells1-1/+1
2016-09-13rxrpc: Add missing wakeup on Tx window rotationDavid Howells1-0/+2