index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Store control socket cookie and comm information
Marcel Holtmann
2016-09-19
2
-1
/
+31
*
Bluetooth: Check SOL_HCI for raw socket options
Marcel Holtmann
2016-09-19
1
-0
/
+6
*
Bluetooth: bcm203x: don't print error when allocating urb fails
Wolfram Sang
2016-09-19
1
-3
/
+1
*
Bluetooth: btusb: Add support for 0cf3:e009
Kai-Heng Feng
2016-09-19
1
-0
/
+1
*
Bluetooth: add printf format attribute to hci_set_[fh]w_info()
Nicolas Iooss
2016-09-19
1
-2
/
+2
*
Bluetooth: btusb, hci_intel: Fix wait_on_bit_timeout() return value checks
Bart Van Assche
2016-09-19
2
-6
/
+5
*
Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driver
Bjorn Andersson
2016-09-19
3
-0
/
+195
*
Bluetooth: Add HCI device identifier for Qualcomm SMD
Bjorn Andersson
2016-09-19
1
-0
/
+1
*
mac802154: use rate limited warnings for malformed frames
Aristeu Rozanski
2016-09-19
1
-2
/
+2
*
mac802154: don't warn on unsupported frames
Aristeu Rozanski
2016-09-19
1
-0
/
+5
*
6lowpan: ndisc: no overreact if no short address is available
Alexander Aring
2016-09-19
1
-2
/
+0
*
mac802154: set phy net namespace for new ifaces
Alexander Aring
2016-09-19
1
-0
/
+1
*
Bluetooth: Add combined LED trigger for controller power
Marcel Holtmann
2016-09-19
3
-0
/
+42
*
Bluetooth: Put led_trigger field behind CONFIG_BT_LEDS
Marcel Holtmann
2016-09-19
1
-0
/
+2
*
Merge tag 'rxrpc-rewrite-20160917-2' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
2016-09-19
19
-150
/
+740
|
\
|
*
rxrpc: Add config to inject packet loss
David Howells
2016-09-17
3
-0
/
+24
|
*
rxrpc: Improve skb tracing
David Howells
2016-09-17
14
-63
/
+131
|
*
rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit var
David Howells
2016-09-17
1
-8
/
+0
|
*
rxrpc: Add a tracepoint to follow what recvmsg does
David Howells
2016-09-17
4
-8
/
+91
|
*
rxrpc: Add a tracepoint to follow packets in the Rx buffer
David Howells
2016-09-17
6
-1
/
+73
|
*
rxrpc: Add a tracepoint to log ACK transmission
David Howells
2016-09-17
3
-1
/
+39
|
*
rxrpc: Add a tracepoint to log received ACK packets
David Howells
2016-09-17
2
-0
/
+28
|
*
rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer
David Howells
2016-09-17
5
-1
/
+57
|
*
rxrpc: Add connection tracepoint and client conn state tracepoint
David Howells
2016-09-17
9
-59
/
+274
|
*
rxrpc: Add some additional call tracing
David Howells
2016-09-17
2
-4
/
+17
|
*
rxrpc: Print the packet type name in the Rx packet trace
David Howells
2016-09-17
2
-5
/
+6
*
|
Merge tag 'rxrpc-rewrite-20160917-1' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
2016-09-19
8
-70
/
+89
|
\
|
|
*
rxrpc: Fix the basic transmit DATA packet content size at 1412 bytes
David Howells
2016-09-17
1
-1
/
+1
|
*
rxrpc: Be consistent about switch value in rxrpc_send_call_packet()
David Howells
2016-09-17
1
-1
/
+1
|
*
rxrpc: Don't transmit an ACK if there's no reason set
David Howells
2016-09-17
1
-0
/
+5
|
*
rxrpc: Fix retransmission algorithm
David Howells
2016-09-17
1
-8
/
+4
|
*
rxrpc: Fix the parsing of soft-ACKs
David Howells
2016-09-17
1
-1
/
+1
|
*
rxrpc: Fix unexposed client conn release
David Howells
2016-09-17
1
-1
/
+0
|
*
rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()
David Howells
2016-09-17
1
-24
/
+12
|
*
rxrpc: Fix the putting of client connections
David Howells
2016-09-17
1
-15
/
+13
|
*
rxrpc: Purge the to_be_accepted queue on socket release
David Howells
2016-09-17
1
-0
/
+10
|
*
rxrpc: Record calls that need to be accepted
David Howells
2016-09-17
1
-0
/
+2
|
*
rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()
David Howells
2016-09-17
2
-17
/
+36
|
*
rxrpc: Check the return value of rxrpc_locate_data()
David Howells
2016-09-17
1
-1
/
+4
|
*
rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to caller
David Howells
2016-09-17
1
-5
/
+4
|
*
rxrpc: Remove some whitespace.
David Howells
2016-09-17
1
-1
/
+1
*
|
Merge branch 'net-sched-singly-linked-list'
David S. Miller
2016-09-19
7
-42
/
+114
|
\
\
|
*
|
sched: add and use qdisc_skb_head helpers
Florian Westphal
2016-09-19
4
-28
/
+94
|
*
|
sched: replace __skb_dequeue with __qdisc_dequeue_head
Florian Westphal
2016-09-19
3
-4
/
+4
|
*
|
sched: remove qdisc arg from __qdisc_dequeue_head
Florian Westphal
2016-09-19
2
-8
/
+14
|
*
|
sched: don't use skb queue helpers
Florian Westphal
2016-09-19
3
-5
/
+5
|
*
|
pie: use qdisc_dequeue_head wrapper
Florian Westphal
2016-09-19
1
-1
/
+1
|
/
/
*
|
cxgb4: Fix return value check in cfg_queues_uld()
Wei Yongjun
2016-09-19
1
-1
/
+1
*
|
Merge branch 'mediatek-hw-lro'
David S. Miller
2016-09-19
3
-26
/
+503
|
\
\
|
*
|
net: ethernet: mediatek: add the dts property to set if the HW supports LRO
Nelson Chang
2016-09-19
1
-1
/
+2
[next]