summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-08-13net: ipa: always inline ipa_aggr_granularity_val()Alex Elder1-4/+3
2021-08-12Merge tag 'mlx5-updates-2021-08-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller18-67/+144
2021-08-12wwan: core: Unshadow error code returned by ida_alloc_range()Andy Shevchenko1-2/+5
2021-08-12net: dsa: mt7530: fix VLAN traffic leaks againDENG Qingfang1-4/+1
2021-08-12net: phy: nxp-tja11xx: log critical health stateOleksij Rempel1-2/+11
2021-08-12net: hns3: add support for triggering reset by ethtoolYufeng Mo4-0/+68
2021-08-12bonding: combine netlink and console error messagesJonathan Toppins1-32/+37
2021-08-12net: mscc: Fix non-GPL export of regmap APIsMark Brown1-8/+8
2021-08-11net/mlx5e: Make use of netdev_warn()Cai Huoqing1-3/+6
2021-08-11net/mlx5: Fix variable type to match 64bitEran Ben Elisha1-4/+4
2021-08-11net/mlx5: Initialize numa node for all core devicesParav Pandit1-2/+1
2021-08-11net/mlx5: Allocate individual capabilityParav Pandit2-6/+67
2021-08-11net/mlx5: Reorganize current and maximal capabilities to be per-typeParav Pandit2-6/+6
2021-08-11net/mlx5: SF, use recent sysfs apiParav Pandit1-1/+1
2021-08-11net/mlx5: Refcount mlx5_irq with integerShay Drory1-21/+44
2021-08-11net/mlx5: Change SF missing dedicated MSI-X err message to dbgShay Drory1-1/+1
2021-08-11net/mlx5: Align mlx5_irq structureShay Drory1-2/+2
2021-08-11net/mlx5: Delete impossible dev->state checksLeon Romanovsky2-10/+0
2021-08-11net/mlx5: Fix inner TTC table creationMaor Gottlieb1-1/+2
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing14-16/+16
2021-08-11net/mlx5: Support enable_vnet devlink dev paramParav Pandit3-2/+57
2021-08-11net/mlx5: Support enable_rdma devlink dev paramParav Pandit3-3/+79
2021-08-11net/mlx5: Support enable_eth devlink dev paramParav Pandit3-2/+96
2021-08-11net/mlx5: Fix unpublish devlink parametersParav Pandit1-0/+1
2021-08-11net: ipa: kill ipa_clock_get_additional()Alex Elder3-20/+4
2021-08-11net: ipa: kill IPA clock reference countAlex Elder1-71/+6
2021-08-11net: ipa: get rid of extra clock referenceAlex Elder1-11/+0
2021-08-11net: ipa: use runtime PM coreAlex Elder1-37/+38
2021-08-11net: ipa: resume in ipa_clock_get()Alex Elder1-26/+37
2021-08-11net: ipa: disable clock in suspendAlex Elder1-8/+3
2021-08-11net: ipa: have ipa_clock_get() return a valueAlex Elder7-59/+99
2021-08-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski22-69/+926
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-57/+397
2021-08-10net: hns3: support skb's frag page recycling based on page poolYunsheng Lin3-5/+78
2021-08-10page_pool: keep pp info as long as page pool owns the pageYunsheng Lin4-8/+4
2021-08-10net, bonding: Add XDP support to the bonding driverJussi Maki1-1/+308
2021-08-10net, bonding: Refactor bond_xmit_hash for use with xdp_buffJussi Maki1-57/+90
2021-08-09net: fec: fix build error for ARCH m68kJoakim Zhang1-0/+2
2021-08-09devlink: Set device as early as possibleLeon Romanovsky28-56/+68
2021-08-09wwan: mhi: Fix missing spin_lock_init() in mhi_mbim_probe()Wei Yongjun1-0/+1
2021-08-08net: dsa: sja1105: add FDB fast ageing supportVladimir Oltean1-0/+41
2021-08-08net: dsa: sja1105: rely on DSA core tracking of port learning stateVladimir Oltean2-20/+13
2021-08-08net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean1-7/+0
2021-08-08devlink: Simplify devlink port API callsLeon Romanovsky4-16/+12
2021-08-07net: bonding: bond_alb: Remove the dependency on ipx network layerCai Huoqing1-32/+0
2021-08-07net: ethernet: stmmac: Do not use unreachable() in ipq806x_gmac_probe()Nathan Chancellor1-10/+8
2021-08-07tulip: Remove deadcode on startup true conditionColin Ian King1-1/+1
2021-08-07net: ethernet: ti: davinci_cpdma: revert "drop frame padding"Grygorii Strashko4-0/+8
2021-08-07vrf: fix NULL dereference in vrf_finish_output()Dan Carpenter1-1/+1
2021-08-06net: dsa: mt7530: drop untagged frames on VLAN-aware ports without PVIDDENG Qingfang2-2/+37