summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-2316-34/+74
|\
| * ibmvnic: save changed mac address to adapter->mac_addrLijun Pan2020-10-221-0/+5
| * net: ethernet: mtk-star-emac: select REGMAP_MMIOBartosz Golaszewski2020-10-221-0/+1
| * sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree2020-10-212-1/+1
| * net: chelsio: inline_crypto: fix Kconfig and build errorsRandy Dunlap2020-10-211-0/+1
| * chelsio/chtls: fix writing freed memoryVinay Kumar Yadav2020-10-211-1/+0
| * chelsio/chtls: correct function return and return typeVinay Kumar Yadav2020-10-211-2/+2
| * chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav2020-10-211-2/+8
| * chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav2020-10-211-3/+2
| * chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav2020-10-211-0/+3
| * chelsio/chtls: fix socket lockVinay Kumar Yadav2020-10-211-0/+1
| * netsec: ignore 'phy-mode' device property on ACPI systemsArd Biesheuvel2020-10-211-7/+17
| * net: remove unneeded breakTom Rix2020-10-203-3/+0
| * net: korina: cast KSEG0 address to pointer in kfreeValentin Vidic2020-10-201-2/+2
| * r8169: fix operation under forced interrupt threadingHeiner Kallweit2020-10-201-4/+4
| * ixgbe: fix probing of multi-port devices with one MDIOJakub Kicinski2020-10-181-9/+14
| * net: ftgmac100: Fix Aspeed ast2600 TX hang issueDylan Hung2020-10-172-0/+13
* | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-1/+1
|\ \
| * | PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof WilczyƄski2020-09-291-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-175-58/+32
|\ \ \ | |_|/ |/| |
| * | Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe2020-10-1654-428/+664
| |\ \
| * \ \ Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-1822-197/+242
| |\ \ \
| | * | | RDMA/mlx5: Delete duplicated mlx5_ptys_width enumAharon Landau2020-09-171-8/+0
| | * | | net/mlx5: Refactor query port speed functionsAharon Landau2020-09-172-38/+8
| * | | | qede: Notify qedr when mtu has changedMichal Kalderon2020-09-112-1/+20
| * | | | RDMA/qedr: Remove fbo and zbva from the MRJason Gunthorpe2020-09-111-10/+2
| * | | | RDMA/qedr: Fix reported max_pkeysKamal Heib2020-09-021-1/+2
* | | | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-16642-12635/+42555
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-158-27/+227
| |\ \ \ \ \
| | * | | | | ibmveth: Identify ingress large send packets.David Wilder2020-10-151-1/+12
| | * | | | | ibmveth: Switch order of ibmveth_helper calls.David Wilder2020-10-151-5/+5
| | * | | | | cxgb4: handle 4-tuple PEDIT to NAT mode translationHerat Ramani2020-10-152-13/+177
| | * | | | | net: fec: Fix phy_device lookup for phy_reset_after_clk_enable()Marek Vasut2020-10-121-2/+23
| | * | | | | mlx4: handle non-napi callers to napi_pollJonathan Lemon2020-10-122-1/+4
| | * | | | | net: korina: fix kfree of rx/tx descriptor arrayValentin Vidic2020-10-121-1/+2
| | * | | | | net: tlan: Fix typo abitraryNaoki Hayama2020-10-101-1/+1
| | * | | | | net: fec: Fix PHY init after phy_reset_after_clk_enable()Marek Vasut2020-10-091-5/+5
| * | | | | | cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcrAyush Sawal2020-10-151-67/+68
| * | | | | | Merge tag 'mlx5-updates-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2020-10-1411-35/+400
| |\ \ \ \ \ \
| | * | | | | | net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offloadRaed Salem2020-10-135-29/+202
| | * | | | | | net/mlx5e: IPsec: Add TX steering rule per IPsec stateHuy Nguyen2020-10-132-4/+176
| | * | | | | | net/mlx5: Add NIC TX domain namespaceHuy Nguyen2020-10-133-1/+22
| | * | | | | | net/mlx5: Fix uininitialized pointer read on pointer attrColin Ian King2020-10-131-1/+0
| * | | | | | | e1000: remove unused and incorrect codeJesse Brandeburg2020-10-141-9/+1
| * | | | | | | i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin2020-10-145-12/+49
| * | | | | | | net: mscc: ocelot: remove duplicate ocelot_port_dev_checkVladimir Oltean2020-10-141-8/+3
| * | | | | | | macb: support the two tx descriptors on at91rm9200Willy Tarreau2020-10-142-8/+40
| * | | | | | | macb: prepare at91 to use a 2-frame TX queueWilly Tarreau2020-10-142-16/+18
| * | | | | | | macb: add RM9200's interrupt flag TBREWilly Tarreau2020-10-141-0/+2
| |/ / / / / /
| * | | | | | bnxt_en: Add stored FW version info to devlink info_get cb.Vasundhara Volam2020-10-121-2/+45