Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c23846c143e81963096e922d91b7b00284c22bed
/
net
/
sched
/
act_police.c
ddf97cc
net_sched: add network namespace support for tc actions
by WANG Cong
· 9 years ago
0c6965d
sched: fix act file names in header comment
by Jiri Pirko
· 10 years ago
22e0f8b
net: sched: make bstats per cpu and estimator RCU safe
by John Fastabend
· 10 years ago
d2de875
net: use ktime_get_ns() and ktime_get_real_ns() helpers
by Eric Dumazet
· 10 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
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
fb1d598
net_sched: act: use tcf_hash_release() in net/sched/act_police.c
by WANG Cong
· 11 years ago
ddafd34
net_sched: act: move idx_gen into struct tcf_hashinfo
by WANG Cong
· 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
1a29321
net_sched: act: Dont increment refcnt on replace
by Jamal Hadi Salim
· 11 years ago
568a153
net_sched: fix a regression in tc actions
by WANG Cong
· 11 years ago
3b69a4c
act_police: remove unnecessary null pointer check
by Yang Yingliang
· 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
43c00dc
net_sched: Use default action lookup functions
by Jamal Hadi Salim
· 11 years ago
3e1e3aa
net_sched: add u64 rate to psched_ratecfg_precompute()
by Eric Dumazet
· 11 years ago
01cb71d
net_sched: restore "overhead xxx" handling
by Eric Dumazet
· 11 years ago
c6d14ff
act_police: improved accuracy at high rates
by Jiri Pirko
· 12 years ago
0e24321
act_police: move struct tcf_police to act_police.c
by Jiri Pirko
· 12 years ago
c1b5273
pkt_sched: namespace aware act_mirred
by Benjamin LaHaise
· 12 years ago
1b34ec4
pkt_sched: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
dc7f9f6
net: sched: constify tcf_proto and tc_action
by Eric Dumazet
· 13 years ago
75ef036
net,act_police,rcu: remove rcu_barrier()
by Lai Jiangshan
· 14 years ago
5957b1a
net,rcu: convert call_rcu(tcf_police_free_rcu) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
cc7ec45
net_sched: cleanups
by Eric Dumazet
· 14 years ago
bfe0d02
net_sched: factorize qdisc stats handling
by Eric Dumazet
· 14 years ago
0f04cfd
net sched: fix kernel leak in act_police
by Jeff Mahoney
· 14 years ago
c7de2cf
pkt_sched: gen_kill_estimator() rcu fixes
by Eric Dumazet
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b964758
pkt_sched: Update drops stats in act_police
by Jarek Poplawski
· 15 years ago
a883bf5
pkt_sched: act_police: Fix a rate estimator test.
by Jarek Poplawski
· 16 years ago
244e6c2
pkt_sched: gen_estimator: Optimize gen_estimator_active()
by Jarek Poplawski
· 16 years ago
c1b5687
tc: policing requires a rate estimator
by Stephen Hemminger
· 16 years ago
71bcb09
tc: check for errors in gen_rate_estimator creation
by Stephen Hemminger
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
0abf77e
net_sched: Add accessor function for packet length for qdiscs
by Jussi Kivilinna
· 16 years ago
53b2bf3
[NET_SCHED]: Use nla_policy for attribute validation in actions
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
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
7ba699c
[NET_SCHED]: Convert actions 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
e9bef55
[NET_SCHED]: Cleanup L2T macros and handle oversized packets
by Jesper Dangaard Brouer
· 17 years ago
e1e992e
[NET_SCHED] protect action config/dump from irqs
by Jamal Hadi Salim
· 17 years ago
0a26f4c
[PKT_SCHED]: Clean up duplicate includes in net/sched/
by Jesper Juhl
· 17 years ago
c3bc7cf
[NET_SCHED]: Kill CONFIG_NET_CLS_POLICE
by Patrick McHardy
· 17 years ago
0ba4805
[NET_SCHED]: Remove unnecessary includes
by Patrick McHardy
· 17 years ago
4bdf399
[NET_SCHED]: Remove unnecessary stats_lock pointers
by Patrick McHardy
· 17 years ago
876d48a
[NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option
by Patrick McHardy
· 17 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
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
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
10297b9
[NET] SCHED: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
1e9b3d5
[NET_SCHED]: policer: restore compatibility with old iproute binaries
by Patrick McHardy
· 18 years ago
e9ce1cd
[PKT_SCHED]: Kill pkt_act.h inlining.
by David S. Miller
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
83b950c
[PKT_SCHED] act_police: Rename methods.
by Jamal Hadi Salim
· 19 years ago
4bba392
[PKT_SCHED]: Prefix tc actions with act_
by Patrick McHardy
· 19 years ago
[Renamed from net/sched/police.c]
31bd06e
[PKT_SCHED]: Remove some obsolete policer exports
by Patrick McHardy
· 19 years ago
f43c5a0
[PKT_SCHED]: Convert tc action functions to single skb pointers
by Patrick McHardy
· 19 years ago
abc3bc5
[NET]: Kill skb->tc_classid
by Patrick McHardy
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago