summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-12net: dsa: mv88e6xxx: introduce wait bit routineVivien Didelot8-50/+73
2019-08-12net: dsa: mv88e6xxx: introduce wait mask routineVivien Didelot4-52/+41
2019-08-12net: dsa: mv88e6xxx: wait for 88E6185 PPU disabledVivien Didelot1-1/+1
2019-08-12r8169: inline rtl8169_free_rx_databuffHeiner Kallweit1-17/+7
2019-08-12Merge branch 'realtek-phy-next'David S. Miller4-37/+113
2019-08-12net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125Heiner Kallweit1-0/+62
2019-08-12net: phy: add phy_modify_paged_changedHeiner Kallweit2-5/+26
2019-08-12net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit2-16/+19
2019-08-12net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t fu...Heiner Kallweit1-16/+6
2019-08-12netdevsim: register couple of devlink paramsJiri Pirko2-1/+73
2019-08-11Merge branch 'drop_monitor-Capture-dropped-packets-and-metadata'David S. Miller2-37/+613
2019-08-11drop_monitor: Expose tail drop counterIdo Schimmel2-0/+111
2019-08-11drop_monitor: Make drop queue length configurableIdo Schimmel2-3/+17
2019-08-11drop_monitor: Add a command to query current configurationIdo Schimmel2-0/+50
2019-08-11drop_monitor: Allow truncation of dropped packetsIdo Schimmel2-0/+21
2019-08-11drop_monitor: Add packet alert modeIdo Schimmel2-2/+305
2019-08-11drop_monitor: Add alert mode operationsIdo Schimmel2-6/+41
2019-08-11drop_monitor: Require CAP_NET_ADMIN for drop monitor configurationIdo Schimmel1-0/+1
2019-08-11drop_monitor: Reset per-CPU data before starting to traceIdo Schimmel1-3/+7
2019-08-11drop_monitor: Initialize timer and work item upon tracing enableIdo Schimmel1-5/+19
2019-08-11drop_monitor: Split tracing enable / disable to different functionsIdo Schimmel1-28/+51
2019-08-11Merge branch 'Networking-driver-debugfs-cleanups'David S. Miller37-805/+175
2019-08-11ieee802154: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-33/+9
2019-08-11ixgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-17/+5
2019-08-11i40e: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+4
2019-08-11fm10k: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+0
2019-08-11mvpp2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+1
2019-08-11skge: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-30/+9
2019-08-11qca: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-10/+3
2019-08-11dpaa2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-50/+7
2019-08-11stmmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-46/+8
2019-08-11nfp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-16/+1
2019-08-11hns3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-15/+2
2019-08-11cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-20/+9
2019-08-11bnxt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-29/+11
2019-08-11xgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-76/+31
2019-08-11mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman7-163/+24
2019-08-11bonding: no need to print a message if debugfs_create_dir() failsGreg Kroah-Hartman1-5/+0
2019-08-11wimax: no need to check return value of debugfs_create functionsGreg Kroah-Hartman8-257/+51
2019-08-10Merge tag 'mlx5-updates-2019-08-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller11-140/+340
2019-08-10tc-testing: added tdc tests for matchall filterRoman Mashak1-0/+391
2019-08-10selftests: Fix detection of nettest command in fcnal-testDavid Ahern1-32/+6
2019-08-10net/mlx5e: Use refcount_t for refcountChuhong Yuan1-4/+5
2019-08-10net/mlx5e: Use vhca_id in generating representor port_indexParav Pandit1-4/+16
2019-08-10net/mlx5e: Simplify querying port representor parent idParav Pandit1-13/+3
2019-08-10net/mlx5: E-switch, Removed unused hwidParav Pandit2-6/+1
2019-08-10net/mlx5e: Allow concurrent creation of encap entriesVlad Buslov2-6/+29
2019-08-10net/mlx5e: Protect encap hash table with mutexVlad Buslov3-10/+36
2019-08-10net/mlx5e: Extend encap entry with reference counterVlad Buslov4-28/+64
2019-08-10net/mlx5e: Allow concurrent creation of mod_hdr entriesVlad Buslov1-12/+29