Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
e8a0464cc950972824e2e128028ae3db666ec1ed
/
net
/
sched
e8a0464
netdev: Allocate multiple queues for TX.
by David S. Miller
· 16 years ago
72d9794
net-sched: cls_flow: add perturbation support
by Patrick McHardy
· 16 years ago
79d1638
netdev: Move atomic queue state bits into netdev_queue.
by David S. Miller
· 16 years ago
c773e84
netdev: Move _xmit_lock and xmit_lock_owner 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
86d804e
netdev: Make netif_schedule() routines work with netdev_queue objects.
by David S. Miller
· 16 years ago
970565b
netdev: Move gso_skb into netdev_queue.
by David S. Miller
· 16 years ago
74d58a0
pkt_sched: Make netem queue agnostic.
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
fb0305c
net-sched: consolidate default fifo qdisc setup
by Patrick McHardy
· 16 years ago
aee18a8
net-sched: sch_htb: remove write-only qdisc filter_cnt
by Patrick McHardy
· 16 years ago
4207759
net-sched: sch_htb: remove child and sibling lists
by Patrick McHardy
· 16 years ago
f4c1f3e
net-sched: sch_htb: use dynamic class hash helpers
by Patrick McHardy
· 16 years ago
fbd8f13
net-sched: sch_htb: move hash and sibling list removal to htb_delete
by Patrick McHardy
· 16 years ago
d77fea2
net-sched: sch_cbq: use dynamic class hash helpers
by Patrick McHardy
· 16 years ago
be0d39d
net-sched: sch_hfsc: use dynamic class hash helpers
by Patrick McHardy
· 16 years ago
6fe1c7a
net-sched: add dynamically sized qdisc class hash helpers
by Patrick McHardy
· 16 years ago
ea2aca0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
a4aebb8
net-sched: fix filter destruction in atm/hfsc qdisc destruction
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
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
ede16af
pkt_sched: Remove CONFIG_NET_SCH_RR
by Adrian Bunk
· 16 years ago
01e123d
pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive.
by WANG Cong
· 16 years ago
caea902
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
47083fc
pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis.
by Jesper Dangaard Brouer
· 16 years ago
f9ffced
pkt_sched: HTB scheduler, change default hysteresis mode to off.
by Jesper Dangaard Brouer
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
bc3ed28
netlink: Improve returned error codes
by Thomas Graf
· 17 years ago
f2df824
net_sched: cls_api: fix return value for non-existant classifiers
by Patrick McHardy
· 17 years ago
9d1045a
net_cls_act: act_simple dont ignore realloc code
by Jamal Hadi Salim
· 17 years ago
fa1b1cf
net_cls_act: Make act_simple use of netlink policy.
by Jamal Hadi Salim
· 17 years ago
3ba08b0
sch_htb: remove from event queue in htb_parent_to_leaf()
by Jarek Poplawski
· 17 years ago
b4192bb
net: Add a WARN_ON_ONCE() to the transmit timeout function
by Arjan van de Ven
· 17 years ago
980c478
sch_sfq: use del_timer_sync() in sfq_destroy()
by Jarek Poplawski
· 17 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
f5ba2d3
[PKT_SCHED]: Fix datalen check in tcf_simp_init().
by Patrick McHardy
· 17 years ago
066a3b5
[NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loop
by Jarek Poplawski
· 17 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
e56cfad
[NET_SCHED] cls_u32: refcounting fix for u32_delete()
by Jarek Poplawski
· 17 years ago
e1ec1b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
2ba2506
[NET]: Add preemption point in qdisc_run
by Herbert Xu
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
06802a8
Merge branch 'master' of ../net-2.6/
by David S. Miller
· 17 years ago
8f3ea33
sch_htb: fix "too many events" situation
by Martin Devera
· 17 years ago
577f99c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
0382b9c
[PKT_SCHED]: annotate cls_u32
by Al Viro
· 17 years ago
ee6b967
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
by Eric Dumazet
· 17 years ago
30ddb15
[PKT_SCHED] ematch: Fix build warning.
by David S. Miller
· 17 years ago
2134745
[NET_SCHED] sch_htb: htb_requeue fix
by Jarek Poplawski
· 17 years ago
954415e
[PKT_SCHED] ematch: tcf_em_destroy robustness
by Stephen Hemminger
· 17 years ago
ed7af3b
[PKT_SCHED]: deinline functions in meta match
by Stephen Hemminger
· 17 years ago
268bcca
[PKT_SCHED] ematch: oops from uninitialized variable (resend)
by Stephen Hemminger
· 17 years ago
04f217a
[TC]: oops in em_meta
by Stephen Hemminger
· 17 years ago
9ec1381
[NET_SCHED]: cls_flow: support classification based on VLAN tag
by Patrick McHardy
· 17 years ago
4f25049
[NET_SCHED]: cls_flow: fix key mask validity check
by Patrick McHardy
· 17 years ago
0ea9d70
[NET_SCHED]: em_meta: fix compile warning
by Patrick McHardy
· 17 years ago
3113e88
[PKT_SCHED]: vlan tag match
by Stephen Hemminger
· 17 years ago
0aead54
[NET_SCHED]: Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git broken build)
by Rami Rosen
· 17 years ago
e5dfb81
[NET_SCHED]: Add flow classifier
by Patrick McHardy
· 17 years ago
94de78d
[NET_SCHED]: sch_sfq: make internal queues visible as classes
by Patrick McHardy
· 17 years ago
7d2681a
[NET_SCHED]: sch_sfq: add support for external classifiers
by Patrick McHardy
· 17 years ago
5239008
[NET_SCHED]: Constify struct tcf_ext_map
by Patrick McHardy
· 17 years ago
cc8fd14
[PKT_SCHED] sch_teql.c: Duplicate IFF_BROADCAST in FMASK, remove 2nd.
by Roel Kluin
· 17 years ago
72eb7bd
[NET_SCHED]: sch_ingress: remove netfilter support
by Patrick McHardy
· 17 years ago
7a9c1bd
[NET_SCHED]: Use nla_policy for attribute validation in ematches
by Patrick McHardy
· 17 years ago
53b2bf3
[NET_SCHED]: Use nla_policy for attribute validation in actions
by Patrick McHardy
· 17 years ago
6fa8c01
[NET_SCHED]: Use nla_policy for attribute validation in classifiers
by Patrick McHardy
· 17 years ago
27a3421
[NET_SCHED]: Use nla_policy for attribute validation in packet schedulers
by Patrick McHardy
· 17 years ago
5feb5e1
[NET_SCHED]: sch_api: introduce constant for rate table size
by Patrick McHardy
· 17 years ago
1587bac
[NET_SCHED]: Use typeful attribute parsing helpers
by Patrick McHardy
· 17 years ago
24beeab
[NET_SCHED]: Use typeful attribute construction helpers
by Patrick McHardy
· 17 years ago
57e1c48
[NET_SCHED]: Use NLA_PUT_STRING for string dumping
by Patrick McHardy
· 17 years ago
4b3550ef
[NET_SCHED]: Use nla_nest_start/nla_nest_end
by Patrick McHardy
· 17 years ago
cee6372
[NET_SCHED]: Propagate nla_parse return value
by Patrick McHardy
· 17 years ago
ab27cfb
[NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_get
by Patrick McHardy
· 17 years ago
c96c947
[NET_SCHED]: act_api: use nlmsg_parse
by Patrick McHardy
· 17 years ago
6d834e0
[NET_SCHED]: act_api: fix netlink API conversion bug
by Patrick McHardy
· 17 years ago
b03f467
[NET_SCHED]: sch_netem: use nla_parse_nested_compat
by Patrick McHardy
· 17 years ago
f5e5cb7
[NET_SCHED]: sch_atm: fix format string warning
by Patrick McHardy
· 17 years ago
7ba699c
[NET_SCHED]: Convert actions from rtnetlink to new netlink API
by Patrick McHardy
· 17 years ago
add93b6
[NET_SCHED]: Convert classifiers from rtnetlink to new netlink API
by Patrick McHardy
· 17 years ago
1e90474
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
by Patrick McHardy
· 17 years ago
2eb9d75
[NET_SCHED]: mark classifier ops __read_mostly
by Patrick McHardy
· 17 years ago
62e3ba1
[NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol
by Patrick McHardy
· 17 years ago
aa767bf
[PKT_SCHED] net classifier: style cleanup's
by Stephen Hemminger
· 17 years ago
786a903
[PKT_SCHED] sch_atm: style cleanup
by Stephen Hemminger
· 17 years ago
9d127fb
[PKT_SCHED] dsmark: checkpatch warning cleanup
by Stephen Hemminger
· 17 years ago
4c30719
[PKT_SCHED] dsmark: handle cloned and non-linear skb's
by Stephen Hemminger
· 17 years ago
5b0ac72
[PKT_SCHED] dsmark: Use hweight32() instead of convoluted loop.
by David S. Miller
· 17 years ago
81da99e
[PKT_SCHED] dsmark: get rid of wrappers
by Stephen Hemminger
· 17 years ago
13a0a09
[NET_SCHED]: kill obsolete NET_CLS_POLICE option
by Patrick McHardy
· 17 years ago
8916876
[NET_SCHED]: sch_ingress: remove useless printk
by Patrick McHardy
· 17 years ago
1389356
[NET_SCHED]: sch_ingress: avoid a few #ifdefs
by Patrick McHardy
· 17 years ago
Next »