summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-10net/mlx5e: Protect mod_hdr hash table with mutexVlad Buslov3-10/+28
2019-08-10net/mlx5e: Protect mod header entry flows list with spinlockVlad Buslov1-0/+7
2019-08-10net/mlx5e: Extend mod header entry with reference counterVlad Buslov5-43/+61
2019-08-10net/mlx5e: Allow concurrent creation of hairpin entriesVlad Buslov1-19/+46
2019-08-10net/mlx5e: Protect hairpin hash table with mutexVlad Buslov2-4/+18
2019-08-10net/mlx5e: Protect hairpin entry flows list with spinlockVlad Buslov1-0/+8
2019-08-10net/mlx5e: Extend hairpin entry with reference counterVlad Buslov1-18/+26
2019-08-09Merge branch 'hns3-next'David S. Miller11-242/+615
2019-08-09net: hns3: refine some macro definitionsGuojia Liao2-3/+3
2019-08-09net: hns3: add handshake with VF for PF resetHuazhong Tan2-8/+55
2019-08-09net: hns3: refine MAC pause statistics querying functionYufeng Mo3-14/+20
2019-08-09net: hns3: add function display NCL_CONFIG infoYufeng Mo1-22/+30