summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani2016-09-221-4/+2Star
* net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani2016-09-221-6/+4Star
* 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/+7Star
* 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/+16Star
| * 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/+3Star
| * Bluetooth: Add support for appearance in scan rspMichał Narajowski2016-09-192-0/+45
| * Bluetooth: Add support for local name in scan rspMichał Narajowski2016-09-192-10/+64
| * Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flagSzymon Janc2016-09-191-1/+4
| * Bluetooth: Use kzalloc instead of kmalloc/memsetWei Yongjun2016-09-191-3/+1Star
| * Bluetooth: Fix reason code used for rejecting SCO connectionsFrédéric Dalleau2016-09-191-1/+1
| * Bluetooth: Fix wrong New Settings event when closing HCI User ChannelMarcel Holtmann2016-09-191-0/+1
| * Bluetooth: Send control open and close messages for HCI user channelsMarcel Holtmann2016-09-191-0/+35
| * Bluetooth: Append local name and CoD to Extended Controller InfoMichał Narajowski2016-09-191-21/+42
| * Bluetooth: Add framework for Extended Controller InformationMarcel Holtmann2016-09-191-2/+60
| * Bluetooth: Handle HCI raw socket transition from unbound to boundMarcel Holtmann2016-09-191-17/+36
| * Bluetooth: Send control open and close messages for HCI raw socketsMarcel Holtmann2016-09-191-0/+48
| * Bluetooth: Add extra channel checks for control open/close messagesMarcel Holtmann2016-09-191-5/+19