aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-21tcp_bbr: add BBR congestion controlNeal Cardwell3-0/+915
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng2-4/+15
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng1-1/+3
2016-09-21tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell1-0/+1
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell1-3/+6
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell1-2/+13
2016-09-21tcp: export data delivery rateYuchung Cheng2-2/+21
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh3-1/+39
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng4-15/+186
2016-09-21tcp: count packets marked lost for a TCP connectionNeal Cardwell1-1/+24
2016-09-21tcp: switch back to proper tcp_skb_cb size check in tcp_init()Eric Dumazet1-2/+3
2016-09-21net_sched: sch_fq: add low_rate_threshold parameterEric Dumazet1-3/+19
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell3-61/+7
2016-09-21tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflictSoheil Hassas Yeganeh1-6/+6
2016-09-20net sched actions: fix GETing actionsJamal Hadi Salim1-0/+20
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann1-17/+117
2016-09-20openvswitch: avoid resetting flow key while installing new flow.pravin shelar4-9/+10
2016-09-20openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar1-6/+9
2016-09-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller13-110/+825
2016-09-20net-next: dsa: make the set_addr() operation optionalJohn Crispin2-6/+10
2016-09-20net-next: dsa: fix duplicate invocation of set_addr()John Crispin1-4/+0
2016-09-20mac80211: Use rhltable instead of rhashtableHerbert Xu5-54/+33
2016-09-19net sched: stylistic cleanupsJamal Hadi Salim14-104/+114
2016-09-19net sched actions police: peg drop stats for conforming trafficRoman Mashak1-0/+2
2016-09-19net sched ife action: Introduce skb tcindex metadata encap decapJamal Hadi Salim3-0/+85
2016-09-19net sched ife action: add 16 bit helpersJamal Hadi Salim1-0/+26
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert6-26/+69
2016-09-19Bluetooth: Set appearance only for LE capable controllersMichał Narajowski1-0/+4
2016-09-19Bluetooth: Fix missing ext info event when setting appearanceMichał Narajowski1-0/+2
2016-09-19Bluetooth: Add supported data types to ext info changed eventMichał Narajowski1-4/+10
2016-09-19Bluetooth: Add appearance to Read Ext Controller Info commandSzymon Janc1-0/+14
2016-09-19Bluetooth: Factor appending EIR to separate helperMichał Narajowski1-13/+22
2016-09-19Bluetooth: Refactor read_ext_controller_info handlerSzymon Janc1-20/+16
2016-09-19Bluetooth: Increment management interface revisionSzymon Janc1-1/+1
2016-09-19Bluetooth: Fix advertising instance validity check for flagsSzymon Janc1-1/+2
2016-09-19Bluetooth: Unify advertising instance flags checkSzymon Janc1-37/+48
2016-09-19Bluetooth: Remove unused parameter from tlv_data_is_valid functionSzymon Janc1-4/+3
2016-09-19Bluetooth: Add support for appearance in scan rspMichał Narajowski2-0/+45
2016-09-19Bluetooth: Add support for local name in scan rspMichał Narajowski2-10/+64
2016-09-19Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flagSzymon Janc1-1/+4
2016-09-19Bluetooth: Use kzalloc instead of kmalloc/memsetWei Yongjun1-3/+1
2016-09-19Bluetooth: Fix reason code used for rejecting SCO connectionsFrédéric Dalleau1-1/+1
2016-09-19Bluetooth: Fix wrong New Settings event when closing HCI User ChannelMarcel Holtmann1-0/+1
2016-09-19Bluetooth: Send control open and close messages for HCI user channelsMarcel Holtmann1-0/+35
2016-09-19Bluetooth: Append local name and CoD to Extended Controller InfoMichał Narajowski1-21/+42
2016-09-19Bluetooth: Add framework for Extended Controller InformationMarcel Holtmann1-2/+60
2016-09-19Bluetooth: Handle HCI raw socket transition from unbound to boundMarcel Holtmann1-17/+36
2016-09-19Bluetooth: Send control open and close messages for HCI raw socketsMarcel Holtmann1-0/+48
2016-09-19Bluetooth: Add extra channel checks for control open/close messagesMarcel Holtmann1-5/+19
2016-09-19Bluetooth: Assign the channel early when binding HCI socketsMarcel Holtmann1-5/+11