summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Store control socket cookie and comm informationMarcel Holtmann2016-09-192-1/+31
* Bluetooth: Check SOL_HCI for raw socket optionsMarcel Holtmann2016-09-191-0/+6
* Bluetooth: bcm203x: don't print error when allocating urb failsWolfram Sang2016-09-191-3/+1
* Bluetooth: btusb: Add support for 0cf3:e009Kai-Heng Feng2016-09-191-0/+1
* Bluetooth: add printf format attribute to hci_set_[fh]w_info()Nicolas Iooss2016-09-191-2/+2
* Bluetooth: btusb, hci_intel: Fix wait_on_bit_timeout() return value checksBart Van Assche2016-09-192-6/+5
* Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driverBjorn Andersson2016-09-193-0/+195
* Bluetooth: Add HCI device identifier for Qualcomm SMDBjorn Andersson2016-09-191-0/+1
* 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
* mac802154: set phy net namespace for new ifacesAlexander Aring2016-09-191-0/+1
* Bluetooth: Add combined LED trigger for controller powerMarcel Holtmann2016-09-193-0/+42
* Bluetooth: Put led_trigger field behind CONFIG_BT_LEDSMarcel Holtmann2016-09-191-0/+2
* Merge tag 'rxrpc-rewrite-20160917-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-09-1919-150/+740
|\
| * rxrpc: Add config to inject packet lossDavid Howells2016-09-173-0/+24
| * rxrpc: Improve skb tracingDavid Howells2016-09-1714-63/+131
| * rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells2016-09-171-8/+0
| * rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells2016-09-174-8/+91
| * rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-176-1/+73
| * rxrpc: Add a tracepoint to log ACK transmissionDavid Howells2016-09-173-1/+39
| * rxrpc: Add a tracepoint to log received ACK packetsDavid Howells2016-09-172-0/+28
| * rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells2016-09-175-1/+57
| * rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-179-59/+274
| * rxrpc: Add some additional call tracingDavid Howells2016-09-172-4/+17
| * rxrpc: Print the packet type name in the Rx packet traceDavid Howells2016-09-172-5/+6
* | Merge tag 'rxrpc-rewrite-20160917-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-09-198-70/+89
|\|
| * rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells2016-09-171-1/+1
| * rxrpc: Be consistent about switch value in rxrpc_send_call_packet()David Howells2016-09-171-1/+1
| * rxrpc: Don't transmit an ACK if there's no reason setDavid Howells2016-09-171-0/+5
| * rxrpc: Fix retransmission algorithmDavid Howells2016-09-171-8/+4
| * rxrpc: Fix the parsing of soft-ACKsDavid Howells2016-09-171-1/+1
| * rxrpc: Fix unexposed client conn releaseDavid Howells2016-09-171-1/+0
| * rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells2016-09-171-24/+12
| * rxrpc: Fix the putting of client connectionsDavid Howells2016-09-171-15/+13
| * rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells2016-09-171-0/+10
| * rxrpc: Record calls that need to be acceptedDavid Howells2016-09-171-0/+2
| * rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells2016-09-172-17/+36
| * rxrpc: Check the return value of rxrpc_locate_data()David Howells2016-09-171-1/+4
| * rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to callerDavid Howells2016-09-171-5/+4
| * rxrpc: Remove some whitespace.David Howells2016-09-171-1/+1
* | Merge branch 'net-sched-singly-linked-list'David S. Miller2016-09-197-42/+114
|\ \
| * | sched: add and use qdisc_skb_head helpersFlorian Westphal2016-09-194-28/+94
| * | sched: replace __skb_dequeue with __qdisc_dequeue_headFlorian Westphal2016-09-193-4/+4
| * | sched: remove qdisc arg from __qdisc_dequeue_headFlorian Westphal2016-09-192-8/+14
| * | sched: don't use skb queue helpersFlorian Westphal2016-09-193-5/+5
| * | pie: use qdisc_dequeue_head wrapperFlorian Westphal2016-09-191-1/+1
|/ /
* | cxgb4: Fix return value check in cfg_queues_uld()Wei Yongjun2016-09-191-1/+1
* | Merge branch 'mediatek-hw-lro'David S. Miller2016-09-193-26/+503
|\ \
| * | net: ethernet: mediatek: add the dts property to set if the HW supports LRONelson Chang2016-09-191-1/+2