summaryrefslogtreecommitdiffstats
path: root/net/sched/act_police.c
Commit message (Expand)AuthorAgeFilesLines
* act_police: improved accuracy at high ratesJiri Pirko2013-02-131-46/+53
* act_police: move struct tcf_police to act_police.cJiri Pirko2013-02-131-0/+15
* pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-141-2/+3
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-021-5/+8
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-061-1/+1
* net,act_police,rcu: remove rcu_barrier()Lai Jiangshan2011-05-081-1/+0Star
* net,rcu: convert call_rcu(tcf_police_free_rcu) to kfree_rcu()Lai Jiangshan2011-05-081-6/+1Star
* net_sched: cleanupsEric Dumazet2011-01-201-5/+4Star
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-111-2/+1Star
* net sched: fix kernel leak in act_policeJeff Mahoney2010-09-011-12/+9Star
* pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet2010-06-121-1/+11
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pkt_sched: Update drops stats in act_policeJarek Poplawski2009-06-181-0/+4
* pkt_sched: act_police: Fix a rate estimator test.Jarek Poplawski2009-03-051-7/+6Star
* pkt_sched: gen_estimator: Optimize gen_estimator_active()Jarek Poplawski2008-11-271-1/+3
* tc: policing requires a rate estimatorStephen Hemminger2008-11-261-0/+6
* tc: check for errors in gen_rate_estimator creationStephen Hemminger2008-11-261-8/+17
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-261-1/+1
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-201-4/+4
* [NET_SCHED]: Use nla_policy for attribute validation in actionsPatrick McHardy2008-01-291-8/+8
* [NET_SCHED]: Use typeful attribute parsing helpersPatrick McHardy2008-01-291-3/+2Star
* [NET_SCHED]: Use typeful attribute construction helpersPatrick McHardy2008-01-291-3/+2Star
* [NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy2008-01-291-6/+7
* [NET_SCHED]: Propagate nla_parse return valuePatrick McHardy2008-01-291-1/+5
* [NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy2008-01-291-26/+26
* [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-291-3/+3
* [NET_SCHED]: Cleanup L2T macros and handle oversized packetsJesper Dangaard Brouer2007-10-111-2/+2
* [NET_SCHED] protect action config/dump from irqsJamal Hadi Salim2007-09-151-2/+2
* [PKT_SCHED]: Clean up duplicate includes in net/sched/Jesper Juhl2007-08-141-1/+0Star
* [NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy2007-07-151-233/+13Star
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-111-10/+0Star
* [NET_SCHED]: Remove unnecessary stats_lock pointersPatrick McHardy2007-07-111-5/+3Star
* [NET_SCHED]: Remove CONFIG_NET_ESTIMATOR optionPatrick McHardy2007-07-111-18/+0Star
* [NET_SCHED]: turn PSCHED_GET_TIME into inline functionPatrick McHardy2007-04-261-5/+4Star
* [NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline functionPatrick McHardy2007-04-261-4/+4
* [NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo2007-04-261-4/+5
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-4/+4
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-6/+6
* [NET_SCHED]: policer: restore compatibility with old iproute binariesPatrick McHardy2006-12-031-4/+22
* [PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller2006-09-221-248/+260
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-4/+2Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PKT_SCHED] act_police: Rename methods.Jamal Hadi Salim2006-04-101-4/+4
* [PKT_SCHED]: Prefix tc actions with act_Patrick McHardy2006-01-091-0/+604