aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"David S. Miller1-16/+10
2018-06-05net: sched: cls: Fix offloading when ingress dev is vxlanPaul Blakey1-10/+16
2018-06-04net: sched: return error code when tcf proto is not foundVlad Buslov1-2/+2
2018-06-01net: sched: split tc_ctl_tfilter into three handlersVlad Buslov1-145/+293
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-24net_sched: switch to rcu_workCong Wang1-2/+3
2018-05-24net : sched: cls_api: deal with egdev path only if neededOr Gerlitz1-1/+1
2018-05-11net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko1-1/+1
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-09net sched actions: update Add/Delete action API with new argumentRoman Mashak1-1/+2
2018-02-27net: Convert simple pernet_operationsKirill Tkhai1-0/+1
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2018-02-20net: sched: report if filter is too large to dumpRoman Kapl1-1/+6
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+12
2018-02-16net: sched: act: add extack to initAlexander Aring1-2/+2
2018-02-16net: Revert sched action extack support series.David S. Miller1-2/+2
2018-02-16net: sched: act: add extack to initAlexander Aring1-2/+2
2018-02-13net: sched: don't set q pointer for shared blocksJiri Pirko1-14/+12
2018-02-06cls_api: Convert to idr_alloc_u32Matthew Wilcox1-2/+2
2018-02-06idr: Delete idr_find_ext functionMatthew Wilcox1-1/+1
2018-02-06idr: Delete idr_remove_ext functionMatthew Wilcox1-1/+1
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski1-7/+8
2018-01-19net: sched: cls: add extack support for delete callbackAlexander Aring1-1/+1
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring1-2/+5
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring1-1/+2
2018-01-19net: sched: cls_api: handle generic cls errorsAlexander Aring1-11/+41
2018-01-18net: sched: silence uninitialized parent variable warning in tc_dump_tfilterJiri Pirko1-0/+7
2018-01-17net: sched: use block index as a handle instead of qdisc when block is sharedJiri Pirko1-84/+118
2018-01-17net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko1-14/+66
2018-01-17net: sched: remove classid and q fields from tcf_protoJiri Pirko1-5/+2
2018-01-17net: sched: introduce block mechanism to handle netif_keep_dst callsJiri Pirko1-0/+69
2018-01-17net: sched: avoid usage of tp->q in tcf_classifyJiri Pirko1-2/+3
2018-01-17net: sched: introduce shared filter blocks infrastructureJiri Pirko1-24/+143
2018-01-17net: sched: introduce support for multiple filter chain pointers registrationJiri Pirko1-8/+69
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-12-26net: sched: fix possible null pointer deref in tcf_block_putJiri Pirko1-0/+2
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-4/+9
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring1-2/+2
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2017-12-15net: sched: fix clsact init error pathJiri Pirko1-2/+2
2017-12-13net: remove duplicate includesPravin Shedge1-1/+0
2017-12-08net: sched: fix use-after-free in tcf_block_put_extJiri Pirko1-6/+7
2017-12-05net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang1-21/+9
2017-11-25net: sched: crash on blocks with goto chain actionRoman Kapl1-5/+12
2017-11-24net: sched: fix crash when deleting secondary chainsRoman Kapl1-3/+4
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-09net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang1-0/+1
2017-11-03net: sched: introduce chain_head_change callbackJiri Pirko1-22/+32
2017-11-03net_sched: check NULL in tcf_block_put()Cong Wang1-3/+2
2017-11-03net: sched: move block offload unbind after all chains are flushedJiri Pirko1-2/+2