summaryrefslogtreecommitdiffstats
path: root/net/sched/act_mirred.c
Commit message (Expand)AuthorAgeFilesLines
* act_mirred: fix a typo in get_devWANG Cong2016-12-041-1/+1
* net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion2016-12-021-0/+12
* bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann2016-11-281-14/+1Star
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+4
|\
| * net/sched: act_mirred: Use passed lastuse argumentPaul Blakey2016-10-201-1/+4
* | net/sched: act_mirred: Implement ingress actionsShmulik Ladkani2016-10-141-6/+45
* | net/sched: act_mirred: Refactor detection whether dev needs xmit at mac headerShmulik Ladkani2016-10-141-13/+15
* | net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make i...Shmulik Ladkani2016-10-141-5/+6
|/
* net: act_mirred: allow statistic updates from offloaded actionsJakub Kicinski2016-09-221-0/+8
* net sched: stylistic cleanupsJamal Hadi Salim2016-09-201-1/+2
* net_sched: move tc_action into tcf_commonWANG Cong2016-07-261-12/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-1/+1
|\
| * net_sched: fix mirrored packets checksumWANG Cong2016-07-011-1/+1
* | net_sched: make tcf_hash_check() booleanWANG Cong2016-06-151-1/+2
* | net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim2016-06-081-4/+2Star
* | net sched actions: introduce timestamp for firsttime useJamal Hadi Salim2016-06-081-0/+1
* | net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim2016-06-081-1/+0Star
|/
* net_sched: close another race condition in tcf_mirred_release()WANG Cong2016-05-171-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-151-6/+13
|\
| * net sched: mirred action fix late bindingJamal Hadi Salim2016-05-111-6/+13
* | sched: align nlattr properly when neededNicolas Dichtel2016-04-261-1/+1
|/
* net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0Star
* net_sched: add network namespace support for tc actionsWANG Cong2016-02-251-6/+48
* act_mirred: clear sender cpu before sending to txWANG Cong2015-10-081-0/+1
* act_mirred: always release tcf hashWANG Cong2015-10-051-3/+3
* act_mirred: fix a race condition on mirred_listWANG Cong2015-10-051-1/+10
* 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