summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-02-221-0/+1
|\
| * Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe2021-02-18105-375/+1052
| |\
| * | RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas2021-02-081-0/+1
* | | Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-222-15/+12
|\ \ \
| * | | of: Remove of_dev_{get,put}()Rob Herring2021-02-121-7/+8
| * | | drivers: net: davinci_mdio: Use of_device_get_match_data()Stephen Boyd2021-01-261-8/+4
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-213-12/+9
|\ \ \ \
| * | | | wireguard: Kconfig: select CRYPTO_BLAKE2S_ARMEric Biggers2021-01-031-0/+1
| * | | | chcr_ktls: use AES library for single use cipherArd Biesheuvel2021-01-032-12/+8
| |/ / /
* | | | Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-02-212-5/+2
|\ \ \ \
| * \ \ \ Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2021-02-1789-347/+791
| |\ \ \ \
| * | | | | isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-262-5/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-02-211-2/+16
|\ \ \ \ \
| * | | | | Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"Wei Liu2021-02-153-7/+0
| * | | | | hv_netvsc: Restrict configurations on isolated guestsAndrea Parri (Microsoft)2021-02-111-2/+16
| * | | | | Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran2021-02-053-0/+7
* | | | | | Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-211-3/+1
|\ \ \ \ \ \
| * | | | | | xen-netback: don't "handle" error by BUG()Jan Beulich2021-02-151-3/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-203-4/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman2021-01-25113-558/+978
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman2021-01-212-2/+4
| |\ \ \ \ \ \
| | * | | | | | tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-202-2/+4
| * | | | | | | tty_port: drop last traces of low_latencyJiri Slaby2021-01-071-2/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | octeontx2-pf: Fix otx2_get_fecparam()Dan Carpenter2021-02-171-1/+1
* | | | | | | cteontx2-pf: cn10k: Prevent harmless double shift bugsDan Carpenter2021-02-171-3/+3
* | | | | | | net: stmmac: Add PCI bus info to ethtool driver query outputWong Vee Khee2021-02-172-0/+5
* | | | | | | net: stmmac: dwmac-sun8i: Add a shutdown callbackSamuel Holland2021-02-171-0/+10
* | | | | | | net: stmmac: dwmac-sun8i: Minor probe function cleanupSamuel Holland2021-02-171-1/+3
* | | | | | | net: stmmac: dwmac-sun8i: Use reset_control_resetSamuel Holland2021-02-171-4/+4
* | | | | | | net: stmmac: dwmac-sun8i: Remove unnecessary PHY power checkSamuel Holland2021-02-171-4/+2
* | | | | | | net: stmmac: dwmac-sun8i: Return void from PHY unpowerSamuel Holland2021-02-171-3/+2
* | | | | | | r8169: use macro pm_ptrHeiner Kallweit2021-02-171-3/+1
* | | | | | | net: mdio: Remove of_phy_attach()Florian Fainelli2021-02-171-30/+0
* | | | | | | net: mscc: ocelot: select PACKING in the KconfigVladimir Oltean2021-02-171-0/+1
* | | | | | | net: re-solve some conflicts after net -> net-next mergeJakub Kicinski2021-02-164-36/+9
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-1635-225/+482
|\ \ \ \ \ \ \
| * | | | | | | net: enetc: fix destroyed phylink dereference during unbindVladimir Oltean2021-02-161-2/+3
| * | | | | | | net: amd-xgbe: Fix network fluctuations when using 1G BELFUSE SFPShyam Sundar S K2021-02-161-0/+3
| * | | | | | | net: amd-xgbe: Reset link when the link never comes backShyam Sundar S K2021-02-162-1/+9
| * | | | | | | net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warningShyam Sundar S K2021-02-162-1/+1
| * | | | | | | net: amd-xgbe: Reset the PHY rx data path when mailbox command timeoutShyam Sundar S K2021-02-162-1/+41
| * | | | | | | net: ipa: initialize all resourcesAlex Elder2021-02-151-2/+2
| * | | | | | | ibmvnic: serialize access to work queue on removeSukadev Bhattiprolu2021-02-152-8/+24
| * | | | | | | ibmvnic: skip send_request_unmap for timeout resetLijun Pan2021-02-151-1/+6
| * | | | | | | ibmvnic: add memory barrier to protect long term bufferLijun Pan2021-02-151-0/+5
| * | | | | | | r8169: fix resuming from suspend on RTL8105e if machine runs on batteryHeiner Kallweit2021-02-151-0/+2
| * | | | | | | net: wan/lmc: dont print format string when not availableTong Zhang2021-02-151-1/+1
| * | | | | | | net: wan/lmc: unregister device when no matching device is foundTong Zhang2021-02-151-0/+2
| * | | | | | | b43: N-PHY: Fix the update of coef for the PHY revision >= 3caseColin Ian King2021-02-151-1/+1
| * | | | | | | cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal2021-02-153-6/+11