summaryrefslogtreecommitdiffstats
path: root/net/sched/act_mirred.c
AgeCommit message (Expand)Author
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong
2016-02-25net_sched: add network namespace support for tc actionsWANG Cong
2015-10-08act_mirred: clear sender cpu before sending to txWANG Cong
2015-10-05act_mirred: always release tcf hashWANG Cong
2015-10-05act_mirred: fix a race condition on mirred_listWANG Cong
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-03act_mirred: avoid calling tcf_hash_release() when bindingWANG Cong
2015-07-08net_sched: act_mirred: remove spinlock in fast pathEric Dumazet
2015-07-08net: sched: add percpu stats to actionsEric Dumazet
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal
2015-04-17act_mirred: Fix bogus header when redirecting from VLANHerbert Xu
2014-11-06sched: fix act file names in header commentJiri Pirko
2014-07-20net_sched: hold tcf_lock in netdevice notifierCong Wang
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong
2014-02-12net_sched: act: refactor cleanup opsWANG Cong
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong
2014-01-19net_sched: act: remove capab from struct tc_action_opsWANG Cong
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong
2013-12-20net_sched: fix a regression in tc actionsWANG Cong
2013-12-18net_sched: init struct tcf_hashinfo at register timeWANG Cong
2013-12-05net_sched: Use default action walker methodsJamal Hadi Salim
2013-12-05net_sched: Use default action lookup functionsJamal Hadi Salim
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise
2012-08-16act_mirred: do not drop packets when fails to mirror itJason Wang
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2011-08-17net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet
2011-01-19net_sched: cleanupsEric Dumazet
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet
2010-08-17net sched: fix some kernel memory leaksEric Dumazet
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-24net sched: fix race in mirred device removalstephen hemminger
2010-06-30act_mirred: combine duplicate codeChangli Gao
2010-06-28act_mirred: don't clone skb when skb isn't sharedChangli Gao
2010-05-17net sched: printk message severitystephen hemminger
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet
2009-11-17act_mirred: optimization.Changli Gao
2009-11-17act_mirred: cleanupChangli Gao
2008-11-25tc: propogate errors from tcf_hash_createStephen Hemminger
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in actionsPatrick McHardy
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy
2008-01-28[NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy
2007-10-26[NET_CLS_ACT]: Use skb_act_cloneJamal Hadi Salim
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy