summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-04Bluetooth: mediatek: fix the conflict between mtk and msft vendor eventSean Wang
2022-03-04Bluetooth: mt7921s: support bluetooth reset mechanismChih-Ying Chiang
2022-03-04Bluetooth: make array bt_uuid_any static constColin Ian King
2022-03-04Bluetooth: 6lowpan: No need to clear memory twiceChristophe JAILLET
2022-03-04Bluetooth: btusb: Improve stability for QCA devicesZijun Hu
2022-03-04Bluetooth: btusb: add support for LG LGSBWAC02 (MT7663BUN)Piotr Dymacz
2022-03-04Bluetooth: btusb: Add support for Intel Madison Peak (MsP2) deviceKiran K
2022-03-04Bluetooth: Improve skb handling in mgmt_device_connected()Radoslaw Biernacki
2022-03-04Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()Radoslaw Biernacki
2022-03-04Bluetooth: mgmt: Remove unneeded variableMinghao Chi
2022-03-04Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()Tom Rix
2022-03-04Bluetooth: mgmt: Replace zero-length array with flexible-array memberChangcheng Deng
2022-03-04net: ethernet: sun: Remove redundant codeJiapeng Chong
2022-03-04Merge branch 'nfp-AF_XDP-zero-copy'David S. Miller
2022-03-04nfp: xsk: add AF_XDP zero-copy Rx and Tx supportNiklas Söderlund
2022-03-04nfp: xsk: add configuration check for XSK socket chunk sizeNiklas Söderlund
2022-03-04nfp: xsk: add an array of xsk buffer pools to each data pathNiklas Söderlund
2022-03-04nfp: wrap napi add/del logicJakub Kicinski
2022-03-04nfp: expose common functions to be used for AF_XDPNiklas Söderlund
2022-03-04Merge branch 'sparx5-ptp'David S. Miller
2022-03-04net: sparx5: Implement get_ts_infoHoratiu Vultur
2022-03-04net: sparx5: Add support for ptp interruptsHoratiu Vultur
2022-03-04net: sparx5: Update extraction/injection for timestampingHoratiu Vultur
2022-03-04net: sparx5: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMPHoratiu Vultur
2022-03-04net: sparx5: Add support for ptp clocksHoratiu Vultur
2022-03-04net: sparx5: Add registers that are used by ptp functionalityHoratiu Vultur
2022-03-04dts: sparx5: Enable ptp interruptHoratiu Vultur
2022-03-04dt-bindings: net: sparx5: Extend with the ptp interruptHoratiu Vultur
2022-03-04net: sparx5: Move ifh from port to local variableHoratiu Vultur
2022-03-04Merge branch 'lan937x-t1-phy-driver'David S. Miller
2022-03-04net: phy: added ethtool master-slave configuration supportArun Ramadoss
2022-03-04net: phy: added the LAN937x phy supportArun Ramadoss
2022-03-04net: phy: updated the initialization routine for LAN87xxArun Ramadoss
2022-03-04net: phy: removed empty lines in LAN87XXArun Ramadoss
2022-03-04net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XXArun Ramadoss
2022-03-04net: phy: used genphy_soft_reset for phy reset in LAN87xxArun Ramadoss
2022-03-04Merge branch 'lan8814-1588-support'David S. Miller
2022-03-04net: phy: micrel: 1588 support for LAN8814 phyDivya Koppera
2022-03-04dt-bindings: net: micrel: Configure latency values and timestamping check for...Divya Koppera
2022-03-04net: phy: micrel: Fix concurrent register accessDivya Koppera
2022-03-04Merge branch 'skb-drop-reasons'David S. Miller
2022-03-04net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong
2022-03-04net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong
2022-03-04net: skb: introduce the function kfree_skb_list_reason()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong
2022-03-04Merge branch 'netif_rx'David S. Miller
2022-03-04net: dev: Use netif_rx().Sebastian Andrzej Siewior