summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | net/mlx5: Fix length of irq_index in charsShay Drory2021-09-301-2/+2
| * | net/mlx5: Avoid generating event after PPS out in Real time modeAya Levin2021-09-301-8/+6
| * | net/mlx5: Force round second at 1PPS out start timeAya Levin2021-09-301-14/+11
| * | net/mlx5: E-Switch, Fix double allocation of acl flow counterMoshe Shemesh2021-09-302-5/+11
| * | net/mlx5e: Improve MQPRIO resiliencyTariq Toukan2021-09-302-32/+80
| * | net/mlx5e: Keep the value for maximum number of channels in-syncTariq Toukan2021-09-306-34/+57
| * | net/mlx5e: IPSEC RX, enable checksum completeRaed Salem2021-09-301-6/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-30185-1006/+1730
|\ \ \
| * | | Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-3033-137/+295
| |\| |
| | * | net: stmmac: fix EEE init issue when paired with EEE capable PHYsWong Vee Khee2021-09-301-0/+4
| | * | net: phy: bcm7xxx: Fixed indirect MMD operationsFlorian Fainelli2021-09-291-4/+110
| | * | net: hns3: disable firmware compatible features when uninstall PFGuangbin Huang2021-09-291-8/+13
| | * | net: hns3: fix always enable rx vlan filter problem after selftestGuangbin Huang2021-09-291-2/+4
| | * | net: hns3: PF enable promisc for VF when mac table is overflowGuangbin Huang2021-09-291-2/+6
| | * | net: hns3: fix show wrong state when add existing uc mac addressJian Shen2021-09-291-10/+9
| | * | net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and HCLGE_FLAG_DCB_ENABLEJian Shen2021-09-292-28/+10
| | * | net: hns3: don't rollback when destroy mqprio failJian Shen2021-09-291-6/+11
| | * | net: hns3: remove tc enable checkingJian Shen2021-09-294-17/+2
| | * | net: hns3: do not allow call hns3_nic_net_open repeatedlyJian Shen2021-09-291-0/+5
| | * | ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou2021-09-292-3/+7
| | * | net: mdio-ipq4019: Fix the error for an optional regs resourceCai Huoqing2021-09-291-1/+5
| | * | net: hns3: fix hclge_dbg_dump_tm_pg() stack usageArnd Bergmann2021-09-281-4/+24
| | * | net: mdio: mscc-miim: Fix the mdio controllerHoratiu Vultur2021-09-281-5/+10
| | * | net: sun: SUNVNET_COMMON should depend on INETRandy Dunlap2021-09-281-0/+1
| | * | ionic: fix gathering of debug statsShannon Nelson2021-09-281-9/+0
| | * | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tDavid S. Miller2021-09-281-7/+15
| | |\ \
| | | * | e100: fix buffer overrun in e100_get_regsJacob Keller2021-09-271-6/+10
| | | * | e100: fix length calculation in e100_get_regs_lenJacob Keller2021-09-271-1/+5
| | * | | dmascc: add CONFIG_VIRT_TO_BUS dependencyArnd Bergmann2021-09-281-0/+1
| | * | | net: ks8851: fix link errorArnd Bergmann2021-09-282-4/+10
| | |/ /
| | * | net: phy: enhance GPY115 loopback disable functionXu Liang2021-09-271-2/+21
| | * | Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-09-271-2/+2
| | |\ \
| | | * | mac80211-hwsim: fix late beacon hrtimer handlingJohannes Berg2021-09-231-2/+2
| | * | | dsa: mv88e6xxx: Include tagger overhead when setting MTU for DSA and CPU portsAndrew Lunn2021-09-272-3/+7
| | * | | dsa: mv88e6xxx: Fix MTU definitionAndrew Lunn2021-09-273-6/+10
| | * | | dsa: mv88e6xxx: 6161: Use chip wide MAX MTUAndrew Lunn2021-09-271-1/+1
| | * | | net: mdiobus: Fix memory leak in __mdiobus_registerYanfei Xu2021-09-271-0/+1
| | * | | Revert "ibmvnic: check failover_pending in login response"Desnes A. Nunes do Rosario2021-09-271-8/+0
| | * | | net: bgmac-platform: handle mac-address deferralMatthew Hagan2021-09-271-0/+3
| | * | | net: hns: Fix spelling mistake "maped" -> "mapped"Colin Ian King2021-09-271-1/+1
| | * | | drivers: net: mhi: fix error path in mhi_net_newlinkDaniele Palmas2021-09-241-5/+1
| | * | | smsc95xx: fix stalled rx after link changeAaro Koskinen2021-09-241-0/+3
| | * | | net: enetc: fix the incorrect clearing of IF_MODE bitsVladimir Oltean2021-09-241-2/+1
| * | | | Merge tag 'gpio-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-301-9/+2
| |\ \ \ \
| | * | | | gpio: pca953x: do not ignore i2c errorsAndrey Gusakov2021-09-291-9/+2
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-3016-47/+113
| |\ \ \ \ \
| | * | | | | RDMA/hns: Add the check of the CQE size of the user spaceWenpeng Liang2021-09-271-9/+22
| | * | | | | RDMA/hns: Fix the size setting error when copying CQE in clean_cq()Wenpeng Liang2021-09-271-1/+1
| | * | | | | RDMA/hfi1: Fix kernel pointer leakGuo Zhi2021-09-271-4/+4
| | * | | | | RDMA/usnic: Lock VF with mutex instead of spinlockLeon Romanovsky2021-09-243-10/+10