aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_mirred.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-20net_sched: fix a regression in tc actionsWANG Cong1-3/+3
2013-12-18net_sched: init struct tcf_hashinfo at register timeWANG Cong1-9/+7
2013-12-05net_sched: Use default action walker methodsJamal Hadi Salim1-1/+0
2013-12-05net_sched: Use default action lookup functionsJamal Hadi Salim1-1/+0
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise1-3/+4
2012-08-16act_mirred: do not drop packets when fails to mirror itJason Wang1-6/+5
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-3/+2
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-2/+4
2011-08-17net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim1-2/+1
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-2/+2
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-2/+1
2010-08-17net sched: fix some kernel memory leaksEric Dumazet1-7/+8
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+40
2010-07-24net sched: fix race in mirred device removalstephen hemminger1-3/+40
2010-06-30act_mirred: combine duplicate codeChangli Gao1-4/+2
2010-06-28act_mirred: don't clone skb when skb isn't sharedChangli Gao1-3/+3
2010-05-17net sched: printk message severitystephen hemminger1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet1-1/+1
2009-11-17act_mirred: optimization.Changli Gao1-31/+29
2009-11-17act_mirred: cleanupChangli Gao1-26/+33
2008-11-25tc: propogate errors from tcf_hash_createStephen Hemminger1-2/+2
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna1-2/+2
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in actionsPatrick McHardy1-3/+6
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy1-2/+6
2008-01-28[NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy1-9/+9
2007-10-26[NET_CLS_ACT]: Use skb_act_cloneJamal Hadi Salim1-1/+1
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+2
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy1-12/+0
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-03-29[IFB]: Fix crash on input device removalPatrick McHardy1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-09-22[PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller1-85/+74
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-09[PKT_SCHED]: Prefix tc actions with act_Patrick McHardy1-0/+275