aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_mirred.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-08act_mirred: clear sender cpu before sending to txWANG Cong1-0/+1
2015-10-05act_mirred: always release tcf hashWANG Cong1-3/+3
2015-10-05act_mirred: fix a race condition on mirred_listWANG Cong1-1/+10
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-08-03act_mirred: avoid calling tcf_hash_release() when bindingWANG Cong1-0/+2
2015-07-08net_sched: act_mirred: remove spinlock in fast pathEric Dumazet1-27/+30
2015-07-08net: sched: add percpu stats to actionsEric Dumazet1-1/+2
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal1-1/+1
2015-04-17act_mirred: Fix bogus header when redirecting from VLANHerbert Xu1-1/+1
2014-11-06sched: fix act file names in header commentJiri Pirko1-1/+1
2014-07-20net_sched: hold tcf_lock in netdevice notifierCong Wang1-0/+2
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong1-9/+1
2014-02-12net_sched: act: refactor cleanup opsWANG Cong1-15/+5
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong1-21/+11
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong1-4/+3
2014-01-19net_sched: act: remove capab from struct tc_action_opsWANG Cong1-1/+0
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong1-2/+1
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