linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-14 20:45:21 to 2020-07-23 06:11:31 UTC [more...]

get rid of the address_space override in setsockopt v2
 2020-07-23  6:09 UTC  (11+ messages)
` [PATCH 10/26] netfilter: remove the unused user argument to do_update_counters
` [PATCH 15/26] net/ipv4: merge ip_options_get and ip_options_get_from_user
` [PATCH 18/26] net/ipv6: split up ipv6_flowlabel_opt
` [PATCH 19/26] net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
` [PATCH 21/26] net/ipv6: switch do_ipv6_setsockopt "
` [PATCH 22/26] net/udp: switch udp_lib_setsockopt "
` [PATCH 23/26] net/tcp: switch ->md5_parse "
` [PATCH 24/26] net/tcp: switch do_tcp_setsockopt "
` [PATCH 25/26] net: pass a sockptr_t into ->setsockopt
` [PATCH 26/26] net: optimize the sockptr_t for unified kernel/user address spaces

BlueZ host
 2020-07-23  5:06 UTC 

[PATCH BlueZ] Add a presubmit configuration file for Chromium OS repo
 2020-07-22 20:34 UTC  (2+ messages)

[Bluez PATCH v3 1/2] audio/transport: change volume to 8bit
 2020-07-22 18:59 UTC  (3+ messages)
` [Bluez PATCH v3 2/2] audio/transport: supply volume on transport init

[PATCH BlueZ v3] mesh: Move model functionality out of node.c to model.c
 2020-07-22 18:14 UTC 

get rid of the address_space override in setsockopt
 2020-07-22 17:09 UTC  (50+ messages)
` [PATCH 01/24] bpfilter: reject kernel addresses
` [PATCH 02/24] bpfilter: fix up a sparse annotation
` [PATCH 03/24] net: add a new sockptr_t type
` [PATCH 04/24] net: switch copy_bpf_fprog_from_user to sockptr_t
` [PATCH 05/24] net: switch sock_setbindtodevice "
` [PATCH 06/24] net: switch sock_set_timeout "
` [PATCH 07/24] "
` [PATCH 08/24] net/xfrm: switch xfrm_user_policy "
` [PATCH 09/24] netfilter: remove the unused user argument to do_update_counters
` [PATCH 10/24] netfilter: switch xt_copy_counters to sockptr_t
` [PATCH 11/24] netfilter: switch nf_setsockopt "
` [PATCH 12/24] bpfilter: switch bpfilter_ip_set_sockopt "
` [PATCH 13/24] net/ipv4: switch ip_mroute_setsockopt "
` [PATCH 14/24] net/ipv4: merge ip_options_get and ip_options_get_from_user
` [PATCH 15/24] net/ipv4: switch do_ip_setsockopt to sockptr_t
` [PATCH 16/24] net/ipv6: switch ip6_mroute_setsockopt "
` [PATCH 17/24] net/ipv6: split up ipv6_flowlabel_opt
` [PATCH 18/24] net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
` [PATCH 19/24] net/ipv6: factor out a ipv6_set_opt_hdr helper
` [PATCH 20/24] net/ipv6: switch do_ipv6_setsockopt to sockptr_t
` [PATCH 21/24] net/udp: switch udp_lib_setsockopt "
` [PATCH 22/24] net/tcp: switch ->md5_parse "
` [PATCH 23/24] net/tcp: switch do_tcp_setsockopt "
` [PATCH 24/24] net: pass a sockptr_t into ->setsockopt
  ` [MPTCP] "

[Bluez PATCH v1 1/2] input: authenticate when connecting to a bonded device
 2020-07-22 16:20 UTC  (2+ messages)
` [Bluez PATCH v1 2/2] input: encrypt on receive conn req if classic_bonded_only

Networking - NetworkServer1
 2020-07-22  8:32 UTC  (3+ messages)

[Bluez PATCH v2 1/2] audio/transport: change volume to 8bit
 2020-07-22  3:24 UTC  (3+ messages)
` [Bluez PATCH v2 2/2] audio/transport: supply volume on transport init
` [Bluez,v2,1/2] audio/transport: change volume to 8bit

[Bluez PATCH v2] doc: Add Suspend and Resume events
 2020-07-22  3:18 UTC  (2+ messages)

[PATCH BlueZ] mesh: Fix memory leak on provisioning timeout
 2020-07-21 19:47 UTC 

[PATCH RFC] bluetooth: add support for some old headsets
 2020-07-21 18:56 UTC  (6+ messages)

[PATCH BlueZ] tools/mesh-cfgclient: Fix segfault on remote node reset
 2020-07-21 16:01 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: hci_h5: Set HCI_UART_RESET_ON_INIT to correct flags
 2020-07-21  2:37 UTC  (2+ messages)
` [PATCH 2/2] Bluetooth: hci_serdev: Only unregister device if it was registered

[Bug 60824] [PATCH][regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable
 2020-07-20 21:13 UTC  (4+ messages)

[PATCH BlueZ v2] mesh: Move model functionality out of node.c to model.c
 2020-07-20 20:46 UTC 

[PATCH BlueZ] audio/avrcp: Always update transport volume regardless of player
 2020-07-20 20:00 UTC  (4+ messages)

sockopt cleanups
 2020-07-20  1:16 UTC  (27+ messages)
` [PATCH 01/22] net/atm: remove the atmdev_ops {get,set}sockopt methods
` [PATCH 02/22] net: streamline __sys_setsockopt
` [PATCH 03/22] net: streamline __sys_getsockopt
` [PATCH 04/22] net: simplify cBPF setsockopt compat handling
` [PATCH 05/22] net: remove compat_sock_common_{get,set}sockopt
  ` [MPTCP] "
` [PATCH 06/22] net: remove compat_sys_{get,set}sockopt
` [PATCH 07/22] netfilter/arp_tables: clean up compat {get,set}sockopt handling
` [PATCH 08/22] netfilter/ip_tables: "
` [PATCH 09/22] netfilter/ip6_tables: "
` [PATCH 10/22] netfilter/ebtables: "
` [PATCH 11/22] netfilter: remove the compat_{get,set} methods
` [PATCH 12/22] netfilter: remove the compat argument to xt_copy_counters_from_user
` [PATCH 13/22] netfilter: split nf_sockopt
` [PATCH 14/22] net/ipv4: factor out MCAST_MSFILTER getsockopt helpers
` [PATCH 15/22] net/ipv4: factor out MCAST_MSFILTER setsockopt helpers
` [PATCH 16/22] net/ipv4: factor out mcast join/leave "
` [PATCH 17/22] net/ipv4: remove compat_ip_{get,set}sockopt
` [PATCH 18/22] net/ipv6: factor out MCAST_MSFILTER getsockopt helpers
` [PATCH 19/22] net/ipv6: factor out MCAST_MSFILTER setsockopt helpers
` [PATCH 20/22] net/ipv6: factor out mcast join/leave "
` [PATCH 21/22] net/ipv6: remove compat_ipv6_{get,set}sockopt
` [PATCH 22/22] net: make ->{get,set}sockopt in proto_ops optional

[PATCH BlueZ] adapter: Don't remove temporary devices on disconnect
 2020-07-18  0:49 UTC 

[PATCH BlueZ 1/5] shared/att: Fix possible crash on disconnect
 2020-07-17 21:52 UTC  (10+ messages)
` [PATCH BlueZ 2/5] shared/gatt-db: Add support for notifying attribute changes
` [PATCH BlueZ 3/5] shared/gatt-client: Remove notification if its attribute is removed
` [PATCH BlueZ 4/5] shared/gatt-client: Don't remove active services
` [PATCH BlueZ 5/5] shared/gatt-client: Fix handling of service changed
` [BlueZ,1/5] shared/att: Fix possible crash on disconnect

[PATCH BlueZ] profile: Add exception from being claimed internally
 2020-07-17 21:36 UTC  (8+ messages)
  ` [PATCH BlueZ v2] profile: Add exception to battery profile for external access

[Bluez PATCH v2] gatt: Support DeviceInfo Service when vid/pid is specified
 2020-07-17 20:37 UTC  (2+ messages)

[Bluez PATCH] gatt: Support DeviceInfo Service when vid/pid is specified
 2020-07-17 13:49 UTC  (2+ messages)
` [Bluez] "

[RFC PATCH v1 0/2] handle USB endpoint race condition
 2020-07-17 13:17 UTC  (9+ messages)
` [RFC PATCH v1 1/2] Bluetooth: queue ACL packets if no handle is found

[Bug 208591] connecting to bluetooth Samsung earbuds freezes the system (kubuntu 20.04) with 5.8rc kernels. Hard reset needed
 2020-07-17  1:17 UTC  (2+ messages)

[PATCH BlueZ 1/4] shared/att: Fix possible crash on disconnect
 2020-07-16 23:51 UTC  (6+ messages)
` [PATCH BlueZ 2/4] shared/gatt-db: Add support for notifying attribute changes
` [PATCH BlueZ 3/4] shared/gatt-client: Remove notification if its attribute is removed
` [PATCH BlueZ 4/4] share/gatt-client: Don't remove active services
` [BlueZ,1/4] shared/att: Fix possible crash on disconnect

[Bluez PATCH v2 1/2] device: add device_remove_bonding function
 2020-07-16 18:10 UTC  (9+ messages)

Commit 'Bluetooth: Consolidate encryption handling in hci_encrypt_cfm' broke my JBL TUNE500BT headphones
 2020-07-16 18:05 UTC  (3+ messages)

[Bluez PATCH v3 1/2] device: add device_remove_bonding function
 2020-07-16 18:04 UTC  (2+ messages)
` [Bluez PATCH v3 2/2] input: Remove bonding info when receiving virtual cable unplug

[PATCH BlueZ 0/3] Code re-org and clean up
 2020-07-16 17:20 UTC  (2+ messages)

[PATCH BlueZ] mesh: Fix node composition change detection
 2020-07-16 17:05 UTC  (3+ messages)

[PATCH BlueZ 1/2] device: Add timer for removing temporary devices
 2020-07-16 16:40 UTC  (4+ messages)
` [PATCH BlueZ 2/2] adapter: Remove "

QCA: Add correct bin file for WCN3991
 2020-07-16 16:25 UTC 

[PATCH] bluetoothctl: Add support for discover characteristic by uuid
 2020-07-16 16:22 UTC  (11+ messages)
` [PATCH] bluetoothctl:Add support for read characteristics value
` [PATCH 1/2] bluez:load Generic access service
` [PATCH] bluez:update handle for large database

[PATCH] sap: Improve error messages
 2020-07-16 14:40 UTC  (3+ messages)

[PATCH v4 0/8] LL Privacy Support
 2020-07-16  7:13 UTC  (4+ messages)
` [PATCH v4 8/8] Bluetooth: Enable controller RPA resolution using Experimental feature

[PATCH] Bluetooth: Fix updating connecton state in `hci_encrypt_cfm`
 2020-07-16  6:40 UTC  (6+ messages)
` [PATCH v2] Bluetooth: Fix update of connection "

[PATCH BlueZ 0/3] Per-device option to enable/disable internal profiles
 2020-07-15 22:29 UTC  (11+ messages)

[PATCH] serial: 8250_mtk: Fix high-speed baud rates clamping
 2020-07-15 16:28 UTC  (4+ messages)

[RFC v2] Bluetooth: btusb: Add support for queuing during polling interval
 2020-07-15 13:32 UTC  (2+ messages)

[PATCH v1] Bluetooth: Add per-instance adv disable/remove
 2020-07-15 13:15 UTC  (2+ messages)

[PATCH v2] Bluetooth: Add per-instance adv disable/remove
 2020-07-14 21:28 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).