summaryrefslogtreecommitdiff
path: root/net/sched/act_mirred.c
Commit message (Expand)AuthorAge
* net/sched: act_mirred: remove duplicated include from act_mirred.cWei Yongjun2017-02-07
* net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-08
* net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-08
* net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-08
* act_mirred: fix a typo in get_devWANG Cong2016-12-03
* net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion2016-12-02
* bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann2016-11-27
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-30
|\
| * net/sched: act_mirred: Use passed lastuse argumentPaul Blakey2016-10-20
* | net/sched: act_mirred: Implement ingress actionsShmulik Ladkani2016-10-14
* | net/sched: act_mirred: Refactor detection whether dev needs xmit at mac headerShmulik Ladkani2016-10-14
* | net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make i...Shmulik Ladkani2016-10-14
|/
* net: act_mirred: allow statistic updates from offloaded actionsJakub Kicinski2016-09-21
* net sched: stylistic cleanupsJamal Hadi Salim2016-09-19
* net_sched: move tc_action into tcf_commonWANG Cong2016-07-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-06
|\
| * net_sched: fix mirrored packets checksumWANG Cong2016-07-01
* | net_sched: make tcf_hash_check() booleanWANG Cong2016-06-15
* | net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim2016-06-07
* | net sched actions: introduce timestamp for firsttime useJamal Hadi Salim2016-06-07
* | net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim2016-06-07
|/
* net_sched: close another race condition in tcf_mirred_release()WANG Cong2016-05-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-15
|\
| * net sched: mirred action fix late bindingJamal Hadi Salim2016-05-10
* | sched: align nlattr properly when neededNicolas Dichtel2016-04-26
|/
* net: remove skb_sender_cpu_clear()WANG Cong2016-03-01
* net_sched: add network namespace support for tc actionsWANG Cong2016-02-25
* act_mirred: clear sender cpu before sending to txWANG Cong2015-10-08
* act_mirred: always release tcf hashWANG Cong2015-10-05
* act_mirred: fix a race condition on mirred_listWANG Cong2015-10-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-13
|\
| * act_mirred: avoid calling tcf_hash_release() when bindingWANG Cong2015-08-03
* | net_sched: act_mirred: remove spinlock in fast pathEric Dumazet2015-07-08
* | net: sched: add percpu stats to actionsEric Dumazet2015-07-08
|/
* net: sched: use counter to break reclassify loopsFlorian Westphal2015-05-13
* act_mirred: Fix bogus header when redirecting from VLANHerbert Xu2015-04-17
* sched: fix act file names in header commentJiri Pirko2014-11-06
* net_sched: hold tcf_lock in netdevice notifierCong Wang2014-07-20
* net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong2014-02-12
* net_sched: act: refactor cleanup opsWANG Cong2014-02-12
* net_sched: act: hide struct tcf_common from APIWANG Cong2014-02-12
* net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong2014-01-21
* net_sched: act: remove capab from struct tc_action_opsWANG Cong2014-01-19
* net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong2014-01-13
* net_sched: fix a regression in tc actionsWANG Cong2013-12-20
* net_sched: init struct tcf_hashinfo at register timeWANG Cong2013-12-18
* net_sched: Use default action walker methodsJamal Hadi Salim2013-12-05
* net_sched: Use default action lookup functionsJamal Hadi Salim2013-12-05
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28