Age | Commit message (Expand) | Author | Files | Lines |
2018-02-06 | idr: Delete idr_find_ext function | Matthew Wilcox | 1 | -1/+1 |
2018-02-06 | idr: Delete idr_remove_ext function | Matthew Wilcox | 1 | -1/+1 |
2018-01-24 | net: sched: propagate extack to cls->destroy callbacks | Jakub Kicinski | 1 | -7/+8 |
2018-01-19 | net: sched: cls: add extack support for delete callback | Alexander Aring | 1 | -1/+1 |
2018-01-19 | net: sched: cls: add extack support for tcf_exts_validate | Alexander Aring | 1 | -2/+5 |
2018-01-19 | net: sched: cls: add extack support for change callback | Alexander Aring | 1 | -1/+2 |
2018-01-19 | net: sched: cls_api: handle generic cls errors | Alexander Aring | 1 | -11/+41 |
2018-01-18 | net: sched: silence uninitialized parent variable warning in tc_dump_tfilter | Jiri Pirko | 1 | -0/+7 |
2018-01-17 | net: sched: use block index as a handle instead of qdisc when block is shared | Jiri Pirko | 1 | -84/+118 |
2018-01-17 | net: sched: keep track of offloaded filters and check tc offload feature | Jiri Pirko | 1 | -14/+66 |
2018-01-17 | net: sched: remove classid and q fields from tcf_proto | Jiri Pirko | 1 | -5/+2 |
2018-01-17 | net: sched: introduce block mechanism to handle netif_keep_dst calls | Jiri Pirko | 1 | -0/+69 |
2018-01-17 | net: sched: avoid usage of tp->q in tcf_classify | Jiri Pirko | 1 | -2/+3 |
2018-01-17 | net: sched: introduce shared filter blocks infrastructure | Jiri Pirko | 1 | -24/+143 |
2018-01-17 | net: sched: introduce support for multiple filter chain pointers registration | Jiri Pirko | 1 | -8/+69 |
2017-12-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2017-12-26 | net: sched: fix possible null pointer deref in tcf_block_put | Jiri Pirko | 1 | -0/+2 |
2017-12-21 | net: sch: api: add extack support in tcf_block_get | Alexander Aring | 1 | -4/+9 |
2017-12-21 | net: sched: sch: add extack for block callback | Alexander Aring | 1 | -2/+2 |
2017-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+2 |
2017-12-15 | net: sched: fix clsact init error path | Jiri Pirko | 1 | -2/+2 |
2017-12-13 | net: remove duplicate includes | Pravin Shedge | 1 | -1/+0 |
2017-12-08 | net: sched: fix use-after-free in tcf_block_put_ext | Jiri Pirko | 1 | -6/+7 |
2017-12-05 | net_sched: get rid of rcu_barrier() in tcf_block_put_ext() | Cong Wang | 1 | -21/+9 |
2017-11-25 | net: sched: crash on blocks with goto chain action | Roman Kapl | 1 | -5/+12 |
2017-11-24 | net: sched: fix crash when deleting secondary chains | Roman Kapl | 1 | -3/+4 |
2017-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-11-09 | net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net() | Cong Wang | 1 | -0/+1 |
2017-11-03 | net: sched: introduce chain_head_change callback | Jiri Pirko | 1 | -22/+32 |
2017-11-03 | net_sched: check NULL in tcf_block_put() | Cong Wang | 1 | -3/+2 |
2017-11-03 | net: sched: move block offload unbind after all chains are flushed | Jiri Pirko | 1 | -2/+2 |
2017-11-02 | net: sched: remove tc_can_offload check from egdev call | Jiri Pirko | 1 | -1/+1 |
2017-11-02 | net: sched: move the can_offload check from binding phase to rule insertion p... | Jiri Pirko | 1 | -1/+1 |
2017-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -29/+9 |
2017-10-31 | net_sched: remove tcf_block_put_deferred() | Cong Wang | 1 | -29/+8 |
2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -21/+57 |
2017-10-29 | net_sched: add rtnl assertion to tcf_exts_destroy() | Cong Wang | 1 | -0/+1 |
2017-10-29 | net_sched: introduce a workqueue for RCU callbacks of tc filter | Cong Wang | 1 | -17/+51 |
2017-10-24 | net/sched: Fix actions list corruption when adding offloaded tc flows | Or Gerlitz | 1 | -4/+3 |
2017-10-21 | net: sched: use tc_setup_cb_call to call per-block callbacks | Jiri Pirko | 1 | -3/+18 |
2017-10-21 | net: sched: introduce per-block callbacks | Jiri Pirko | 1 | -0/+105 |
2017-10-21 | net: sched: add block bind/unbind notif. and extended block_get/put | Jiri Pirko | 1 | -3/+53 |
2017-10-16 | net: sched: propagate q and parent from caller down to tcf_fill_node | Jiri Pirko | 1 | -20/+35 |
2017-10-16 | net: sched: store net pointer in block and introduce qdisc_net helper | Jiri Pirko | 1 | -0/+1 |
2017-10-16 | net: sched: store Qdisc pointer in struct block | Jiri Pirko | 1 | -1/+2 |
2017-10-11 | net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_dev | Jiri Pirko | 1 | -22/+0 |
2017-10-11 | net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infra | Jiri Pirko | 1 | -3/+10 |
2017-10-11 | net: sched: introduce per-egress action device callbacks | Jiri Pirko | 1 | -0/+30 |
2017-10-11 | net: sched: make tc_action_ops->get_dev return dev and avoid passing net | Jiri Pirko | 1 | -4/+2 |
2017-09-12 | net_sched: carefully handle tcf_block_put() | Cong Wang | 1 | -6/+18 |