aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_mirred.c
Commit message (Expand)AuthorAgeFilesLines
* act_mirred: do not drop packets when fails to mirror itJason Wang2014-06-091-6/+5
* net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim2011-08-171-2/+1
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-061-1/+1
* net_sched: cleanupsEric Dumazet2011-01-191-2/+2
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-2/+1
* net sched: fix some kernel memory leaksEric Dumazet2010-08-171-7/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-271-3/+40
|\
| * net sched: fix race in mirred device removalstephen hemminger2010-07-241-3/+40
* | act_mirred: combine duplicate codeChangli Gao2010-06-301-4/+2
* | act_mirred: don't clone skb when skb isn't sharedChangli Gao2010-06-281-3/+3
|/
* net sched: printk message severitystephen hemminger2010-05-171-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-201-1/+1
* act_mirred: optimization.Changli Gao2009-11-171-31/+29
* act_mirred: cleanupChangli Gao2009-11-171-26/+33
* tc: propogate errors from tcf_hash_createStephen Hemminger2008-11-251-2/+2
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-201-2/+2
* [NET_SCHED]: Use nla_policy for attribute validation in actionsPatrick McHardy2008-01-281-3/+6
* [NET_SCHED]: Propagate nla_parse return valuePatrick McHardy2008-01-281-2/+6
* [NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy2008-01-281-9/+9
* [NET_CLS_ACT]: Use skb_act_cloneJamal Hadi Salim2007-10-261-1/+1
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+2
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-101-12/+0
* [NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [IFB]: Fix crash on input device removalPatrick McHardy2007-03-291-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller2006-09-221-85/+74
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PKT_SCHED]: Prefix tc actions with act_Patrick McHardy2006-01-091-0/+275