summaryrefslogtreecommitdiffstats
path: root/net/sched/act_mirred.c
Commit message (Expand)AuthorAgeFilesLines
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_opera...Kirill Tkhai2018-02-271-0/+1
* net: sched: act: mirred: add extack supportAlexander Aring2018-02-161-4/+11
* net: sched: act: handle extack in tcf_generic_walkerAlexander Aring2018-02-161-1/+1
* net: sched: act: add extack for walk callbackAlexander Aring2018-02-161-1/+2
* net: sched: act: add extack for lookup callbackAlexander Aring2018-02-161-1/+2
* net: sched: act: add extack to init callbackAlexander Aring2018-02-161-1/+1
* net: sched: act: fix code styleAlexander Aring2018-02-161-3/+3
* net: Revert sched action extack support series.David S. Miller2018-02-161-3/+3
* net: sched: act: fix code styleAlexander Aring2018-02-161-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-1/+1
|\
| * net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan2018-01-021-1/+1
* | net_sched: switch to exit_batch for action pernet opsCong Wang2017-12-131-5/+3
* | act_mirred: get rid of mirred_list_lock spinlockCong Wang2017-12-061-9/+1
* | act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-061-4/+3
* | net_sched: remove unused parameter from act cleanup opsCong Wang2017-12-051-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-1/+1
|\
| * Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-1/+1
|\ \ | |/
| * net_sched: hold netns refcnt for each actionCong Wang2017-11-031-1/+1
* | net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko2017-10-111-8/+5
|/
* net/sched: Change act_api and act_xxx modules to use IDRChris Mi2017-08-301-10/+9
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* net/sched: act_mirred: remove duplicated include from act_mirred.cWei Yongjun2017-02-071-2/+0
* net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-081-2/+4
* net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-081-6/+6
* net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-081-5/+4
* act_mirred: fix a typo in get_devWANG Cong2016-12-031-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-271-14/+1
* 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-211-0/+8
* net sched: stylistic cleanupsJamal Hadi Salim2016-09-191-1/+2
* net_sched: move tc_action into tcf_commonWANG Cong2016-07-251-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-071-4/+2
* | net sched actions: introduce timestamp for firsttime useJamal Hadi Salim2016-06-071-0/+1
* | net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim2016-06-071-1/+0
|/
* 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-101-6/+13
* | sched: align nlattr properly when neededNicolas Dichtel2016-04-261-1/+1
|/
* net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0
OpenPOWER on IntegriCloud