Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1bb9dae59f673fa0adcc4cd1c9e5e822e1382bc2
/
net
/
sched
7201c1d
cbq: now_rt removal
by Vasily Averin
· 10 years ago
73d0f37
cbq: incorrectly low bandwidth setting blocks limited traffic
by Vasily Averin
· 10 years ago
7ae457c
net: filter: split 'struct sk_filter' into socket and bpf parts
by Alexei Starovoitov
· 10 years ago
e40f5c7
net_sched: remove exceptional & on function name
by Himangi Saraogi
· 10 years ago
8fd90bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
7801db8
net_sched: avoid generating same handle for u32 filters
by Cong Wang
· 10 years ago
224e923
net_sched: hold tcf_lock in netdevice notifier
by Cong Wang
· 10 years ago
9cc63db
net_sched: cancel nest attribute on failure in tcf_exts_dump()
by Cong Wang
· 10 years ago
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
9bf2b8c
net: fix some typos in comment
by Ying Xue
· 10 years ago
2b74e2c
net: em_canid: remove useless statements from em_canid_change
by Duan Jiong
· 10 years ago
6e765a0
net_sched: drr: warn when qdisc is not work conserving
by Florian Westphal
· 10 years ago
4cb2897
net: use the new API kvfree()
by WANG Cong
· 10 years ago
54e5c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
b1fcd35
net: filter: let unattached filters use sock_fprog_kern
by Daniel Borkmann
· 10 years ago
bf63ac7
net_sched: fix an oops in tcindex filter
by Cong Wang
· 10 years ago
b2ce49e7
sch_hhf: fix comparison of qlen and limit
by Yang Yingliang
· 11 years ago
5f013c9b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
f6a082f
net: sched: lock imbalance in hhf qdisc
by John Fastabend
· 11 years ago
4e8bbb8
net: Allow tc changes in user namespaces
by Stéphane Graber
· 11 years ago
a49eb42
sched, act: allow to clear all actions as well
by Cong Wang
· 11 years ago
2f7ef2f
sched, cls: check if we could overwrite actions when changing a filter
by Cong Wang
· 11 years ago
90f62cf
net: Use netlink_ns_capable to verify the permisions of netlink messages
by Eric W. Biederman
· 11 years ago
2d3b479
net-sysfs: expose number of carrier on/off changes
by david decotigny
· 11 years ago
d37d8ac
net: sched: use no more than one page in struct fw_head
by Eric Dumazet
· 11 years ago
85dcce7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
d59b7d8
net_sched: return nla_nest_end() instead of skb->len
by Yang Yingliang
· 11 years ago
fba373d
pkt_sched: add cond_resched() to class and qdisc dump
by Eric Dumazet
· 11 years ago
15dc36e
pkt_sched: do not use rcu in tc_dump_qdisc()
by Eric Dumazet
· 11 years ago
2818fa0
pkt_sched: fq: do not hold qdisc lock while allocating memory
by Eric Dumazet
· 11 years ago
3731436
pkt_sched: move the sanity test in qdisc_list_add()
by Eric Dumazet
· 11 years ago
2d8d40a
pkt_sched: fq: do not hold qdisc lock while allocating memory
by Eric Dumazet
· 11 years ago
6f542ef
net_sched: htb: do not acquire qdisc lock in dump operations
by Eric Dumazet
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
a135e59
sch_tbf: Remove holes in struct tbf_sched_data.
by Hiroaki SHIMODA
· 11 years ago
724b9e1
sch_tbf: Fix potential memory leak in tbf_change().
by Hiroaki SHIMODA
· 11 years ago
1e8d642
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
3fbac2a
sch_netem: replace magic numbers with enumerate in get_loss_clg
by Yang Yingliang
· 11 years ago
c045a73
sch_netem: replace magic numbers with enumerate in GE model
by Yang Yingliang
· 11 years ago
49545a7
sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sched_data *"
by Yang Yingliang
· 11 years ago
54a4b05
sch_netem: return errcode before setting params
by Yang Yingliang
· 11 years ago
219e288
net: sched: Cleanup PIE comments
by Vijay Subramanian
· 11 years ago
03701d6
net_sched: act: clean up tca_action_flush()
by WANG Cong
· 11 years ago
55334a5
net_sched: act: refuse to remove bound action outside
by WANG Cong
· 11 years ago
4f1e9d8
net_sched: act: move tcf_hashinfo_init() into tcf_register_action()
by WANG Cong
· 11 years ago
a5b5c95
net_sched: act: refactor cleanup ops
by WANG Cong
· 11 years ago
8606203
net_sched: act: hide struct tcf_common from API
by WANG Cong
· 11 years ago
de960aa
net: add and use skb_gso_transport_seglen()
by Florian Westphal
· 11 years ago
2982431
sch_htb: let skb->priority refer to non-leaf class
by Harry Mason
· 11 years ago
809fa97
reciprocal_divide: update/correction of the algorithm
by Hannes Frederic Sowa
· 11 years ago
f337db6
random32: add prandom_u32_max and convert open coded users
by Daniel Borkmann
· 11 years ago
6e6a50c
net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()
by WANG Cong
· 11 years ago
c779f7a
net_sched: act: fetch hinfo from a->ops->hinfo
by WANG Cong
· 11 years ago
671314a
net_sched: act: remove capab from struct tc_action_ops
by WANG Cong
· 11 years ago
a6e2fe1
sch_netem: replace magic numbers with enumerate
by Yang Yingliang
· 11 years ago
722e47d
net_sched: fix error return code in fw_change_attrs()
by Wei Yongjun
· 11 years ago
6c80563
net_sched: act: pick a different type for act_xt
by WANG Cong
· 11 years ago
fb1d598
net_sched: act: use tcf_hash_release() in net/sched/act_police.c
by WANG Cong
· 11 years ago
63862b5
net: replace macros net_random and net_srandom with direct calls to prandom
by Aruna-Hewapathirane
· 11 years ago
0a379e21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
7eb8896
net_sched: act: remove struct tcf_act_hdr
by WANG Cong
· 11 years ago
a8701a6
net_sched: avoid casting void pointer
by WANG Cong
· 11 years ago
2519a60
net_sched: optimize tcf_match_indev()
by WANG Cong
· 11 years ago
832d1d5
net_sched: add struct net pointer to tcf_proto_ops->dump
by WANG Cong
· 11 years ago
a56e195
net_sched: act: clean up notification functions
by WANG Cong
· 11 years ago
ddafd34
net_sched: act: move idx_gen into struct tcf_hashinfo
by WANG Cong
· 11 years ago
6c76a07
HHF qdisc: fix jiffies-time conversion.
by Terry Lam
· 11 years ago
f663dd9
net: core: explicitly select a txq before doing l2 forwarding
by Jason Wang
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
805c1f4
net_sched: act: action flushing missaccounting
by Jamal Hadi Salim
· 11 years ago
63acd68
net_sched: Remove unnecessary checks for act->ops
by Jamal Hadi Salim
· 11 years ago
d4b3621
net: pkt_sched: PIE AQM scheme
by Vijay Subramanian
· 11 years ago
855404e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 11 years ago
fe1217c
net: net_cls: move cgroupfs classid handling into core
by Daniel Borkmann
· 11 years ago
c1ddf29
net: revert "sched classifier: make cgroup table local"
by Cong Wang
· 11 years ago
de6fb28
sched classifier: make cgroup table local
by stephen hemminger
· 11 years ago
9c75f40
sched action: make local function static
by stephen hemminger
· 11 years ago
21eb218
net, sch: fix the typo in register_qdisc()
by Zhi Yong Wu
· 11 years ago
6a031f6
sch_netem: support of 64bit rates
by Yang Yingliang
· 11 years ago
8cfd88d
sch_netem: more precise length of packets
by Yang Yingliang
· 11 years ago
c76f2a2
sch_dsmark: use correct func name in print messages
by Yang Yingliang
· 11 years ago
a071d27
sch_htb: use /* comments
by Yang Yingliang
· 11 years ago
c17988a
net_sched: replace pr_warning with pr_warn
by Yang Yingliang
· 11 years ago
1a29321
net_sched: act: Dont increment refcnt on replace
by Jamal Hadi Salim
· 11 years ago
2e04ad4
sch_tbf: add TBF_BURST/TBF_PBURST attribute
by Yang Yingliang
· 11 years ago
c49fa25
hhf: make qdisc ops static
by stephen hemminger
· 11 years ago
a792866
net_sched: fix regression in tc_action_ops
by Eric Dumazet
· 11 years ago
dcd7608
net_sched: fix a regression in tcf_proto_lookup_ops()
by Eric Dumazet
· 11 years ago
568a153
net_sched: fix a regression in tc actions
by WANG Cong
· 11 years ago
79c11f2
sch_cbq: remove unnecessary null pointer check
by Yang Yingliang
· 11 years ago
3b69a4c
act_police: remove unnecessary null pointer check
by Yang Yingliang
· 11 years ago
10239ed
net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdisc
by Terry Lam
· 11 years ago
143c905
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
3627287
net_sched: convert tcf_proto_ops to use struct list_head
by WANG Cong
· 11 years ago
1f747c2
net_sched: convert tc_action_ops to use struct list_head
by WANG Cong
· 11 years ago
89819dc
net_sched: convert tcf_hashinfo to hlist and use spinlock
by WANG Cong
· 11 years ago
369ba56
net_sched: init struct tcf_hashinfo at register time
by WANG Cong
· 11 years ago
5da57f4
net_sched: cls: refactor out struct tcf_ext_map
by WANG Cong
· 11 years ago
33be627
net_sched: act: use standard struct list_head
by WANG Cong
· 11 years ago
d84231d
net_sched: remove get_stats from tc_action_ops
by WANG Cong
· 11 years ago
Next »