Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0cefafadbbe3947fd97b7560a214eb486069faac
/
net
/
sched
/
sch_api.c
b00355d
pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.
by Jarek Poplawski
· 16 years ago
05a8c1c
pkt_sched: Remove smp_wmb() in qdisc_watchdog()
by Jarek Poplawski
· 16 years ago
6113b74
pkt_sched: fix sparse warning
by Hannes Eder
· 16 years ago
71bcb09
tc: check for errors in gen_rate_estimator creation
by Stephen Hemminger
· 16 years ago
f6486d4
pkt_sched: sch_api: Remove qdisc_list_lock
by Jarek Poplawski
· 16 years ago
6ab33d5
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
3aa4614
pkt_sched: fix missing check for packet overrun in qdisc_dump_stab()
by Patrick McHardy
· 16 years ago
f30ab41
pkt_sched: Remove qdisc->ops->requeue() etc.
by Jarek Poplawski
· 16 years ago
99c0db2
pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation.
by Jarek Poplawski
· 16 years ago
95a5afc
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
by Johannes Berg
· 16 years ago
102396a
pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()
by Jarek Poplawski
· 16 years ago
f6f9b93
pkt_sched: Fix gen_estimator locks
by Jarek Poplawski
· 16 years ago
f7a54c1
pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdisc
by Jarek Poplawski
· 16 years ago
666d9bb
pkt_sched: Fix dev_graft_qdisc() locking
by Jarek Poplawski
· 16 years ago
f6e0b23
pkt_sched: Fix qdisc list locking
by Jarek Poplawski
· 16 years ago
2540e05
pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() race
by Jarek Poplawski
· 16 years ago
f3b9605
Revert "pkt_sched: Add BH protection for qdisc_stab_lock."
by David S. Miller
· 16 years ago
e5befbd
pkt_sched: remove bogus block (cleanup)
by Ilpo Järvinen
· 16 years ago
4d8863a
pkt_sched: Don't hold qdisc lock over qdisc_destroy().
by David S. Miller
· 16 years ago
25bfcd5
pkt_sched: Add lockdep annotation for qdisc locks
by Jarek Poplawski
· 16 years ago
8608db0
pkt_sched: Never schedule non-root qdiscs.
by David S. Miller
· 16 years ago
3a76e37
pkt_sched: Grab correct lock in notify_and_destroy().
by Jarek Poplawski
· 16 years ago
1cfa266
pkt_sched: Add BH protection for qdisc_stab_lock.
by Jarek Poplawski
· 16 years ago
8123b42
pkt_sched: Fix ingress deletion and filter attachment.
by David S. Miller
· 16 years ago
827ebd6
pkt_sched: Fix qdisc config when link is down.
by David S. Miller
· 16 years ago
ee7af82
pkt_sched: Fix "parent is root" test in qdisc_create().
by David S. Miller
· 16 years ago
8d50b53
pkt_sched: Fix OOPS on ingress qdisc add.
by David S. Miller
· 16 years ago
a94f779
pkt_sched: make qdisc_class_hash_alloc() static
by Adrian Bunk
· 16 years ago
175f9c1
net_sched: Add size table for qdiscs
by Jussi Kivilinna
· 16 years ago
3072367
pkt_sched: Manage qdisc list inside of root qdisc.
by David S. Miller
· 16 years ago
99194cf
pkt_sched: Add multiqueue handling to qdisc_graft().
by David S. Miller
· 16 years ago
5304997
pkt_sched: Make qdisc grafting locking more specific.
by David S. Miller
· 16 years ago
ead81cc
netdevice: Move qdisc_list back into net_device proper.
by David S. Miller
· 16 years ago
37437bb
pkt_sched: Schedule qdiscs instead of netdev_queue.
by David S. Miller
· 16 years ago
7698b4f
pkt_sched: Add and use qdisc_root() and qdisc_root_lock().
by David S. Miller
· 16 years ago
e8a0464
netdev: Allocate multiple queues for TX.
by David S. Miller
· 16 years ago
86d804e
netdev: Make netif_schedule() routines work with netdev_queue objects.
by David S. Miller
· 16 years ago
68dfb42
pkt_sched: Kill stats_lock member of struct Qdisc.
by David S. Miller
· 16 years ago
816f325
netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.
by David S. Miller
· 16 years ago
b0e1e64
netdev: Move rest of qdisc state into struct netdev_queue
by David S. Miller
· 16 years ago
555353c
netdev: The ingress_lock member is no longer needed.
by David S. Miller
· 16 years ago
dc2b484
netdev: Move queue_lock into struct netdev_queue.
by David S. Miller
· 16 years ago
5ce2d48
pkt_sched: Remove 'dev' member of struct Qdisc.
by David S. Miller
· 16 years ago
bb949fb
netdev: Create netdev_queue abstraction.
by David S. Miller
· 16 years ago
e65d22e
pkt_sched: Remove comment reference to old style TX locking.
by David S. Miller
· 16 years ago
6fe1c7a
net-sched: add dynamically sized qdisc class hash helpers
by Patrick McHardy
· 16 years ago
ff31ab5
net-sched: change tcf_destroy_chain() to clear start of filter list
by Patrick McHardy
· 16 years ago
1e42198
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 17 years ago
066a3b5
[NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loop
by Jarek Poplawski
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
5feb5e1
[NET_SCHED]: sch_api: introduce constant for rate table size
by Patrick McHardy
· 17 years ago
57e1c48
[NET_SCHED]: Use NLA_PUT_STRING for string dumping
by Patrick McHardy
· 17 years ago
1e90474
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
by Patrick McHardy
· 17 years ago
62e3ba1
[NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol
by Patrick McHardy
· 17 years ago
97c53ca
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
by Denis V. Lunev
· 17 years ago
b854272
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
by Denis V. Lunev
· 17 years ago
20fea08
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
by Eric Dumazet
· 17 years ago
3c0cfc1
[NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/psched
by Patrick McHardy
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
ffc8fef
[NET]: Fix sch_api to properly set sch->parent on the root.
by Patrick McHardy
· 17 years ago
73ca491
[NET_SCHED]: act_api: qdisc internal reclassify support
by Patrick McHardy
· 17 years ago
0621ed2
[NET_SCHED]: Revert "avoid transmit softirq on watchdog wakeup" optimization
by Patrick McHardy
· 17 years ago
0ba4805
[NET_SCHED]: Remove unnecessary includes
by Patrick McHardy
· 17 years ago
876d48a
[NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option
by Patrick McHardy
· 17 years ago
7562f87
[NET]: Rework dev_base via list_head (v3)
by Pavel Emelianov
· 18 years ago
fd44de7
[NET_SCHED]: ingress: switch back to using ingress_lock
by Patrick McHardy
· 18 years ago
0463d4a
[NET_SCHED]: Eliminate qdisc_tree_lock
by Patrick McHardy
· 18 years ago
c95e939
[NET_SCHED]: qdisc: remove unnecessary memory barriers
by Patrick McHardy
· 18 years ago
a48b5a6
[NET_SCHED]: Unline tcf_destroy
by Patrick McHardy
· 18 years ago
1936502
[NET_SCHED] qdisc: avoid transmit softirq on watchdog wakeup
by Stephen Hemminger
· 18 years ago
11274e5
[NETEM]: avoid excessive requeues
by Stephen Hemminger
· 18 years ago
be577dd
[PKT_SCHED] qdisc: Use rtnl registration interface
by Thomas Graf
· 18 years ago
dc5fc57
[NETLINK]: Use nlmsg_trim() where appropriate
by Arnaldo Carvalho de Melo
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
514bca3
[NET_SCHED]: Fix warning
by Patrick McHardy
· 18 years ago
4361cb1
[NET_SCHED]: Export real timer resolution in /proc/net/psched
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
b6d9bcb
[NET] SCHED: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
da7071d
[PATCH] mark struct file_operations const 8
by Arjan van de Ven
· 18 years ago
10297b9
[NET] SCHED: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
5f68e4c
[PKT_SCHED]: Remove unused exports.
by Adrian Bunk
· 18 years ago
43effa1
[NET_SCHED]: Fix endless loops caused by inaccurate qlen counters (part 1)
by Patrick McHardy
· 18 years ago
66c6f52
[NET]: net/sched annotations.
by Al Viro
· 18 years ago
85670cc
[NET_SCHED]: Fix fallout from dev->qdisc RCU change
by Patrick McHardy
· 18 years ago
b9e2cc0
[PKT_SCHED]: Return ENOENT if qdisc module is unavailable
by Jamal Hadi Salim
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
8d06afa
[PATCH] timer initialization cleanup: DEFINE_TIMER
by Ingo Molnar
· 19 years ago
ac6d439
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
by Patrick McHardy
· 19 years ago
023e09a
[PKT_SCHED]: Report rate estimator configuration errors during qdisc allocation
by Thomas Graf
· 19 years ago
3d54b82
[PKT_SCHED]: Cleanup qdisc creation and alignment macros
by Thomas Graf
· 19 years ago
9ef1d4c
[NETLINK]: Missing initializations in dumped data
by Patrick McHardy
· 19 years ago
e431b8c
[NETLINK]: Explicit typing
by Jamal Hadi Salim
· 19 years ago
d5d75cd
[PKT_SCHED]: netetm: adjust parent qlen when duplicating
by Stephen Hemminger
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago