summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/eir.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan5-51/+56
2023-10-23Bluetooth: btusb: Add date->evt_skb is NULL checkyouwan Wang1-0/+3
2023-10-23Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu3-41/+50
2023-10-23Bluetooth: msft: __hci_cmd_sync() doesn't return NULLDan Carpenter1-13/+7
2023-10-23Bluetooth: ISO: Match QoS adv handle with BIG handleIulia Tanasescu1-0/+12
2023-10-23Bluetooth: ISO: Allow binding a bcast listener to 0 bisesIulia Tanasescu2-3/+2
2023-10-23Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tablesMasum Reza1-0/+2
2023-10-23Bluetooth: qca: add support for QCA2066Tim Jiang3-1/+83
2023-10-23Bluetooth: ISO: Set CIS bit only for devices with CIS supportVlad Pruteanu1-2/+2
2023-10-23Bluetooth: Add support for Intel Misty Peak - 8087:0038Vijay Satija1-0/+1
2023-10-23Bluetooth: Add support ITTIM PE50-M75CJingyang Wang1-0/+3
2023-10-23Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu5-20/+82
2023-10-23Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu3-16/+21
2023-10-23net: mdio: xgene: Fix unused xgene_mdio_of_match warning for !CONFIG_OFRob Herring1-1/+1
2023-10-23tools: ynl-gen: change spacing around __attribute__Jakub Kicinski7-64/+64
2023-10-23tls: don't reset prot->aad_size and prot->tail_size for TLS_HWSabrina Dubroca3-11/+4
2023-10-23net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui1-1/+0
2023-10-23tcp: add TCPI_OPT_USEC_TSEric Dumazet2-0/+3
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet11-33/+82
2023-10-23tcp: introduce TCP_PAWS_WRAPEric Dumazet1-2/+7
2023-10-23tcp: add RTAX_FEATURE_TCP_USEC_TSEric Dumazet2-7/+16
2023-10-23tcp: add tcp_rtt_tsopt_us()Eric Dumazet1-20/+23
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet5-15/+14
2023-10-23tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet2-7/+9
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet4-12/+16
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet4-12/+25
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet5-9/+12
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet3-2/+7
2023-10-23tcp: fix cookie_init_timestamp() overflowsEric Dumazet2-14/+8
2023-10-23chtls: fix tp->rcv_tstamp initializationEric Dumazet1-1/+1
2023-10-23vxlan: use generic function for tunnel IPv6 route lookupBeniamino Galvani1-106/+30
2023-10-23geneve: use generic function for tunnel IPv6 route lookupBeniamino Galvani1-65/+31
2023-10-23ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani3-21/+29
2023-10-23ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani3-7/+4
2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani5-79/+81
2023-10-23net: atm: Remove redundant check.Gavrilov Ilia1-2/+0
2023-10-22bnxt_en: extend media types to supported and autoneg modesEdwin Peer1-120/+153
2023-10-22bnxt_en: convert to linkmode_set_bit() APIEdwin Peer1-24/+24
2023-10-22bnxt_en: Refactor NRZ/PAM4 link speed related logicMichael Chan1-31/+67
2023-10-22bnxt_en: refactor speed independent ethtool modesEdwin Peer1-38/+40
2023-10-22bnxt_en: support lane configuration via ethtoolEdwin Peer1-7/+25
2023-10-22bnxt_en: add infrastructure to lookup ethtool link modeEdwin Peer2-20/+258
2023-10-22bnxt_en: Fix invoking hwmon_notify_eventKalesh AP1-5/+11
2023-10-22bnxt_en: Do not call sleeping hwmon_notify_event() from NAPIKalesh AP4-9/+18
2023-10-21octeon_ep: assert hardware structure sizesShinas Rasheed2-0/+7
2023-10-21net: dsa: mv88e6xxx: add an error code check in mv88e6352_tai_event_workSu Hui1-0/+4
2023-10-21selftests: tc-testing: add test for 'rt' upgrade on hfscPedro Tammela1-6/+26
2023-10-21net: wwan: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-21pds_core: add an error code check in pdsc_dl_info_getSu Hui1-0/+2
2023-10-20ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()Dan Carpenter1-9/+10