Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7de7c6717f2c80ba64292cfc537c893947115cae
/
include
/
net
/
pkt_sched.h
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
d8b9605
net: sched: fix skb->protocol use in case of accelerated vlan path
by Jiri Pirko
· 10 years ago
f2600cf
net: sched: avoid costly atomic operation in fq_dequeue()
by Eric Dumazet
· 10 years ago
55a93b3
qdisc: validate skb without holding lock
by Eric Dumazet
· 10 years ago
d2de875
net: use ktime_get_ns() and ktime_get_real_ns() helpers
by Eric Dumazet
· 10 years ago
6e765a0
net_sched: drr: warn when qdisc is not work conserving
by Florian Westphal
· 10 years ago
95dc192
pkt_sched: give visibility to mq slave qdiscs
by Eric Dumazet
· 11 years ago
6da7c8f
qdisc: allow setting default queuing discipline
by stephen hemminger
· 11 years ago
5c15257
net: Remove extern from include/net/ scheduling prototypes
by Joe Perches
· 11 years ago
34c5d29
sch_api: introduce qdisc_watchdog_schedule_ns()
by Jiri Pirko
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
dc7f9f6
net: sched: constify tcf_proto and tc_action
by Eric Dumazet
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
bc135b2
net: Define accessors to manipulate QDISC_STATE_RUNNING
by Eric Dumazet
· 14 years ago
5d944c6
gen_estimator: deadlock fix
by Eric Dumazet
· 15 years ago
57dbb2d
sched: add head drop fifo queue
by Hagen Paul Pfeifer
· 15 years ago
fd2c3ef
net: cleanup include/net
by Eric Dumazet
· 15 years ago
bbd8a0d
net: Avoid enqueuing skb for default qdiscs
by Krishna Kumar
· 15 years ago
ca44d6e
pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2US
by Jarek Poplawski
· 15 years ago
a4a710c
pkt_sched: Change PSCHED_SHIFT from 10 to 6
by Jarek Poplawski
· 15 years ago
728bf09
pkt_sched: Use PSCHED_SHIFT in PSCHED time conversion
by Jarek Poplawski
· 15 years ago
b00355d
pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.
by Jarek Poplawski
· 16 years ago
f4ab543
pkt_sched: Remove the tx queue state check in qdisc_run()
by Jarek Poplawski
· 16 years ago
f6e0b23
pkt_sched: Fix qdisc list locking
by Jarek Poplawski
· 16 years ago
83f36f3
pkt_sched: Add queue stopped test back to qdisc_run().
by David S. Miller
· 16 years ago
175f9c1
net_sched: Add size table for qdiscs
by Jussi Kivilinna
· 16 years ago
37437bb
pkt_sched: Schedule qdiscs instead of netdev_queue.
by David S. Miller
· 16 years ago
e2627c8
pkt_sched: Make QDISC_RUNNING a qdisc state.
by David S. Miller
· 16 years ago
fd2ea0a
net: Use queue aware tests throughout.
by David S. Miller
· 16 years ago
79d1638
netdev: Move atomic queue state bits into netdev_queue.
by David S. Miller
· 16 years ago
eb6aafe
pkt_sched: Make qdisc_run take a netdev_queue.
by David S. Miller
· 16 years ago
fb0305c
net-sched: consolidate default fifo qdisc setup
by Patrick McHardy
· 16 years ago
1e90474
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
by Patrick McHardy
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 17 years ago
73ca491
[NET_SCHED]: act_api: qdisc internal reclassify support
by Patrick McHardy
· 17 years ago
0463d4a
[NET_SCHED]: Eliminate qdisc_tree_lock
by Patrick McHardy
· 18 years ago
3bebcda
[NET_SCHED]: turn PSCHED_GET_TIME into inline function
by Patrick McHardy
· 18 years ago
03cc45c
[NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline function
by Patrick McHardy
· 18 years ago
8edc0c3
[NET_SCHED]: kill PSCHED_TDIFF
by Patrick McHardy
· 18 years ago
a084980
[NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECT
by Patrick McHardy
· 18 years ago
104e087
[NET_SCHED]: kill PSCHED_TLESS
by Patrick McHardy
· 18 years ago
7c59e25
[NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2
by Patrick McHardy
· 18 years ago
26e252d
[NET_SCHED]: kill PSCHED_AUDIT_TDIFF
by Patrick McHardy
· 18 years ago
00c04af
[NET_SCHED]: kill jiffie conversion macros
by Patrick McHardy
· 18 years ago
4179477
[NET_SCHED]: Add hrtimer based qdisc watchdog
by Patrick McHardy
· 18 years ago
641b9e0
[NET_SCHED]: Use ktime as clocksource
by Patrick McHardy
· 18 years ago
2266d88
[PKT_SCHED]: Fix regression in PSCHED_TADD{,2}.
by Guillaume Chazarain
· 18 years ago
4ee303d
[PKT_SCHED]: PSCHED_TADD() and PSCHED_TADD2() can result,tv_usec >= 1000000
by Shuya MAEDA
· 18 years ago
48d8332
[NET]: Prevent multiple qdisc runs
by Herbert Xu
· 18 years ago
538e43a
[PKT_SCHED]: Use USEC_PER_SEC
by Patrick McHardy
· 19 years ago
3d54b82
[PKT_SCHED]: Cleanup qdisc creation and alignment macros
by Thomas Graf
· 19 years ago
e41a33e
[PKT_SCHED]: Move sch_generic.c prototypes to correct header file
by Thomas Graf
· 19 years ago
9dfa277
[PKT_SCHED]: Fix range in PSCHED_TDIFF_SAFE to 0..bound
by Patrick McHardy
· 20 years ago
7b3c63a
[PKT_SCHED]: Fix range in psched_tod_diff() to 0..bound
by Nicolas Dichtel
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago