summaryrefslogtreecommitdiffstats
path: root/net/sched/act_mirred.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-141-0/+2
|\
| * act_mirred: avoid calling tcf_hash_release() when bindingWANG Cong2015-08-031-0/+2
* | net_sched: act_mirred: remove spinlock in fast pathEric Dumazet2015-07-081-27/+30
* | net: sched: add percpu stats to actionsEric Dumazet2015-07-081-1/+2
|/
* net: sched: use counter to break reclassify loopsFlorian Westphal2015-05-131-1/+1
* act_mirred: Fix bogus header when redirecting from VLANHerbert Xu2015-04-171-1/+1
* sched: fix act file names in header commentJiri Pirko2014-11-061-1/+1
* net_sched: hold tcf_lock in netdevice notifierCong Wang2014-07-211-0/+2
* net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong2014-02-131-9/+1Star
* net_sched: act: refactor cleanup opsWANG Cong2014-02-131-15/+5Star
* net_sched: act: hide struct tcf_common from APIWANG Cong2014-02-131-21/+11Star
* net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong2014-01-211-4/+3Star
* net_sched: act: remove capab from struct tc_action_opsWANG Cong2014-01-201-1/+0Star
* net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong2014-01-131-2/+1Star
* net_sched: fix a regression in tc actionsWANG Cong2013-12-201-3/+3
* net_sched: init struct tcf_hashinfo at register timeWANG Cong2013-12-181-9/+7Star
* net_sched: Use default action walker methodsJamal Hadi Salim2013-12-061-1/+0Star
* net_sched: Use default action lookup functionsJamal Hadi Salim2013-12-061-1/+0Star
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-141-3/+4
* act_mirred: do not drop packets when fails to mirror itJason Wang2012-08-161-6/+5Star
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-3/+2Star
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-021-2/+4
* net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim2011-08-181-2/+1Star
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-061-1/+1
* net_sched: cleanupsEric Dumazet2011-01-201-2/+2
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-111-2/+1Star
* net sched: fix some kernel memory leaksEric Dumazet2010-08-181-7/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-281-3/+40
|\
| * net sched: fix race in mirred device removalstephen hemminger2010-07-251-3/+40
* | act_mirred: combine duplicate codeChangli Gao2010-06-301-4/+2Star
* | act_mirred: don't clone skb when skb isn't sharedChangli Gao2010-06-291-3/+3
|/
* net sched: printk message severitystephen hemminger2010-05-181-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-211-1/+1
* act_mirred: optimization.Changli Gao2009-11-171-31/+29Star
* act_mirred: cleanupChangli Gao2009-11-171-26/+33
* tc: propogate errors from tcf_hash_createStephen Hemminger2008-11-261-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-291-3/+6
* [NET_SCHED]: Propagate nla_parse return valuePatrick McHardy2008-01-291-2/+6
* [NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy2008-01-291-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-111-1/+2
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-111-12/+0Star
* [NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo2007-04-261-1/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-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/+0Star
* [PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller2006-09-221-85/+74Star