summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_u32.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* | 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/+4Star
* | 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-261-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/+37Star
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-12/+8Star
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-12/+8Star
* net: sched: cls_u32: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-14/+4Star
* 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/+0Star
* net sched: stylistic cleanupsJamal Hadi Salim2016-09-201-18/+12Star
* net_sched: properly handle failure case of tcf_exts_init()WANG Cong2016-08-231-6/+15
* net: cls_u32: be more strict about skip-sw flag for knodesJakub Kicinski2016-06-091-18/+19
* net: cls_u32: catch all hardware offload errorsJakub Kicinski2016-06-091-1/+7
* net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann2016-06-081-4/+4
* net: cls_u32: be more strict about skip-sw flagJakub Kicinski2016-06-081-10/+11
* net: cls_u32: fix error code for invalid flagsJakub Kicinski2016-06-081-1/+1
* net: cls_u32: Add support for skip-sw flag to tc u32 classifier.Samudrala, Sridhar2016-05-161-9/+36
* sched: align nlattr properly when neededNicolas Dichtel2016-04-261-3/+4
* net: sched: cls_u32 add bit to specify software only rulesJohn Fastabend2016-03-011-10/+27
* net: sched: consolidate offload decision in cls_u32John Fastabend2016-03-011-4/+4
* net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend2016-02-171-2/+97
* cls_u32: complete the check for non-forced case in u32_destroy()WANG Cong2015-08-261-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-1/+4
|\
| * net_sched: fix struct tc_u_hnode layout in u32WANG Cong2015-03-101-1/+4
* | net_sched: destroy proto tp when all filters are goneCong Wang2015-03-091-1/+24
|/
* net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko2014-12-091-5/+0Star
* net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong2014-10-021-4/+6
* net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong2014-09-281-2/+2
* net: sched: fix compile warning in cls_u32Eric Dumazet2014-09-221-1/+1
* net: sched: cls_u32 changes to knode must appear atomic to readersJohn Fastabend2014-09-221-9/+126
* net: cls_u32: fix missed pcpu_success free_percpuJohn Fastabend2014-09-221-0/+13
* net: sched: cls_u32: rcu can not be last nodeJohn Fastabend2014-09-191-1/+4
* net: sched: cls_u32 add missing rcu_assign_pointer and annotationJohn Fastabend2014-09-161-3/+4
* net: sched: fix unsued cpu variableJohn Fastabend2014-09-161-3/+4
* net: sched: make cls_u32 locklessJohn Fastabend2014-09-131-73/+110