Age | Commit message (Expand) | Author |
2023-04-23 | Bluetooth: Improve support for Actions Semi ATS2851 based devices | Raul Cheleguini |
2023-04-23 | Bluetooth: btrtl: add support for the RTL8723CS | Vasily Khoruzhick |
2023-04-23 | Bluetooth: Add new quirk for broken local ext features page 2 | Vasily Khoruzhick |
2023-04-23 | Bluetooth: btmtkuart: mark OF related data as maybe unused | Krzysztof Kozlowski |
2023-04-23 | Bluetooth: hci_qca: mark OF related data as maybe unused | Krzysztof Kozlowski |
2023-04-23 | Bluetooth: btmrvl_sdio: mark OF related data as maybe unused | Krzysztof Kozlowski |
2023-04-23 | Bluetooth: hci_ll: drop of_match_ptr for ID table | Krzysztof Kozlowski |
2023-04-23 | Bluetooth: L2CAP: Delay identity address updates | Luiz Augusto von Dentz |
2023-04-23 | Bluetooth: hci_sync: Remove duplicate statement | Inga Stotland |
2023-04-23 | Bluetooth: Convert MSFT filter HCI cmd to hci_sync | Brian Gix |
2023-04-23 | Bluetooth: hci_sync: Don't wait peer's reply when powering off | Archie Pusaka |
2023-04-23 | Bluetooth: Add VID/PID 0489/e0e4 for MediaTek MT7922 | Meng Tang |
2023-04-23 | arm64: dts: rockchip: Update compatible for bluetooth | Chris Morgan |
2023-04-23 | Bluetooth: hci_h5: btrtl: Add support for RTL8821CS | Chris Morgan |
2023-04-23 | dt-bindings: net: realtek-bluetooth: Add RTL8821CS | Chris Morgan |
2023-04-23 | Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663 | Meng Tang |
2023-04-23 | Bluetooth: hci_sync: Fix smatch warning | Luiz Augusto von Dentz |
2023-04-23 | Bluetooth: hci_core: Make hci_conn_hash_add append to the list | Luiz Augusto von Dentz |
2023-04-23 | Bluetooth: btrtl: Add support for RTL8852BS | Victor Hassan |
2023-04-23 | Bluetooth: hci_mrvl: Add serdev support for 88W8997 | Stefan Eichenberger |
2023-04-23 | Bluetooth: hci_mrvl: use maybe_unused macro for device tree ids | Stefan Eichenberger |
2023-04-23 | dt-bindings: bluetooth: marvell: add max-speed property | Stefan Eichenberger |
2023-04-23 | dt-bindings: bluetooth: marvell: add 88W8997 | Stefan Eichenberger |
2023-04-23 | Bluetooth: btusb: Do not require hardcoded interface numbers | Tomasz Moń |
2023-04-23 | Bluetooth: MGMT: Use BIT macro when defining bitfields | Luiz Augusto von Dentz |
2023-04-23 | Merge branch 'act_pedit-minor-improvements' | David S. Miller |
2023-04-23 | net/sched: act_pedit: rate limit datapath messages | Pedro Tammela |
2023-04-23 | net/sched: act_pedit: remove extra check for key type | Pedro Tammela |
2023-04-23 | net/sched: act_pedit: check static offsets a priori | Pedro Tammela |
2023-04-23 | net/sched: act_pedit: use extack in 'ex' parsing errors | Pedro Tammela |
2023-04-23 | net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keys | Pedro Tammela |
2023-04-23 | net: sched: Print msecs when transmit queue time out | Yajun Deng |
2023-04-23 | Merge branch 'dsa-skb_mac_header' | David S. Miller |
2023-04-23 | net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TX | Vladimir Oltean |
2023-04-23 | net: dsa: update TX path comments to not mention skb_mac_header() | Vladimir Oltean |
2023-04-23 | net: dsa: tag_sja1105: replace skb_mac_header() with vlan_eth_hdr() | Vladimir Oltean |
2023-04-23 | net: dsa: tag_sja1105: don't rely on skb_mac_header() in TX paths | Vladimir Oltean |
2023-04-23 | net: dsa: tag_ksz: do not rely on skb_mac_header() in TX paths | Vladimir Oltean |
2023-04-23 | net: dsa: tag_ocelot: do not rely on skb_mac_header() for VLAN xmit | Vladimir Oltean |
2023-04-23 | net: dpaa: avoid one skb_reset_mac_header() in dpaa_enable_tx_csum() | Vladimir Oltean |
2023-04-23 | net: vlan: introduce skb_vlan_eth_hdr() | Vladimir Oltean |
2023-04-23 | net: vlan: don't adjust MAC header in __vlan_insert_inner_tag() unless set | Vladimir Oltean |
2023-04-23 | drivers/net/phy: add driver for Microchip LAN867x 10BASE-T1S PHY | Ramón Nordin Rodriguez |
2023-04-23 | rxrpc: Replace fake flex-array with flexible-array member | Gustavo A. R. Silva |
2023-04-23 | Merge branch 'napi_threaded_poll-enhancements' | David S. Miller |
2023-04-23 | net: optimize napi_threaded_poll() vs RPS/RFS | Eric Dumazet |
2023-04-23 | net: make napi_threaded_poll() aware of sd->defer_list | Eric Dumazet |
2023-04-23 | net: move skb_defer_free_flush() up | Eric Dumazet |
2023-04-23 | net: do not provide hard irq safety for sd->defer_lock | Eric Dumazet |
2023-04-23 | net: add debugging checks in skb_attempt_defer_free() | Eric Dumazet |