summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| | * scsi: fcoe: Fix I/O path allocationMike Christie2020-08-171-1/+1
* | | crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav2020-08-219-5/+953
* | | chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav2020-08-2111-0/+6140
* | | net: qed: Remove unnecessary castAlex Dewar2020-08-201-1/+0
* | | nfp: flower: add support to offload QinQ matchLouis Peens2020-08-204-16/+152
* | | nfp: flower: check that we don't exceed the FW key sizeLouis Peens2020-08-202-0/+13
* | | cxgb4: insert IPv6 filter rules in next free regionRahul Kundu2020-08-201-10/+7
* | | ethernet: ti: cpts: Use generic helper functionKurt Kanzenbach2020-08-191-28/+14
* | | ethernet: ti: am65-cpts: Use generic helper functionKurt Kanzenbach2020-08-191-28/+9
* | | mlxsw: spectrum_ptp: Use generic helper functionKurt Kanzenbach2020-08-191-25/+7
* | | ibmvnic: store RX and TX subCRQ handle array in ibmvnic_adapter structCristobal Forno2020-08-192-12/+27
* | | r8169: remove member irq_enabled from struct rtl8169_privateHeiner Kallweit2020-08-191-5/+1
* | | r8169: use napi_complete_done return valueHeiner Kallweit2020-08-191-3/+1
* | | ethernet: cirrus: Remove unused macrosAlex Dewar2020-08-181-4/+0
|/ /
* | otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang2020-08-171-2/+2
* | net: ethernet: 8390: axnet_cs: Document unused parameter 'txqueue'Lee Jones2020-08-141-0/+1
* | net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx'Lee Jones2020-08-141-3/+3
* | net: fec: correct the error path for regulator disable in probeFugang Duan2020-08-141-2/+2
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2020-08-145-14/+33
|\ \
| * | i40e: Fix crash during removing i40e driverGrzegorz Szczurek2020-08-141-0/+3
| * | i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2020-08-142-9/+28
| * | igc: Fix PTP initializationVinicius Costa Gomes2020-08-142-5/+2
| |/
* / sfc: check hash is valid before using itEdward Cree2020-08-145-1/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-138-29/+35
|\
| * net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell2020-08-121-0/+1
| * net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell2020-08-121-0/+3
| * sfc: fix ef100 design-param checkingEdward Cree2020-08-121-1/+2
| * net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai2020-08-111-3/+14
| * ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()Xu Wang2020-08-111-2/+2
| * hinic: fix strncpy output truncated compile warningsLuo bin2020-08-112-22/+12
| * net: hns3: fix spelling mistake "could'nt" -> "couldn't"Colin Ian King2020-08-061-1/+1
* | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-076-7/+6
|\ \
| * \ Merge branch 'pci/misc'Bjorn Helgaas2020-08-051-1/+0
| |\ \
| | * | PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen2020-07-091-1/+0
| * | | PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-075-6/+6
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-072-4/+4
|\ \ \
| * | | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-072-4/+4
| | |/ | |/|
* | | Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-062-74/+25
|\ \ \
| * | | thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz2020-06-291-30/+0
| * | | thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz2020-06-291-0/+8
| * | | thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-291-20/+17
| * | | thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-291-19/+0
| * | | thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz2020-06-291-13/+8
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-064-2/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | net/mlx5: Enable count action for rules with allow actionMichael Guralnik2020-07-151-0/+1
| * | | net/mlx5: Support setting access rights of dma addressesEli Cohen2020-07-151-2/+9
| * | | net/mlx5: Enable QP number request when creating IPoIB underlay QPMichael Guralnik2020-07-032-0/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-05653-25465/+50945
|\ \ \ \
| * | | | net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson2020-08-051-1/+3
| * | | | dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing2020-08-041-3/+3