summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcm63xx_enet: Use platform_get_irq() to get the interruptMeng Tang2022-03-051-8/+8
* ptp: ocp: Add serial port information to the debug summaryJonathan Lemon2022-03-051-0/+8
* net: sparx5: Fix initialization of variables on stackHoratiu Vultur2022-03-051-2/+2
* Bluetooth: btusb: Add another Realtek 8761BUHelmut Grohne2022-03-041-0/+2
* Bluetooth: hci_bcm: add BCM43430A0 & BCM43430A1Luca Weiss2022-03-041-0/+2
* Bluetooth: btmtksdio: Fix kernel oops when sdio suspend.Yake Yang2022-03-041-2/+2
* Bluetooth: btusb: Add a new PID/VID 13d3/3567 for MT7921Yake Yang2022-03-041-0/+3
* Bluetooth: btusb: Make use of of BIT macro to declare flagsLuiz Augusto von Dentz2022-03-041-27/+27
* Bluetooth: mediatek: fix the conflict between mtk and msft vendor eventSean Wang2022-03-043-16/+2
* Bluetooth: mt7921s: support bluetooth reset mechanismChih-Ying Chiang2022-03-042-1/+118
* 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
* net: ethernet: sun: Remove redundant codeJiapeng Chong2022-03-041-16/+0
* 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
* 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
* net: sparx5: Move ifh from port to local variableHoratiu Vultur2022-03-043-5/+8
* 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
* net: phy: micrel: 1588 support for LAN8814 phyDivya Koppera2022-03-041-22/+1066
* net: phy: micrel: Fix concurrent register accessDivya Koppera2022-03-041-14/+16
* 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
* net: caif: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-1/+1
* net: sgi-xp: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-03-0413-554/+872
|\
| * ice: convert VF storage to hash table with krefs and RCUJacob Keller2022-03-038-125/+363
| * ice: introduce VF accessor functionsJacob Keller2022-03-035-53/+115
| * ice: factor VF variables to separate structureJacob Keller2022-03-037-68/+83
| * ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller2022-03-038-152/+163
| * ice: use ice_for_each_vf for iteration during removalJacob Keller2022-03-031-5/+4
| * ice: remove checks in ice_vc_send_msg_to_vfJacob Keller2022-03-031-8/+3
| * ice: move VFLR acknowledge during ice_free_vfsJacob Keller2022-03-031-19/+8
| * ice: move clear_malvf call in ice_free_vfsJacob Keller2022-03-031-7/+6
| * ice: pass num_vfs to ice_set_per_vf_res()Jacob Keller2022-03-031-61/+26
| * ice: store VF pointer instead of VF IDJacob Keller2022-03-0310-95/+142