summaryrefslogtreecommitdiffstats
path: root/include/net/llc_s_ac.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-06Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz9-17/+21
2024-03-06Bluetooth: hci_event: Remove code to removed CONFIG_BT_HSLukas Bulwahn1-163/+0
2024-03-06Bluetooth: Remove pending ACL connection attemptsJonas Dreßler3-34/+4
2024-03-06Bluetooth: hci_conn: Only do ACL connections sequentiallyJonas Dreßler4-60/+83
2024-03-06Bluetooth: hci_event: Fix not indicating new connection for BIG SyncLuiz Augusto von Dentz2-7/+18
2024-03-06Bluetooth: Remove BT_HSLuiz Augusto von Dentz13-3056/+20
2024-03-06Bluetooth: btintel: Fix null ptr deref in btintel_read_versionEdward Adam Davis1-1/+1
2024-03-06Bluetooth: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2-6/+7
2024-03-06Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925Ulrik Strid1-0/+5
2024-03-06Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz5-39/+71
2024-03-06Bluetooth: hci_event: Use HCI error defines instead of magic valuesJonas Dreßler2-4/+6
2024-03-06Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler1-2/+0
2024-03-06Bluetooth: Disconnect connected devices before rfkilling adapterJonas Dreßler1-2/+33
2024-03-06Bluetooth: Add new state HCI_POWERING_DOWNJonas Dreßler3-5/+26
2024-03-06Bluetooth: mgmt: Remove leftover queuing of power_off workJonas Dreßler1-16/+0
2024-03-06Bluetooth: Remove HCI_POWER_OFF_TIMEOUTJonas Dreßler1-1/+0
2024-03-06Bluetooth: btnxpuart: Resolve TX timeout error in power save stress testNeeraj Sanjay Kale1-3/+21
2024-03-06Bluetooth: btrtl: Add the support for RTL8852BT/RTL8852BE-VTMax Chou2-0/+17
2024-03-06inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERTJuntong Deng3-3/+17
2024-03-06tools: ynl: add --dbg-small-recv for easier kernel testingJakub Kicinski1-1/+6
2024-03-06tools: ynl: support debug printing messagesJakub Kicinski1-0/+15
2024-03-06tools: ynl: allow setting recv() sizeJakub Kicinski1-3/+18
2024-03-06tools: ynl: move the new line in NlMsg __repr__Jakub Kicinski1-3/+3
2024-03-06tools: ynl: remove __pycache__ during cleanJakub Kicinski1-0/+1
2024-03-06tools: ynl: add distclean to .PHONY in all makefilesJakub Kicinski3-3/+3
2024-03-06tools: ynl: rename make hardclean -> distcleanJakub Kicinski4-5/+5
2024-03-06ravb: Unify Rx ring maintenance code pathsNiklas Söderlund2-106/+33
2024-03-06ravb: Move maximum Rx descriptor data usage to info structNiklas Söderlund2-8/+9
2024-03-06ravb: Use the max frame size from hardware info for RZ/G2LNiklas Söderlund2-3/+3
2024-03-06ravb: Create helper to allocate skb and align itNiklas Söderlund2-20/+24
2024-03-06ravb: Make it clear the information relates to maximum frame sizeNiklas Söderlund2-6/+7
2024-03-06ravb: Group descriptor types used in Rx ringNiklas Söderlund2-30/+33
2024-03-06genetlink: fit NLMSG_DONE into same read() as familiesJakub Kicinski1-5/+7
2024-03-06netdev: let netlink core handle -EMSGSIZE errorsJakub Kicinski2-14/+3
2024-03-06netlink: handle EMSGSIZE errors in the coreJakub Kicinski1-0/+9
2024-03-06selftests: avoid using SKIP(exit()) in harness fixure setupJakub Kicinski2-4/+4
2024-03-06net: fec: Fixup EEEAndrew Lunn1-18/+5
2024-03-06net: fec: Move fec_enet_eee_mode_set() and helper earlierAndrew Lunn1-37/+38
2024-03-06net: phy: Add phy_support_eee() indicating MAC support EEEAndrew Lunn2-1/+30
2024-03-06net: phy: Immediately call adjust_link if only tx_lpi_enabled changesAndrew Lunn2-5/+49
2024-03-06net: phy: Keep track of EEE configurationAndrew Lunn2-2/+8
2024-03-06net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacksAndrew Lunn2-0/+9