summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-2614-71/+109
|\
| * bnxt_en: Fix RX consumer index logic in the error path.Michael Chan2021-04-251-2/+4
| * net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skbPhillip Potter2021-04-231-2/+2
| * bnxt_en: fix ternary sign extension bug in bnxt_show_temp()Dan Carpenter2021-04-221-1/+3
| * net: phy: marvell: fix m88e1111_set_downshiftMaxim Kochetkov2021-04-221-10/+16
| * net: phy: marvell: fix m88e1011_set_downshiftMaxim Kochetkov2021-04-221-10/+16
| * bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state ma...jinyiting2021-04-211-3/+4
| * net: phy: intel-xway: enable integrated led functionsMartin Schiller2021-04-211-0/+21
| * net: renesas: ravb: Fix a stuck issue when a lot of frames are receivedYoshihiro Shimoda2021-04-211-23/+12
| * net: stmmac: fix TSO and TBS feature enabling during driver openOng Boon Leong2021-04-211-3/+9
| * nfp: devlink: initialize the devlink port attribute "lanes"Yinjun Zhang2021-04-211-0/+1
| * Merge tag 'wireless-drivers-2021-04-21' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-04-211-3/+4
| |\
| | * iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()Jiri Kosina2021-04-191-3/+4
| * | net: davinci_emac: Fix incorrect masking of tx and rx error channelColin Ian King2021-04-201-2/+2
| * | net: marvell: prestera: fix port event handling on initVadym Kochan2021-04-201-1/+2
| * | sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree2021-04-201-2/+1
| * | sfc: farch: fix TX queue lookup in TX event handlingEdward Cree2021-04-201-4/+4
| * | sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree2021-04-201-4/+4
| * | net: ethernet: ixp4xx: Set the DMA masks explicitlyLinus Walleij2021-04-191-1/+4
* | | bnxt_en: Implement .ndo_features_check().Michael Chan2021-04-252-2/+42
* | | bnxt_en: Support IFF_SUPP_NOFCS feature to transmit without ethernet FCS.Michael Chan2021-04-252-3/+14
* | | bnxt_en: Add PCI IDs for Hyper-V VF devices.Michael Chan2021-04-251-1/+18
* | | bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC.Michael Chan2021-04-251-1/+10
* | | bnxt_en: Move bnxt_approve_mac().Michael Chan2021-04-251-26/+27
* | | bnxt_en: allow VF config ops when PF is closedEdwin Peer2021-04-251-4/+0
* | | bnxt_en: allow promiscuous mode for trusted VFsEdwin Peer2021-04-253-7/+11
* | | bnxt_en: Add support for fw managed link down feature.Michael Chan2021-04-252-1/+3
* | | bnxt_en: Add a new phy_flags field to the main driver structure.Michael Chan2021-04-253-34/+22
* | | bnxt_en: report signal mode in link up messagesEdwin Peer2021-04-251-3/+19
* | | macvlan: Add nodst option to macvlan type sourceJethro Beekman2021-04-251-5/+14
* | | Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-04-2516-422/+701
|\ \ \
| * | | net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit2021-04-246-53/+140
| * | | net/mlx5: SF, Split mlx5_sf_hw_table into two partsParav Pandit2021-04-241-29/+58
| * | | net/mlx5: SF, Use helpers for allocation and freeParav Pandit2021-04-241-37/+60
| * | | net/mlx5: SF, Consider own vhca events of SF devicesParav Pandit2021-04-241-1/+11
| * | | net/mlx5: SF, Store and use start function idParav Pandit2021-04-241-2/+8
| * | | devlink: Extend SF port attributes to have external attributeParav Pandit2021-04-241-1/+1
| * | | net/mlx5: SF, Rely on hw table for SF devlink port allocationParav Pandit2021-04-243-8/+9
| * | | net/mlx5: E-Switch, Consider SF ports of host PFParav Pandit2021-04-242-0/+56
| * | | net/mlx5: E-Switch, Use xarray for vport number to vport and rep mappingParav Pandit2021-04-2411-323/+380
| * | | net/mlx5: E-Switch, Prepare to return total vports from eswitch structParav Pandit2021-04-242-3/+14
| * | | net/mlx5: E-Switch, Return eswitch max ports when eswitch is supportedParav Pandit2021-04-242-14/+13
* | | | net: ethernet: ixp4xx: Support device tree probingLinus Walleij2021-04-252-63/+148
* | | | net: ethernet: ixp4xx: Retire ancient phy retrievealLinus Walleij2021-04-251-5/+5
* | | | r8152: remove some bit operationsHayes Wang2021-04-251-7/+7
* | | | hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui2021-04-251-2/+12
* | | | ch_ktls: Remove redundant variable resultJiapeng Chong2021-04-251-6/+4
|/ / /
* | | phy: nxp-c45-tja11xx: add interrupt supportRadu Pirea (NXP OSS)2021-04-231-0/+33
* | | net/atm: Fix spelling mistake "requed" -> "requeued"Colin Ian King2021-04-231-1/+1
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-04-237-55/+115
|\ \ \