summaryrefslogtreecommitdiffstats
path: root/drivers/w1 (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-04Bluetooth: btusb: add support for LG LGSBWAC02 (MT7663BUN)Piotr Dymacz1-0/+5
2022-03-04Bluetooth: btusb: Add support for Intel Madison Peak (MsP2) deviceKiran K1-0/+1
2022-03-04Bluetooth: Improve skb handling in mgmt_device_connected()Radoslaw Biernacki2-17/+23
2022-03-04Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()Radoslaw Biernacki2-10/+13
2022-03-04Bluetooth: mgmt: Remove unneeded variableMinghao Chi1-5/+2
2022-03-04Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()Tom Rix1-1/+1
2022-03-04Bluetooth: mgmt: Replace zero-length array with flexible-array memberChangcheng Deng1-1/+1
2022-03-04net: ethernet: sun: Remove redundant codeJiapeng Chong1-16/+0
2022-03-04nfp: xsk: add AF_XDP zero-copy Rx and Tx supportNiklas Söderlund6-28/+756
2022-03-04nfp: xsk: add configuration check for XSK socket chunk sizeNiklas Söderlund1-4/+38
2022-03-04nfp: xsk: add an array of xsk buffer pools to each data pathNiklas Söderlund2-2/+21
2022-03-04nfp: wrap napi add/del logicJakub Kicinski1-16/+22
2022-03-04nfp: expose common functions to be used for AF_XDPNiklas Söderlund2-8/+22
2022-03-04net: sparx5: Implement get_ts_infoHoratiu Vultur1-0/+34
2022-03-04net: sparx5: Add support for ptp interruptsHoratiu Vultur3-0/+134
2022-03-04net: sparx5: Update extraction/injection for timestampingHoratiu Vultur5-1/+248
2022-03-04net: sparx5: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMPHoratiu Vultur3-0/+102
2022-03-04net: sparx5: Add support for ptp clocksHoratiu Vultur4-1/+356
2022-03-04net: sparx5: Add registers that are used by ptp functionalityHoratiu Vultur2-2/+334
2022-03-04dts: sparx5: Enable ptp interruptHoratiu Vultur1-2/+3
2022-03-04dt-bindings: net: sparx5: Extend with the ptp interruptHoratiu Vultur1-0/+2
2022-03-04net: sparx5: Move ifh from port to local variableHoratiu Vultur3-5/+8
2022-03-04net: phy: added ethtool master-slave configuration supportArun Ramadoss1-0/+90
2022-03-04net: phy: added the LAN937x phy supportArun Ramadoss1-1/+54
2022-03-04net: phy: updated the initialization routine for LAN87xxArun Ramadoss1-42/+175
2022-03-04net: phy: removed empty lines in LAN87XXArun Ramadoss1-4/+0
2022-03-04net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XXArun Ramadoss1-3/+4
2022-03-04net: phy: used genphy_soft_reset for phy reset in LAN87xxArun Ramadoss1-12/+2
2022-03-04net: phy: micrel: 1588 support for LAN8814 phyDivya Koppera1-22/+1066
2022-03-04dt-bindings: net: micrel: Configure latency values and timestamping check for...Divya Koppera1-0/+17
2022-03-04net: phy: micrel: Fix concurrent register accessDivya Koppera1-14/+16
2022-03-04net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong3-3/+11
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong3-1/+3
2022-03-04net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong3-1/+3
2022-03-04net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong3-1/+11
2022-03-04net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong3-2/+8
2022-03-04net: skb: introduce the function kfree_skb_list_reason()Menglong Dong2-4/+11
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong3-1/+3
2022-03-04net: dev: Use netif_rx().Sebastian Andrzej Siewior1-3/+3
2022-03-04net: bridge: Use netif_rx().Sebastian Andrzej Siewior1-2/+2
2022-03-04net: macvlan: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04net: ethernet: Use netif_rx().Sebastian Andrzej Siewior9-9/+9
2022-03-04net: dsa: Use netif_rx().Sebastian Andrzej Siewior3-3/+3
2022-03-04net: caif: Use netif_rx().Sebastian Andrzej Siewior2-2/+2
2022-03-04net: sgi-xp: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04net: xtensa: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04docs: networking: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04net: dsa: felix: remove redundant assignment in felix_8021q_cpu_port_deinitVladimir Oltean1-1/+0
2022-03-04net: dsa: felix: print error message in felix_check_xtr_pkt()Vladimir Oltean1-1/+5
2022-03-04net: dsa: felix: initialize "err" to 0 in felix_check_xtr_pkt()Vladimir Oltean1-1/+1