summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-23net: ieee802154: fix net_device reference release too earlyLin Zhang1-4/+4
2017-05-23net: ieee802154: remove explicit set skb->skLin Zhang1-2/+0
2017-05-23Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.5 controllersJürg Billeter1-0/+2
2017-05-23Bluetooth: btwilink: Fix unexpected skb freeLoic Poulain1-1/+0
2017-05-23Bluetooth: hci_ll: Fix download_firmware() return when __hci_cmd_sync failsGuodong Xu1-0/+1
2017-05-22ieee802154: ca8210: Delete an error message for a failed memory allocation in...Markus Elfring1-3/+2
2017-05-22ieee802154: ca8210: Delete an error message for a failed memory allocation in...Markus Elfring1-4/+0
2017-05-22Bluetooth: Delete error messages for failed memory allocations in two functionsMarkus Elfring1-8/+3
2017-05-19MAINTAINERS: update my mail addressAlexander Aring1-2/+2
2017-05-18Bluetooth: hci_nokia: select BT_HCIUART_H4Tobias Regnery1-0/+1
2017-05-18Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto racesDean Jenkins2-5/+36
2017-05-18Bluetooth: Skip vendor diagnostic configuration for HCI User ChannelMarcel Holtmann1-5/+6
2017-05-18Bluetooth: hci_uart: fix kconfig dependencyTobias Regnery1-1/+1
2017-05-18Bluetooth: Set LE Default PHY preferencesMarcel Holtmann2-0/+19
2017-05-18Bluetooth: Enable LE PHY Update Complete eventMarcel Holtmann1-0/+6
2017-05-18Bluetooth: Enable LE Channel Selection Algorithm eventMarcel Holtmann2-0/+9
2017-05-18Bluetooth: Set LE Suggested Default Data Length to maximumMarcel Holtmann1-0/+9
2017-05-18Bluetooth: Add support for Intel Bluetooth device 9460/9560 [8087:0aaa]Tedd Ho-Jeong An1-0/+4
2017-05-17Merge branch 'phy-marvell-cleanups'David S. Miller1-284/+352
2017-05-17net: phy: marvell: checkpatch - Fix remaining long linesAndrew Lunn1-4/+8
2017-05-17net: phy: marvell: Add helpers to get/set pageAndrew Lunn1-56/+59
2017-05-17net: phy: marvell: Refactor some bigger functionsAndrew Lunn1-213/+271
2017-05-17net: phy: marvell: Checkpatch - assignments and comparisonsAndrew Lunn1-3/+5
2017-05-17net: phy: marvell: Checkpatch - Missing or extra blank linesAndrew Lunn1-3/+2
2017-05-17net: phy: Marvell: checkpatch - CommentsAndrew Lunn1-13/+15
2017-05-17Merge branch 'tcp-TCP-TS-option-use-1-ms-clock'David S. Miller24-274/+259
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet17-199/+178
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet5-6/+6
2017-05-17tcp_lp: cache tcp_time_stampEric Dumazet1-3/+4
2017-05-17tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet1-3/+3
2017-05-17tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet1-2/+2
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet2-2/+2
2017-05-17tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet2-4/+4
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet5-8/+8
2017-05-17tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2-9/+9
2017-05-17tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet1-6/+6
2017-05-17tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet3-12/+12
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet6-9/+9
2017-05-17dccp: do not use tcp_time_stampEric Dumazet2-5/+5
2017-05-17tcp: introduce tcp_jiffies32Eric Dumazet1-5/+8
2017-05-17tcp: use tp->tcp_mstamp in output pathEric Dumazet4-12/+14
2017-05-17sch_dsmark: Fix uninitialized variable warning.David S. Miller1-1/+1
2017-05-17Merge branch 'net-sched-multichain-filters'David S. Miller23-260/+625
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko5-3/+54
2017-05-17net: sched: push tp down to action initJiri Pirko3-17/+19
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko4-18/+98
2017-05-17net: sched: push chain dump to a separate functionJiri Pirko1-43/+52
2017-05-17net: sched: introduce helpers to work with filter chainsJiri Pirko2-42/+113
2017-05-17net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko1-2/+2
2017-05-17net: sched: replace nprio by a bool to make the function more readableJiri Pirko1-6/+7