summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.5 controllersJürg Billeter2017-05-231-0/+2
* Bluetooth: btwilink: Fix unexpected skb freeLoic Poulain2017-05-231-1/+0
* Bluetooth: hci_ll: Fix download_firmware() return when __hci_cmd_sync failsGuodong Xu2017-05-231-0/+1
* ieee802154: ca8210: Delete an error message for a failed memory allocation in...Markus Elfring2017-05-221-3/+2
* ieee802154: ca8210: Delete an error message for a failed memory allocation in...Markus Elfring2017-05-221-4/+0
* Bluetooth: Delete error messages for failed memory allocations in two functionsMarkus Elfring2017-05-221-8/+3
* MAINTAINERS: update my mail addressAlexander Aring2017-05-191-2/+2
* Bluetooth: hci_nokia: select BT_HCIUART_H4Tobias Regnery2017-05-181-0/+1
* Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto racesDean Jenkins2017-05-182-5/+36
* Bluetooth: Skip vendor diagnostic configuration for HCI User ChannelMarcel Holtmann2017-05-181-5/+6
* Bluetooth: hci_uart: fix kconfig dependencyTobias Regnery2017-05-181-1/+1
* Bluetooth: Set LE Default PHY preferencesMarcel Holtmann2017-05-182-0/+19
* Bluetooth: Enable LE PHY Update Complete eventMarcel Holtmann2017-05-181-0/+6
* Bluetooth: Enable LE Channel Selection Algorithm eventMarcel Holtmann2017-05-182-0/+9
* Bluetooth: Set LE Suggested Default Data Length to maximumMarcel Holtmann2017-05-181-0/+9
* Bluetooth: Add support for Intel Bluetooth device 9460/9560 [8087:0aaa]Tedd Ho-Jeong An2017-05-181-0/+4
* Merge branch 'phy-marvell-cleanups'David S. Miller2017-05-171-284/+352
|\
| * net: phy: marvell: checkpatch - Fix remaining long linesAndrew Lunn2017-05-171-4/+8
| * net: phy: marvell: Add helpers to get/set pageAndrew Lunn2017-05-171-56/+59
| * net: phy: marvell: Refactor some bigger functionsAndrew Lunn2017-05-171-213/+271
| * net: phy: marvell: Checkpatch - assignments and comparisonsAndrew Lunn2017-05-171-3/+5
| * net: phy: marvell: Checkpatch - Missing or extra blank linesAndrew Lunn2017-05-171-3/+2
| * net: phy: Marvell: checkpatch - CommentsAndrew Lunn2017-05-171-13/+15
|/
* Merge branch 'tcp-TCP-TS-option-use-1-ms-clock'David S. Miller2017-05-1724-274/+259
|\
| * tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-1717-199/+178
| * tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet2017-05-175-6/+6
| * tcp_lp: cache tcp_time_stampEric Dumazet2017-05-171-3/+4
| * tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-171-3/+3
| * tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet2017-05-171-2/+2
| * tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet2017-05-172-2/+2
| * tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet2017-05-172-4/+4
| * tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet2017-05-175-8/+8
| * tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-172-9/+9
| * tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-171-6/+6
| * tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet2017-05-173-12/+12
| * tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-176-9/+9
| * dccp: do not use tcp_time_stampEric Dumazet2017-05-172-5/+5
| * tcp: introduce tcp_jiffies32Eric Dumazet2017-05-171-5/+8
| * tcp: use tp->tcp_mstamp in output pathEric Dumazet2017-05-174-12/+14
|/
* sch_dsmark: Fix uninitialized variable warning.David S. Miller2017-05-171-1/+1
* Merge branch 'net-sched-multichain-filters'David S. Miller2017-05-1723-260/+625
|\
| * net: sched: add termination action to allow goto chainJiri Pirko2017-05-175-3/+54
| * net: sched: push tp down to action initJiri Pirko2017-05-173-17/+19
| * net: sched: introduce multichain support for filtersJiri Pirko2017-05-174-18/+98
| * net: sched: push chain dump to a separate functionJiri Pirko2017-05-171-43/+52
| * net: sched: introduce helpers to work with filter chainsJiri Pirko2017-05-172-42/+113
| * net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko2017-05-171-2/+2
| * net: sched: replace nprio by a bool to make the function more readableJiri Pirko2017-05-171-6/+7
| * net: sched: rename tcf_destroy_chain helperJiri Pirko2017-05-171-3/+3
| * net: sched: introduce tcf block infractructureJiri Pirko2017-05-1717-99/+243