summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* net: ethernet: stmmac: remove select QCOM_SOCINFO and make it optionalChristian Marangi2022-06-191-1/+3
* atm: iphase: Fix typo in commentXiang wangx2022-06-171-1/+1
* ppp: Fix typo in commentXiang wangx2022-06-171-1/+1
* nfp: add support for .get_pauseparam()Yinjun Zhang2022-06-171-0/+19
* net: dsa: ar9331: fix potential dead lock on mdio accessOleksij Rempel2022-06-171-2/+15
* net: macb: fix negative max_mtu size for sama5d3Oleksij Rempel2022-06-171-2/+2
* hinic: Replace memcpy() with direct assignmentKees Cook2022-06-171-3/+1
* net: ag71xx: fix discards 'const' qualifier warningOleksij Rempel2022-06-171-1/+1
* net: stmmac: make mdio register skips PHY scanning for fixed-linkOng Boon Leong2022-06-172-5/+21
* stmmac: intel: add phy-mode and fixed-link ACPI _DSD setting supportOng Boon Leong2022-06-171-0/+30
* net: pcs: xpcs: add CL37 1000BASE-X AN supportOng Boon Leong2022-06-172-1/+170
* stmmac: intel: prepare to support 1000BASE-X phy interface settingOng Boon Leong2022-06-171-2/+2
* net: make xpcs_do_config to accept advertising for pcs-xpcs and sja1105Ong Boon Leong2022-06-172-4/+4
* mlxsw: Add a resource describing number of RIFsPetr Machata2022-06-173-0/+42
* mlxsw: Keep track of number of allocated RIFsPetr Machata2022-06-172-0/+7
* mlxsw: Trap ARP packets at layer 3 instead of layer 2Amit Cohen2022-06-172-6/+6
* net: phy: add support to get Master-Slave configurationRaju Lakkaraju2022-06-161-0/+3
* net: lan743x: Add support to SGMII 1G and 2.5GRaju Lakkaraju2022-06-163-9/+442
* net: lan743x: Add support to Secure-ON WOLRaju Lakkaraju2022-06-163-0/+51
* net: lan743x: Add support to LAN743x register dumpRaju Lakkaraju2022-06-162-0/+71
* net: dsa: realtek: rtl8365mb: handle PHY interface modes correctlyAlvin Šipraga2022-06-161-107/+174
* net: dsa: realtek: rtl8365mb: remove learn_limit_max private data memberAlvin Šipraga2022-06-161-6/+1
* net: dsa: realtek: rtl8365mb: correct the max number of portsAlvin Šipraga2022-06-161-2/+1
* net: dsa: realtek: rtl8365mb: remove port_mask private data memberAlvin Šipraga2022-06-161-7/+1
* net: dsa: realtek: rtl8365mb: rename macro RTL8367RB -> RTL8367RB_VBAlvin Šipraga2022-06-161-3/+3
* net: ipa: move more code out of gsi_channel_update()Alex Elder2022-06-161-14/+20
* net: ipa: call gsi_evt_ring_rx_update() unconditionallyAlex Elder2022-06-161-3/+3
* net: ipa: pass GSI pointer to gsi_evt_ring_rx_update()Alex Elder2022-06-161-6/+7
* net: ipa: don't pass channel when mapping transactionAlex Elder2022-06-161-6/+10
* net: ipa: don't assume one channel per event ringAlex Elder2022-06-163-27/+6
* net: phy: dp83867: implement support for io_impedance_ctrl nvmem cellRasmus Villemoes2022-06-161-6/+49
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-1665-421/+631
|\
| * Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-1621-135/+278
| |\
| | * net: axienet: add missing error return code in axienet_probe()Yang Yingliang2022-06-161-0/+1
| | * net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso2022-06-151-13/+13
| | * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-06-155-46/+94
| | |\
| | | * ice: Fix memory corruption in VF driverPrzemyslaw Patynowski2022-06-141-0/+5
| | | * ice: Fix queue config fail handlingPrzemyslaw Patynowski2022-06-141-27/+26
| | | * ice: Sync VLAN filtering features for DVMRoman Storozhenko2022-06-141-18/+31
| | | * ice: Fix PTP TX timestamp offset calculationMichal Michalik2022-06-142-1/+32
| | * | net: bgmac: Fix an erroneous kfree() in bgmac_remove()Christophe JAILLET2022-06-141-1/+0
| | |/
| | * mlxsw: spectrum_cnt: Reorder counter poolsPetr Machata2022-06-141-1/+1
| | * amd-xgbe: Use platform_irq_count()Jean-Philippe Brucker2022-06-131-2/+2
| | * octeontx2-vf: Add support for adaptive interrupt coalescingSuman Ghosh2022-06-131-1/+2
| | * xilinx: Fix build on x86.David S. Miller2022-06-131-4/+4
| | * net: axienet: Use iowrite64 to write all 64b descriptor pointersAndy Chiu2022-06-131-3/+18
| | * net: axienet: make the 64b addresable DMA depends on 64b archecturesAndy Chiu2022-06-132-24/+40
| | * net: hns3: fix tm port shapping of fibre port is incorrect after driver initi...Guangbin Huang2022-06-133-4/+10
| | * net: hns3: fix PF rss size initialization bugJie Wang2022-06-131-1/+3
| | * net: hns3: restore tm priority/qset to default settings when tc disabledGuangbin Huang2022-06-132-31/+65