summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-0983-330/+711
|\
| * net: dsa: xrs700x: check if partner is same as port in hsr joinGeorge McCollister2021-03-091-2/+8
| * net: lapbether: Remove netif_start_queue / netif_stop_queueXie He2021-03-091-3/+0
| * net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai2021-03-081-2/+6
| * net: enetc: allow hardware timestamping on TX queues with tc-etf enabledVladimir Oltean2021-03-081-0/+6
| * net: enetc: set MAC RX FIFO to recommended valueAlex Marginean2021-03-082-0/+8
| * net: davicom: Use platform_get_irq_optional()Paul Cercueil2021-03-081-1/+1
| * net: davicom: Fix regulator not turned off on driver removalPaul Cercueil2021-03-081-1/+8
| * net: davicom: Fix regulator not turned off on failed probePaul Cercueil2021-03-081-3/+9
| * net: wan: fix error return code of uhdlc_init()Jia-Ju Bai2021-03-081-2/+6
| * net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai2021-03-081-1/+3
| * net: usb: log errors to dmesg/syslogGrant Grundler2021-03-081-1/+1
| * net: usb: cdc_ncm: emit dev_err on error pathsGrant Grundler2021-03-081-5/+5
| * net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the fil...Bhaskar Chowdhury2021-03-081-4/+4
| * net: dsa: bcm_sf2: simplify optional reset handlingPhilipp Zabel2021-03-081-3/+3
| * ethernet: alx: fix order of calls on resumeJakub Kicinski2021-03-051-2/+5
| * lan743x: trim all 4 bytes of the FCS; not just 2George McCollister2021-03-051-1/+1
| * gianfar: fix jumbo packets+napi+rx overrun crashMichael Braun2021-03-051-0/+15
| * sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov2021-03-051-2/+0
| * net/hamradio/6pack: remove redundant check in sp_encaps()Denis Efremov2021-03-051-5/+0
| * r8169: fix r8168fp_adjust_ocp_cmd functionHayes Wang2021-03-051-1/+1
| * ibmvnic: remove excessive irqsaveJunlin Yang2021-03-051-2/+2
| * stmmac: intel: Fixes clock registration error seen for multiple interfacesWong Vee Khee2021-03-051-1/+4
| * net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMIIOng Boon Leong2021-03-051-3/+6
| * net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai2021-03-051-1/+2
| * net: tehuti: fix error return code in bdx_probe()Jia-Ju Bai2021-03-051-0/+1
| * net/mlx4_en: update moderation when config resetKevin(Yudong) Yang2021-03-053-1/+4
| * ibmvnic: always store valid MAC addressJiri Wiesner2021-03-041-3/+2
| * netdevsim: init u64 stats for 32bit hardwareHillf Danton2021-03-041-0/+1
| * net: usb: qmi_wwan: allow qmimux add/del with master upDaniele Palmas2021-03-041-14/+0
| * net: dsa: sja1105: fix ucast/bcast flooding always remaining enabledVladimir Oltean2021-03-041-2/+2
| * net: dsa: sja1105: fix SGMII PCS being forced to SPEED_UNKNOWN instead of SPE...Vladimir Oltean2021-03-041-1/+1
| * net: mscc: ocelot: properly reject destination IP keys in VCAP IS1Vladimir Oltean2021-03-041-1/+2
| * ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu2021-03-041-2/+4
| * ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony2021-03-042-0/+10
| * Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"Hayes Wang2021-03-031-29/+6
| * net: macb: Add default usrio config to default gem configAtish Patra2021-03-031-7/+8
| * Merge tag 'wireless-drivers-2021-03-03' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-03-033-3/+5
| |\
| | * iwlwifi: don't call netif_napi_add() with rxq->lock held (was Re: Lockdep war...Jiri Kosina2021-03-031-1/+2
| | * iwlwifi: fix ARCH=i386 compilation warningsPierre-Louis Bossart2021-03-031-2/+2
| | * iwlwifi: mvm: add terminate entry for dmi_system_id tablesWei Yongjun2021-03-031-0/+1
| * | net: stmmac: fix incorrect DMA channel intr enable setting of EQoS v4.10Ong Boon Leong2021-03-031-1/+18
| * | ibmvnic: Fix possibly uninitialized old_num_tx_queues variable warning.Michal Suchanek2021-03-031-5/+3
| * | octeontx2-af: cn10k: fix an array overflow in is_lmac_valid()Dan Carpenter2021-03-031-1/+3
| * | net: ethernet: mtk-star-emac: fix wrong unmap in RX handlingBiao Huang2021-03-021-2/+3
| * | stmmac: intel: Fix mdio bus registration issue for TGL-H/ADL-SWong Vee Khee2021-03-021-13/+41
| * | hv_netvsc: Fix validation in netvsc_linkstatus_callback()Andrea Parri (Microsoft)2021-03-013-6/+11
| * | Merge tag 'linux-can-fixes-for-5.12-20210301' of git://git.kernel.org/pub/scm...David S. Miller2021-03-013-29/+22
| |\ \
| | * | can: tcan4x5x: tcan4x5x_init(): fix initialization - clear MRAM before enteri...Torin Cooper-Bennun2021-03-011-3/+3
| | * | can: mcp251xfd: revert "can: mcp251xfd: add BQL support"Marc Kleine-Budde2021-03-011-17/+4