summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-04bcm63xx_enet: Use platform_get_irq() to get the interruptMeng Tang1-8/+8
2022-03-04ptp: ocp: Add serial port information to the debug summaryJonathan Lemon1-0/+8
2022-03-04net: sparx5: Fix initialization of variables on stackHoratiu Vultur1-2/+2
2022-03-04Bluetooth: btusb: Add another Realtek 8761BUHelmut Grohne1-0/+2
2022-03-04Bluetooth: hci_bcm: add BCM43430A0 & BCM43430A1Luca Weiss1-0/+2
2022-03-04Bluetooth: btmtksdio: Fix kernel oops when sdio suspend.Yake Yang1-2/+2
2022-03-04Bluetooth: btusb: Add a new PID/VID 13d3/3567 for MT7921Yake Yang1-0/+3
2022-03-04Bluetooth: btusb: Make use of of BIT macro to declare flagsLuiz Augusto von Dentz1-27/+27
2022-03-04Bluetooth: mediatek: fix the conflict between mtk and msft vendor eventSean Wang3-16/+2
2022-03-04Bluetooth: mt7921s: support bluetooth reset mechanismChih-Ying Chiang2-1/+118
2022-03-04Bluetooth: btusb: Improve stability for QCA devicesZijun Hu1-0/+8
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-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-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-04net: phy: micrel: Fix concurrent register accessDivya Koppera1-14/+16
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 Siewior1-1/+1
2022-03-04net: sgi-xp: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller13-554/+872
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
2022-03-04net: dsa: felix: drop the ptp_type argument from felix_check_xtr_pkt()Vladimir Oltean1-5/+2
2022-03-04net: dsa: felix: remove ocelot->npi assignment from felix_8021q_cpu_port_initVladimir Oltean1-1/+0
2022-03-04net: mscc: ocelot: use pretty names for IPPROTO_UDP and IPPROTO_TCPVladimir Oltean1-2/+2
2022-03-04net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_block_remove_filterVladimir Oltean1-5/+3
2022-03-03net: marvell: Use min() instead of doing it manuallyHaowen Bai1-1/+1
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller8-125/+363
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski127-571/+1055