summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* | net: dsa: b53: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-6/+2
* | net: dsa: lantiq: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-7/+3
* | mvpp2: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-7/+3
* | Merge tag 'mlx5-updates-2019-07-29' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-07-3112-255/+424
|\ \ | |/ |/|
| * net/mlx5e: Protect tc flow table with mutexVlad Buslov2019-07-292-0/+9
| * net/mlx5e: Rely on rcu instead of rtnl lock when getting upper devVlad Buslov2019-07-292-2/+18
| * net/mlx5e: Eswitch, use state_lock to synchronize vlan changeVlad Buslov2019-07-292-12/+20
| * net/mlx5e: Eswitch, change offloads num_flows type to atomic64Vlad Buslov2019-07-293-6/+8
| * net/mlx5e: Protect unready flows with dedicated lockVlad Buslov2019-07-293-7/+40
| * net/mlx5e: Protect tc flows hashtable with rcuVlad Buslov2019-07-291-7/+40
| * net/mlx5e: Change flow flags type to unsigned longVlad Buslov2019-07-294-97/+149
| * net/mlx5e: Extend tc flow struct with reference counterVlad Buslov2019-07-291-88/+105
| * net/mlx5e: Simplify get_route_and_out_devs helper functionEli Britstein2019-07-291-12/+7
| * net/mlx5e: Fix unnecessary flow_block_cb_is_busy callwenxu2019-07-291-4/+0
| * net/mlx5e: Improve ethtool rxnfc callback structureSaeed Mahameed2019-07-293-22/+28
| * net/mlx5e: Avoid warning print when not requiredSaeed Mahameed2019-07-291-1/+2
| * net/mlx5e: Print a warning when LRO feature is dropped or not allowedHuy Nguyen2019-07-291-2/+3
* | Merge tag 'mac80211-next-for-davem-2019-07-31' of git://git.kernel.org/pub/sc...David S. Miller2019-07-319-44/+29
|\ \
| * | mac80211_hwsim: fill boottime_ns in netlink RX pathJohannes Berg2019-07-311-0/+7
| * | mac80211_hwsim: Extended Key ID API updateAlexander Wetzel2019-07-261-6/+0
| * | iwlwifi: mvm: remove unused .remove_sta_debugfs callbackGreg Kroah-Hartman2019-07-261-5/+0
| * | iwlwifi: dvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-262-25/+8
| * | mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach2019-07-266-6/+12
| * | mac80211_hwsim: Fix a typo in the name of function 'mac80211_hswim_he_capab()'Christophe JAILLET2019-07-261-2/+2
* | | myri10ge: remove unneeded variableDing Xiang2019-07-311-2/+1
* | | net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()'Christophe JAILLET2019-07-311-1/+1
* | | net: dsa: ksz: Add Microchip KSZ8795 DSA driverTristram Ha2019-07-308-1/+2469
* | | net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-3020-68/+15
* | | net: Use skb_frag_off accessorsJonathan Lemon2019-07-3023-42/+42
| |/ |/|
* | bnxt_en: Add PCI IDs for 57500 series NPAR devices.Michael Chan2019-07-291-0/+12
* | bnxt_en: Support all variants of the 5750X chip family.Michael Chan2019-07-291-2/+6
* | bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.Michael Chan2019-07-292-53/+67
* | bnxt_en: Support TPA counters on 57500 chips.Michael Chan2019-07-291-10/+31
* | bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.Michael Chan2019-07-292-2/+9
* | bnxt_en: Refactor ethtool ring statistics logic.Michael Chan2019-07-291-50/+70
* | bnxt_en: Add hardware GRO setup function for 57500 chips.Michael Chan2019-07-291-1/+32
* | bnxt_en: Add TPA ID mapping logic for 57500 chips.Michael Chan2019-07-292-2/+53
* | bnxt_en: Add fast path logic for TPA on 57500 chips.Michael Chan2019-07-291-25/+75
* | bnxt_en: Set TPA GRO mode flags on 57500 chips properly.Michael Chan2019-07-291-3/+5
* | bnxt_en: Refactor tunneled hardware GRO logic.Michael Chan2019-07-291-41/+28
* | bnxt_en: Handle standalone RX_AGG completions.Michael Chan2019-07-291-2/+18
* | bnxt_en: Expand bnxt_tpa_info struct to support 57500 chips.Michael Chan2019-07-292-6/+41
* | bnxt_en: Refactor TPA logic.Michael Chan2019-07-291-48/+69
* | bnxt_en: Add TPA structure definitions for BCM57500 chips.Michael Chan2019-07-291-0/+67
* | bnxt_en: Update firmware interface spec. to 1.10.0.89.Michael Chan2019-07-292-16/+108
* | net: dsa: mv88e6xxx: avoid some redundant vtu load/purge operationsRasmus Villemoes2019-07-291-1/+3
* | r8169: make use of xmit_moreHeiner Kallweit2019-07-291-5/+12
* | net: ag71xx: use resource_size for the ioremap sizeDing Xiang2019-07-291-1/+1
* | net: hns3: use dev_info() instead of pr_info()Huazhong Tan2019-07-292-2/+5
* | net: hns3: Add support for using order 1 pages with a 4K bufferYunsheng Lin2019-07-292-8/+17