summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
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
2016-09-22net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani
2016-09-22net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan actionShmulik Ladkani
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani
2016-09-22rxrpc: Add per-peer RTT trackerDavid Howells
2016-09-22rxrpc: Add re-sent Tx annotationDavid Howells
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells
2016-09-21net: act_mirred: allow statistic updates from offloaded actionsJakub Kicinski
2016-09-21net: cls_bpf: allow offloaded filters to update statsJakub Kicinski
2016-09-21net: cls_bpf: add support for marking filters as hardware-onlyJakub Kicinski
2016-09-21net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski
2016-09-21net: cls_bpf: add hardware offloadJakub Kicinski
2016-09-21vti6: fix input pathNicolas Dichtel
2016-09-21ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov
2016-09-21tcp_bbr: add BBR congestion controlNeal Cardwell
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng
2016-09-21tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell
2016-09-21tcp: export data delivery rateYuchung Cheng
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng
2016-09-21tcp: count packets marked lost for a TCP connectionNeal Cardwell
2016-09-21tcp: switch back to proper tcp_skb_cb size check in tcp_init()Eric Dumazet
2016-09-21net_sched: sch_fq: add low_rate_threshold parameterEric Dumazet
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell
2016-09-21tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflictSoheil Hassas Yeganeh
2016-09-20net sched actions: fix GETing actionsJamal Hadi Salim
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann
2016-09-20openvswitch: avoid resetting flow key while installing new flow.pravin shelar