sch_netem.c (2491b544ff3aa9717d427033206fa793be53429d) | sch_netem.c (84a14ae8c44fb4828a05f363a09c3261472de00e) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * net/sched/sch_netem.c Network emulator 3 * | 2/* 3 * net/sched/sch_netem.c Network emulator 4 * |
4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License 6 * as published by the Free Software Foundation; either version 7 * 2 of the License. 8 * | |
9 * Many of the algorithms and ideas for this came from 10 * NIST Net which is not copyrighted. 11 * 12 * Authors: Stephen Hemminger <shemminger@osdl.org> 13 * Catalin(ux aka Dino) BOIE <catab at umbrella dot ro> 14 */ 15 16#include <linux/mm.h> --- 1275 unchanged lines hidden --- | 5 * Many of the algorithms and ideas for this came from 6 * NIST Net which is not copyrighted. 7 * 8 * Authors: Stephen Hemminger <shemminger@osdl.org> 9 * Catalin(ux aka Dino) BOIE <catab at umbrella dot ro> 10 */ 11 12#include <linux/mm.h> --- 1275 unchanged lines hidden --- |