aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-01net: hns3: add link change event reportJian Shen6-4/+79
2019-08-01net: phy: xgene: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-01bcm63xx_enet: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-6/+3
2019-08-01net: qcom/emac: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-5/+2
2019-08-01net: mediatek: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-2/+1
2019-08-01net: dsa: bcm_sf2: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-01net: dsa: b53: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-6/+2
2019-08-01net: dsa: lantiq: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-7/+3
2019-08-01mvpp2: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-7/+3
2019-07-31Merge tag 'mlx5-updates-2019-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller12-255/+424
2019-07-31staging/octeon: Fix build error without CONFIG_NETDEVICESYueHaibing1-1/+2
2019-07-31Merge tag 'mac80211-next-for-davem-2019-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller9-44/+29
2019-07-31myri10ge: remove unneeded variableDing Xiang1-2/+1
2019-07-31net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()'Christophe JAILLET1-1/+1
2019-07-31mac80211_hwsim: fill boottime_ns in netlink RX pathJohannes Berg1-0/+7
2019-07-30net: dsa: ksz: Add Microchip KSZ8795 DSA driverTristram Ha8-1/+2469
2019-07-30vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-18/+48
2019-07-30vsock/virtio: limit the memory used per-socketStefano Garzarella1-0/+2
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd20-68/+15
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon33-54/+54
2019-07-29net/mlx5e: Protect tc flow table with mutexVlad Buslov2-0/+9
2019-07-29net/mlx5e: Rely on rcu instead of rtnl lock when getting upper devVlad Buslov2-2/+18
2019-07-29net/mlx5e: Eswitch, use state_lock to synchronize vlan changeVlad Buslov2-12/+20
2019-07-29net/mlx5e: Eswitch, change offloads num_flows type to atomic64Vlad Buslov3-6/+8
2019-07-29net/mlx5e: Protect unready flows with dedicated lockVlad Buslov3-7/+40
2019-07-29net/mlx5e: Protect tc flows hashtable with rcuVlad Buslov1-7/+40
2019-07-29net/mlx5e: Change flow flags type to unsigned longVlad Buslov4-97/+149
2019-07-29net/mlx5e: Extend tc flow struct with reference counterVlad Buslov1-88/+105
2019-07-29net/mlx5e: Simplify get_route_and_out_devs helper functionEli Britstein1-12/+7
2019-07-29net/mlx5e: Fix unnecessary flow_block_cb_is_busy callwenxu1-4/+0
2019-07-29net/mlx5e: Improve ethtool rxnfc callback structureSaeed Mahameed3-22/+28
2019-07-29net/mlx5e: Avoid warning print when not requiredSaeed Mahameed1-1/+2
2019-07-29net/mlx5e: Print a warning when LRO feature is dropped or not allowedHuy Nguyen1-2/+3
2019-07-29bnxt_en: Add PCI IDs for 57500 series NPAR devices.Michael Chan1-0/+12
2019-07-29bnxt_en: Support all variants of the 5750X chip family.Michael Chan1-2/+6
2019-07-29bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.Michael Chan2-53/+67
2019-07-29bnxt_en: Support TPA counters on 57500 chips.Michael Chan1-10/+31
2019-07-29bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.Michael Chan2-2/+9
2019-07-29bnxt_en: Refactor ethtool ring statistics logic.Michael Chan1-50/+70
2019-07-29bnxt_en: Add hardware GRO setup function for 57500 chips.Michael Chan1-1/+32
2019-07-29bnxt_en: Add TPA ID mapping logic for 57500 chips.Michael Chan2-2/+53
2019-07-29bnxt_en: Add fast path logic for TPA on 57500 chips.Michael Chan1-25/+75
2019-07-29bnxt_en: Set TPA GRO mode flags on 57500 chips properly.Michael Chan1-3/+5
2019-07-29bnxt_en: Refactor tunneled hardware GRO logic.Michael Chan1-41/+28
2019-07-29bnxt_en: Handle standalone RX_AGG completions.Michael Chan1-2/+18
2019-07-29bnxt_en: Expand bnxt_tpa_info struct to support 57500 chips.Michael Chan2-6/+41
2019-07-29bnxt_en: Refactor TPA logic.Michael Chan1-48/+69
2019-07-29bnxt_en: Add TPA structure definitions for BCM57500 chips.Michael Chan1-0/+67
2019-07-29bnxt_en: Update firmware interface spec. to 1.10.0.89.Michael Chan2-16/+108
2019-07-29net: dsa: mv88e6xxx: avoid some redundant vtu load/purge operationsRasmus Villemoes1-1/+3