summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btusb: Improve stability for QCA devicesZijun Hu2022-03-041-0/+8
* Bluetooth: btusb: add support for LG LGSBWAC02 (MT7663BUN)Piotr Dymacz2022-03-041-0/+5
* Bluetooth: btusb: Add support for Intel Madison Peak (MsP2) deviceKiran K2022-03-041-0/+1
* Bluetooth: Improve skb handling in mgmt_device_connected()Radoslaw Biernacki2022-03-042-17/+23
* Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()Radoslaw Biernacki2022-03-042-10/+13
* Bluetooth: mgmt: Remove unneeded variableMinghao Chi2022-03-041-5/+2
* Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()Tom Rix2022-03-041-1/+1
* Bluetooth: mgmt: Replace zero-length array with flexible-array memberChangcheng Deng2022-03-041-1/+1
* net: ethernet: sun: Remove redundant codeJiapeng Chong2022-03-041-16/+0
* Merge branch 'nfp-AF_XDP-zero-copy'David S. Miller2022-03-046-54/+855
|\
| * nfp: xsk: add AF_XDP zero-copy Rx and Tx supportNiklas Söderlund2022-03-046-28/+756
| * nfp: xsk: add configuration check for XSK socket chunk sizeNiklas Söderlund2022-03-041-4/+38
| * nfp: xsk: add an array of xsk buffer pools to each data pathNiklas Söderlund2022-03-042-2/+21
| * nfp: wrap napi add/del logicJakub Kicinski2022-03-041-16/+22
| * nfp: expose common functions to be used for AF_XDPNiklas Söderlund2022-03-042-8/+22
|/
* Merge branch 'sparx5-ptp'David S. Miller2022-03-0411-11/+1221
|\
| * net: sparx5: Implement get_ts_infoHoratiu Vultur2022-03-041-0/+34
| * net: sparx5: Add support for ptp interruptsHoratiu Vultur2022-03-043-0/+134
| * net: sparx5: Update extraction/injection for timestampingHoratiu Vultur2022-03-045-1/+248
| * net: sparx5: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMPHoratiu Vultur2022-03-043-0/+102
| * net: sparx5: Add support for ptp clocksHoratiu Vultur2022-03-044-1/+356
| * net: sparx5: Add registers that are used by ptp functionalityHoratiu Vultur2022-03-042-2/+334
| * dts: sparx5: Enable ptp interruptHoratiu Vultur2022-03-041-2/+3
| * dt-bindings: net: sparx5: Extend with the ptp interruptHoratiu Vultur2022-03-041-0/+2
| * net: sparx5: Move ifh from port to local variableHoratiu Vultur2022-03-043-5/+8
|/
* Merge branch 'lan937x-t1-phy-driver'David S. Miller2022-03-041-62/+325
|\
| * net: phy: added ethtool master-slave configuration supportArun Ramadoss2022-03-041-0/+90
| * net: phy: added the LAN937x phy supportArun Ramadoss2022-03-041-1/+54
| * net: phy: updated the initialization routine for LAN87xxArun Ramadoss2022-03-041-42/+175
| * net: phy: removed empty lines in LAN87XXArun Ramadoss2022-03-041-4/+0
| * net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XXArun Ramadoss2022-03-041-3/+4
| * net: phy: used genphy_soft_reset for phy reset in LAN87xxArun Ramadoss2022-03-041-12/+2
|/
* Merge branch 'lan8814-1588-support'David S. Miller2022-03-042-34/+1097
|\
| * net: phy: micrel: 1588 support for LAN8814 phyDivya Koppera2022-03-041-22/+1066
| * dt-bindings: net: micrel: Configure latency values and timestamping check for...Divya Koppera2022-03-041-0/+17
| * net: phy: micrel: Fix concurrent register accessDivya Koppera2022-03-041-14/+16
|/
* Merge branch 'skb-drop-reasons'David S. Miller2022-03-044-13/+50
|\
| * net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong2022-03-043-3/+11
| * net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong2022-03-043-1/+3
| * net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong2022-03-043-1/+3
| * net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong2022-03-043-1/+11
| * net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong2022-03-043-2/+8
| * net: skb: introduce the function kfree_skb_list_reason()Menglong Dong2022-03-042-4/+11
| * net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong2022-03-043-1/+3
|/
* Merge branch 'netif_rx'David S. Miller2022-03-0420-23/+23
|\
| * net: dev: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-3/+3
| * net: bridge: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-2/+2
| * net: macvlan: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-1/+1
| * net: ethernet: Use netif_rx().Sebastian Andrzej Siewior2022-03-049-9/+9
| * net: dsa: Use netif_rx().Sebastian Andrzej Siewior2022-03-043-3/+3