summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rxrpc-rewrite-20160922-v2' of git://git.kernel.org/pub/scm/linux/k...David S. Miller2016-09-2211-130/+324
|\
| * rxrpc: Reduce the number of PING ACKs sentDavid Howells2016-09-222-3/+6
| * rxrpc: Reduce the number of ACK-Requests sentDavid Howells2016-09-224-4/+13
| * rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-227-20/+57
| * rxrpc: Expedite ping response transmissionDavid Howells2016-09-221-0/+4
| * rxrpc: Send pings to get RTT dataDavid Howells2016-09-224-8/+80
| * rxrpc: Add per-peer RTT trackerDavid Howells2016-09-223-4/+70
| * rxrpc: Add re-sent Tx annotationDavid Howells2016-09-223-12/+32
| * rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells2016-09-226-88/+71
* | sctp: make use of SCTP_TRUNC4 macroMarcelo Ricardo Leitner2016-09-221-3/+4
* | sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-2210-37/+37
* | tcp: implement TSQ for retransmitsEric Dumazet2016-09-221-25/+47
* | net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani2016-09-221-4/+2
* | net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani2016-09-221-6/+4
* | net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan actionShmulik Ladkani2016-09-221-1/+28
* | net: skbuff: Export __skb_vlan_popShmulik Ladkani2016-09-221-2/+5
* | net: act_mirred: allow statistic updates from offloaded actionsJakub Kicinski2016-09-221-0/+8
* | net: cls_bpf: allow offloaded filters to update statsJakub Kicinski2016-09-221-0/+11
* | net: cls_bpf: add support for marking filters as hardware-onlyJakub Kicinski2016-09-221-9/+25
* | net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski2016-09-221-2/+20
* | net: cls_bpf: add hardware offloadJakub Kicinski2016-09-221-0/+70
|/
* tcp_bbr: add BBR congestion controlNeal Cardwell2016-09-213-0/+915
* tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng2016-09-212-4/+15
* tcp: allow congestion control to expand send buffer differentlyYuchung Cheng2016-09-211-1/+3
* tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell2016-09-211-0/+1
* tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell2016-09-211-3/+6
* tcp: allow congestion control module to request TSO skb segment countNeal Cardwell2016-09-211-2/+13
* tcp: export data delivery rateYuchung Cheng2016-09-212-2/+21
* tcp: track application-limited rate samplesSoheil Hassas Yeganeh2016-09-213-1/+39
* tcp: track data delivery rate for a TCP connectionYuchung Cheng2016-09-214-15/+186
* tcp: count packets marked lost for a TCP connectionNeal Cardwell2016-09-211-1/+24
* tcp: switch back to proper tcp_skb_cb size check in tcp_init()Eric Dumazet2016-09-211-2/+3
* net_sched: sch_fq: add low_rate_threshold parameterEric Dumazet2016-09-211-3/+19
* tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell2016-09-213-61/+7
* tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflictSoheil Hassas Yeganeh2016-09-211-6/+6
* net sched actions: fix GETing actionsJamal Hadi Salim2016-09-211-0/+20
* bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-211-17/+117
* openvswitch: avoid resetting flow key while installing new flow.pravin shelar2016-09-214-9/+10
* openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar2016-09-211-6/+9
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-09-2113-110/+825
|\
| * Bluetooth: Set appearance only for LE capable controllersMichał Narajowski2016-09-191-0/+4
| * Bluetooth: Fix missing ext info event when setting appearanceMichał Narajowski2016-09-191-0/+2
| * Bluetooth: Add supported data types to ext info changed eventMichał Narajowski2016-09-191-4/+10
| * Bluetooth: Add appearance to Read Ext Controller Info commandSzymon Janc2016-09-191-0/+14
| * Bluetooth: Factor appending EIR to separate helperMichał Narajowski2016-09-191-13/+22
| * Bluetooth: Refactor read_ext_controller_info handlerSzymon Janc2016-09-191-20/+16
| * Bluetooth: Increment management interface revisionSzymon Janc2016-09-191-1/+1
| * Bluetooth: Fix advertising instance validity check for flagsSzymon Janc2016-09-191-1/+2
| * Bluetooth: Unify advertising instance flags checkSzymon Janc2016-09-191-37/+48
| * Bluetooth: Remove unused parameter from tlv_data_is_valid functionSzymon Janc2016-09-191-4/+3