summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-09-24rxrpc: Implement slow-startDavid Howells
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells
2016-09-24rxrpc: Generate a summary of the ACK state for later useDavid Howells
2016-09-24rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells
2016-09-24rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells
2016-09-24rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells
2016-09-24rxrpc: Send an immediate ACK if we fill in a holeDavid Howells
2016-09-24rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells
2016-09-24Merge tag 'rxrpc-rewrite-20160923' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2016-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-23rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells
2016-09-23rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells
2016-09-23rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells
2016-09-23rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKDavid Howells
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells
2016-09-23rxrpc: Fix call timerDavid Howells
2016-09-23rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells
2016-09-23rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells
2016-09-23bpf: add helper to invalidate hashDaniel Borkmann
2016-09-23bpf: use bpf_get_smp_processor_id_proto instead of raw oneDaniel Borkmann
2016-09-23bpf: use skb_to_full_sk helper in bpf_skb_under_cgroupDaniel Borkmann
2016-09-23net: dsa: add port fast ageingVivien Didelot
2016-09-23net: dsa: add port STP state helperVivien Didelot
2016-09-23rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells
2016-09-23rxrpc: Make sure sendmsg() is woken on call completionDavid Howells
2016-09-23rxrpc: Don't send an ACK at the end of service call response transmissionDavid Howells
2016-09-23rxrpc: Preset timestamp on Tx sk_buffsDavid Howells
2016-09-23net_sched: sch_fq: account for schedule/timers driftsEric Dumazet
2016-09-23sctp: fix the handling of SACK Gap Ack blocksMarcelo Ricardo Leitner
2016-09-23net_sched: check NULL on error path in route4_change()WANG Cong
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-09-22Merge tag 'rxrpc-rewrite-20160922-v2' of git://git.kernel.org/pub/scm/linux/k...David S. Miller
2016-09-22rxrpc: Reduce the number of PING ACKs sentDavid Howells
2016-09-22rxrpc: Reduce the number of ACK-Requests sentDavid Howells
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng
2016-09-22tcp: fix under-accounting retransmit SNMP countersYuchung Cheng
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells
2016-09-22rxrpc: Expedite ping response transmissionDavid Howells
2016-09-22rxrpc: Send pings to get RTT dataDavid Howells
2016-09-22sctp: make use of SCTP_TRUNC4 macroMarcelo Ricardo Leitner
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner
2016-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-09-22tcp: implement TSQ for retransmitsEric Dumazet
2016-09-22net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet
2016-09-22net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani