summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-201-0/+20
* bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-201-17/+117
* openvswitch: avoid resetting flow key while installing new flow.pravin shelar2016-09-204-9/+10
* openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar2016-09-201-6/+9
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-09-2013-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
| * 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/+1
| * 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
| * Bluetooth: Assign the channel early when binding HCI socketsMarcel Holtmann2016-09-191-5/+11
| * Bluetooth: Send control open and close only when cookie is presentMarcel Holtmann2016-09-191-2/+16
| * Bluetooth: Use numbers for subsystem version stringMarcel Holtmann2016-09-192-5/+9
| * Bluetooth: Introduce helper functions for socket cookie handlingMarcel Holtmann2016-09-191-12/+29
| * Bluetooth: Use command status event for Set IO Capability errorsMarcel Holtmann2016-09-191-2/+2
| * Bluetooth: Fix wrong Get Clock Information return parametersMarcel Holtmann2016-09-191-1/+1
| * Bluetooth: Use individual flags for certain management eventsMarcel Holtmann2016-09-192-20/+17
| * Bluetooth: mgmt: Fix sending redundant event for Advertising InstanceJohan Hedberg2016-09-193-10/+12
| * Bluetooth: Add support for sending MGMT commands and events to monitorMarcel Holtmann2016-09-192-3/+157
| * Bluetooth: Add support for sending MGMT open and close to monitorMarcel Holtmann2016-09-191-0/+95
| * Bluetooth: Introduce helper to pack mgmt version informationMarcel Holtmann2016-09-191-2/+9
| * Bluetooth: Store control socket cookie and comm informationMarcel Holtmann2016-09-191-1/+30
| * Bluetooth: Check SOL_HCI for raw socket optionsMarcel Holtmann2016-09-191-0/+6
| * mac802154: use rate limited warnings for malformed framesAristeu Rozanski2016-09-191-2/+2
| * mac802154: don't warn on unsupported framesAristeu Rozanski2016-09-191-0/+5
| * 6lowpan: ndisc: no overreact if no short address is availableAlexander Aring2016-09-191-2/+0