aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_mirred.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25net_sched: move tc_action into tcf_commonWANG Cong1-12/+14
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-01net_sched: fix mirrored packets checksumWANG Cong1-1/+1
2016-06-15net_sched: make tcf_hash_check() booleanWANG Cong1-1/+2
2016-06-07net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim1-4/+2
2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim1-0/+1
2016-06-07net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim1-1/+0
2016-05-17net_sched: close another race condition in tcf_mirred_release()WANG Cong1-2/+3
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+13
2016-05-10net sched: mirred action fix late bindingJamal Hadi Salim1-6/+13
2016-04-26sched: align nlattr properly when neededNicolas Dichtel1-1/+1
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong1-1/+0
2016-02-25net_sched: add network namespace support for tc actionsWANG Cong1-6/+48
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