index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Enable erroneous data reporting if WBS is supported
Alain Michaud
2020-03-08
3
-2
/
+125
*
Bluetooth: Make use of skb_pull to parse L2CAP signaling PDUs
Luiz Augusto von Dentz
2020-03-08
1
-16
/
+13
*
Bluetooth: Fix calculation of SCO handle for packet processing
Marcel Holtmann
2020-03-07
1
-2
/
+5
*
Bluetooth: guard against controllers sending zero'd events
Alain Michaud
2020-03-04
1
-0
/
+6
*
Bluetooth: Support querying for WBS support through MGMT
Alain Michaud
2020-02-28
1
-0
/
+4
*
Bluetooth: During le_conn_timeout disable EXT_ADV
Sathish Narsimman
2020-02-28
1
-3
/
+19
*
Bluetooth: Remove adv set for directed advertising
Sathish Narsimman
2020-02-28
1
-0
/
+10
*
Bluetooth: Use list_for_each_entry_rcu() to traverse RCU list in RCU read-sid...
Madhuparna Bhowmik
2020-02-28
1
-1
/
+1
*
Bluetooth: Fix Suspicious RCU usage warnings
Madhuparna Bhowmik
2020-02-28
1
-4
/
+4
*
Bluetooth: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-28
2
-8
/
+8
*
Bluetooth: fix passkey uninitialized when used
Howard Chung
2020-02-19
1
-9
/
+11
*
Bluetooth: RFCOMM: Use MTU auto tune logic
Luiz Augusto von Dentz
2020-02-19
1
-6
/
+4
*
Bluetooth: Fix crash when using new BT_PHY option
Luiz Augusto von Dentz
2020-02-18
2
-2
/
+2
*
Bluetooth: Disable Extended Adv if enabled
Sathish Narsimman
2020-02-18
1
-5
/
+2
*
Bluetooth: Add BT_PHY socket option
Luiz Augusto von Dentz
2020-02-14
3
-0
/
+133
*
Bluetooth: secure bluetooth stack from bluedump attack
Howard Chung
2020-02-14
2
-0
/
+29
*
Bluetooth: remove __get_channel/dir and __dir
Alex Shi
2020-02-05
1
-3
/
+0
*
Bluetooth: prefetch channel before killing sock
Hillf Danton
2020-02-05
1
-4
/
+6
*
Bluetooth: optimize barrier usage for Rmw atomics
Davidlohr Bueso
2020-01-29
1
-1
/
+1
*
Bluetooth: Fix refcount use-after-free issue
Manish Mandlik
2020-01-29
2
-14
/
+28
*
Bluetooth: SMP: Fix SALT value in some comments
Christophe JAILLET
2020-01-28
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-01-27
1
-2
/
+9
|
\
|
*
flow_dissector: Fix to use new variables for port ranges in bpf hook
Yoshiki Komachi
2020-01-27
1
-2
/
+9
*
|
Revert "pktgen: Allow configuration of IPv6 source address range"
David S. Miller
2020-01-27
1
-98
/
+0
*
|
net/core: Replace driver version to be kernel version
Leon Romanovsky
2020-01-27
1
-0
/
+2
*
|
ethtool: add WOL_NTF notification
Michal Kubecek
2020-01-27
3
-1
/
+6
*
|
ethtool: set wake-on-lan settings with WOL_SET request
Michal Kubecek
2020-01-27
3
-0
/
+82
*
|
ethtool: provide WoL settings with WOL_GET request
Michal Kubecek
2020-01-27
7
-1
/
+128
*
|
ethtool: add DEBUG_NTF notification
Michal Kubecek
2020-01-27
3
-0
/
+5
*
|
ethtool: set message mask with DEBUG_SET request
Michal Kubecek
2020-01-27
3
-0
/
+59
*
|
ethtool: provide message mask with DEBUG_GET request
Michal Kubecek
2020-01-27
7
-1
/
+115
*
|
ethtool: fix kernel-doc descriptions
Michal Kubecek
2020-01-27
2
-12
/
+15
*
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2020-01-27
8
-131
/
+379
|
\
\
|
*
|
Bluetooth: Fix race condition in hci_release_sock()
Dan Carpenter
2020-01-26
1
-0
/
+3
|
*
|
Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_le
Marcel Holtmann
2020-01-25
2
-93
/
+61
|
*
|
Bluetooth: Add missing checks for HCI_ISODATA_PKT packet type
Marcel Holtmann
2020-01-25
2
-5
/
+11
|
*
|
Bluetooth: fix appearance typo in mgmt.c
Alain Michaud
2020-01-22
1
-4
/
+4
|
*
|
Bluetooth: adding missing const decoration to mgmt_status_table
Alain Michaud
2020-01-22
1
-1
/
+1
|
*
|
Bluetooth: Increment management interface revision
Marcel Holtmann
2020-01-16
1
-1
/
+1
|
*
|
Bluetooth: Make use of __check_timeout on hci_sched_le
Luiz Augusto von Dentz
2020-01-15
1
-8
/
+3
|
*
|
Bluetooth: monitor: Add support for ISO packets
Luiz Augusto von Dentz
2020-01-15
1
-0
/
+6
|
*
|
Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.
Alain Michaud
2020-01-15
4
-8
/
+188
|
*
|
Bluetooth: remove redundant assignment to variable icid
Colin Ian King
2020-01-08
1
-1
/
+0
|
*
|
Bluetooth: Auto tune if input MTU is set to 0
Luiz Augusto von Dentz
2020-01-04
1
-2
/
+52
|
*
|
Bluetooth: Add support for LE PHY Update Complete event
Luiz Augusto von Dentz
2020-01-04
1
-0
/
+27
|
*
|
Bluetooth: Remove usage of BT_ERR_RATELIMITED macro
Marcel Holtmann
2020-01-04
1
-8
/
+6
|
*
|
Bluetooth: Adding a bt_dev_warn_ratelimited macro.
Alain Michaud
2020-01-04
1
-0
/
+16
*
|
|
net: dsa: Fix use-after-free in probing of DSA switch tree
Vladimir Oltean
2020-01-27
1
-11
/
+25
*
|
|
net: remove eth_change_mtu
Heiner Kallweit
2020-01-27
1
-16
/
+0
*
|
|
net: introduce dev_net notifier register/unregister variants
Jiri Pirko
2020-01-27
1
-0
/
+46
[next]