summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_u32.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: switch to rcu_workCong Wang2018-05-241-27/+10
* net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang2018-04-071-0/+1
* net: sched: fix tc_u_common lookupJiri Pirko2018-02-131-4/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-091-1/+2
|\
| * net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera2018-02-081-1/+2
* | Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-02-081-28/+19
|\ \ | |/ |/|
| * cls_u32: Convert to idr_alloc_u32Matthew Wilcox2018-02-061-13/+10
| * cls_u32: Reinstate cyclic allocationMatthew Wilcox2018-02-061-10/+4
| * idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-061-1/+1
| * idr: Delete idr_remove_ext functionMatthew Wilcox2018-02-061-4/+4
* | cls_u32: fix use after free in u32_destroy_key()Paolo Abeni2018-02-061-10/+11
|/
* cls_u32: add missing RCU annotation.Paolo Abeni2018-02-021-5/+7
* cls_u32: propagate extack to delete callbackJakub Kicinski2018-01-241-15/+19
* cls_u32: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-4/+6
* net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski2018-01-241-4/+4
* net: sched: propagate extack to cls->destroy callbacksJakub Kicinski2018-01-241-1/+1
* net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet2018-01-221-4/+4
* net: sched: cls_u32: propagate extack support for filter offloadQuentin Monnet2018-01-221-5/+5
* net: sched: cls_u32: add extack supportAlexander Aring2018-01-191-14/+44
* net: sched: cls: add extack support for tcf_change_indevAlexander Aring2018-01-191-1/+1
* net: sched: cls: add extack support for delete callbackAlexander Aring2018-01-191-1/+2
* net: sched: cls: add extack support for tcf_exts_validateAlexander Aring2018-01-191-4/+6
* net: sched: cls: add extack support for change callbackAlexander Aring2018-01-191-1/+2
* net: sched: cls: fix code style issuesAlexander Aring2018-01-191-4/+4
* net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko2018-01-171-6/+7
* net: remove duplicate includesPravin Shedge2017-12-131-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-1/+7
|\
| * cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-1/+7
* | net: sched: cls_u32: use bitwise & rather than logical && on n->flagsColin Ian King2017-11-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-3/+26
|\ \ | |/
| * net_sched: use tcf_queue_work() in u32 filterCong Wang2017-10-291-3/+26
* | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-31/+0
* | net: sched: cls_u32: call block callbacks for offloadJiri Pirko2017-10-211-20/+52
* | net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnodeJiri Pirko2017-10-211-8/+8
* | net: sched: cls_u32: use hash_ptr() for tc_u_hashArnd Bergmann2017-10-201-1/+1
* | net: sched: cls_u32: use block instead of q in tc_u_commonJiri Pirko2017-10-161-8/+4
* | net_sched: use idr to allocate u32 filter handlesCong Wang2017-09-281-41/+67
|/
* net_sched: add reverse binding for tc classCong Wang2017-08-311-0/+9
* net_sched: kill u32_node pointer in QdiscWANG Cong2017-08-251-4/+53
* net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-111-4/+4
* net_sched: use void pointer for filter handleWANG Cong2017-08-071-15/+15
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-46/+37
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-12/+8
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-12/+8
* net: sched: cls_u32: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-14/+4
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-4/+8
* net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong2017-04-211-30/+41
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* net/sched: cls_u32: Reflect HW offload statusOr Gerlitz2017-02-171-0/+10
* cls_u32: don't bother explicitly initializing ->divisor to zeroAlexandru Moise2017-01-091-1/+0
OpenPOWER on IntegriCloud