Age | Commit message (Expand) | Author | Files | Lines |
2021-04-26 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 11 | -186/+526 |
2021-04-26 | mmc: block: Issue a cache flush only when it's enabled | Avri Altman | 4 | -3/+21 |
2021-04-26 | memstick: r592: ignore kfifo_out() return code again | Arnd Bergmann | 1 | -1/+4 |
2021-04-26 | bnxt_en: Implement .ndo_features_check(). | Michael Chan | 2 | -2/+42 |
2021-04-26 | bnxt_en: Support IFF_SUPP_NOFCS feature to transmit without ethernet FCS. | Michael Chan | 2 | -3/+14 |
2021-04-26 | bnxt_en: Add PCI IDs for Hyper-V VF devices. | Michael Chan | 1 | -1/+18 |
2021-04-26 | bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC. | Michael Chan | 1 | -1/+10 |
2021-04-26 | bnxt_en: Move bnxt_approve_mac(). | Michael Chan | 1 | -26/+27 |
2021-04-26 | bnxt_en: allow VF config ops when PF is closed | Edwin Peer | 1 | -4/+0 |
2021-04-26 | bnxt_en: allow promiscuous mode for trusted VFs | Edwin Peer | 3 | -7/+11 |
2021-04-26 | bnxt_en: Add support for fw managed link down feature. | Michael Chan | 2 | -1/+3 |
2021-04-26 | bnxt_en: Add a new phy_flags field to the main driver structure. | Michael Chan | 3 | -34/+22 |
2021-04-26 | bnxt_en: report signal mode in link up messages | Edwin Peer | 1 | -3/+19 |
2021-04-26 | macvlan: Add nodst option to macvlan type source | Jethro Beekman | 1 | -5/+14 |
2021-04-26 | Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 16 | -422/+701 |
2021-04-26 | net: ethernet: ixp4xx: Support device tree probing | Linus Walleij | 2 | -63/+148 |
2021-04-26 | net: ethernet: ixp4xx: Retire ancient phy retrieveal | Linus Walleij | 1 | -5/+5 |
2021-04-26 | r8152: remove some bit operations | Hayes Wang | 1 | -7/+7 |
2021-04-26 | hv_netvsc: Make netvsc/VF binding check both MAC and serial number | Dexuan Cui | 1 | -2/+12 |
2021-04-26 | bnxt_en: Fix RX consumer index logic in the error path. | Michael Chan | 1 | -2/+4 |
2021-04-26 | ch_ktls: Remove redundant variable result | Jiapeng Chong | 1 | -6/+4 |
2021-04-24 | Merge tag 'irqchip-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 17 | -58/+466 |
2021-04-24 | can: etas_es58x: Fix a couple of spelling mistakes | Colin Ian King | 1 | -2/+2 |
2021-04-24 | can: etas_es58x: Fix missing null check on netdev pointer | Colin Ian King | 1 | -1/+1 |
2021-04-24 | irqchip/xilinx: Expose Kconfig option for Zynq/ZynqMP | Robert Hancock | 1 | -1/+6 |
2021-04-24 | net/mlx5: SF, Extend SF table for additional SF id range | Parav Pandit | 6 | -53/+140 |
2021-04-24 | net/mlx5: SF, Split mlx5_sf_hw_table into two parts | Parav Pandit | 1 | -29/+58 |
2021-04-24 | net/mlx5: SF, Use helpers for allocation and free | Parav Pandit | 1 | -37/+60 |
2021-04-24 | net/mlx5: SF, Consider own vhca events of SF devices | Parav Pandit | 1 | -1/+11 |
2021-04-24 | net/mlx5: SF, Store and use start function id | Parav Pandit | 1 | -2/+8 |
2021-04-24 | devlink: Extend SF port attributes to have external attribute | Parav Pandit | 1 | -1/+1 |
2021-04-24 | net/mlx5: SF, Rely on hw table for SF devlink port allocation | Parav Pandit | 3 | -8/+9 |
2021-04-24 | net/mlx5: E-Switch, Consider SF ports of host PF | Parav Pandit | 2 | -0/+56 |
2021-04-24 | net/mlx5: E-Switch, Use xarray for vport number to vport and rep mapping | Parav Pandit | 11 | -323/+380 |
2021-04-24 | net/mlx5: E-Switch, Prepare to return total vports from eswitch struct | Parav Pandit | 2 | -3/+14 |
2021-04-24 | net/mlx5: E-Switch, Return eswitch max ports when eswitch is supported | Parav Pandit | 2 | -14/+13 |
2021-04-24 | Merge tag 'pinctrl-v5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -9/+11 |
2021-04-24 | phy: nxp-c45-tja11xx: add interrupt support | Radu Pirea (NXP OSS) | 1 | -0/+33 |
2021-04-24 | net/atm: Fix spelling mistake "requed" -> "requeued" | Colin Ian King | 1 | -1/+1 |
2021-04-24 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | David S. Miller | 7 | -55/+115 |
2021-04-23 | Merge tag 'wireless-drivers-next-2021-04-23' of git://git.kernel.org/pub/scm/... | David S. Miller | 80 | -1157/+3321 |
2021-04-23 | r8152: redefine REALTEK_USB_DEVICE macro | Hayes Wang | 1 | -35/+27 |
2021-04-23 | r8152: remove NCM mode from REALTEK_USB_DEVICE macro | Hayes Wang | 1 | -9/+0 |
2021-04-23 | enetc: fix locking for one-step timestamping packet transfer | Yangbo Lu | 1 | -9/+9 |
2021-04-23 | net: ethernet: mtk_eth_soc: use iopoll.h macro for DMA init | Ilya Lipnitskiy | 2 | -17/+14 |
2021-04-23 | net: ethernet: mtk_eth_soc: set PPE flow hash as skb hash if present | Felix Fietkau | 1 | -0/+8 |
2021-04-23 | net: ethernet: mtk_eth_soc: rework NAPI callbacks | Ilya Lipnitskiy | 1 | -30/+24 |
2021-04-23 | net: ethernet: mtk_eth_soc: reduce unnecessary interrupts | Felix Fietkau | 1 | -4/+5 |
2021-04-23 | net: ethernet: mtk_eth_soc: only read the full RX descriptor if DMA is done | Felix Fietkau | 1 | -4/+8 |
2021-04-23 | net: ethernet: mtk_eth_soc: cache HW pointer of last freed TX descriptor | Felix Fietkau | 2 | -4/+6 |