summaryrefslogtreecommitdiffstats
path: root/include/net/pkt_cls.h
Commit message (Expand)AuthorAgeFilesLines
* net/sched: Reflect HW offload statusOr Gerlitz2017-02-171-0/+5
* sched: have stub for tcf_destroy_chain in case NET_CLS is not configuredJiri Pirko2017-02-151-0/+6
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+2
* sched: cls_flower: expose priority to offloading netdeviceJiri Pirko2017-02-031-0/+1
* net sched actions: Add support for user cookiesJamal Hadi Salim2017-01-251-0/+8
* net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion2016-12-021-0/+2
* net/sched: Add separate check for skip_hw flagHadar Hen Zion2016-12-021-4/+15
* net/sched: pkt_cls: change tc actions order to be as the user setsHadar Hen Zion2016-09-281-1/+1
* net: cls_bpf: allow offloaded filters to update statsJakub Kicinski2016-09-211-0/+1
* net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski2016-09-211-0/+1
* net: cls_bpf: add hardware offloadJakub Kicinski2016-09-211-0/+14
* net_sched: properly handle failure case of tcf_exts_init()WANG Cong2016-08-221-2/+4
* net_sched: convert tcf_exts from list to pointer arrayWANG Cong2016-08-171-14/+26
* net_sched: move tc offload macros to pkt_cls.hWANG Cong2016-08-171-0/+19
* net/sched: Add match-all classifier hw offloading.Yotam Gigi2016-07-241-0/+11
* net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann2016-06-071-3/+7
* net/sched: cls_flower: Hardware offloaded filters statistics supportAmir Vadai2016-05-161-0/+1
* net: cls_u32: Add support for skip-sw flag to tc u32 classifier.Samudrala, Sridhar2016-05-161-0/+17
* net: sched: Move TCA_CLS_FLAGS_SKIP_HW to uapi header file.Samudrala, Sridhar2016-05-161-3/+0
* net/flower: Fix pointer castAmir Vadai2016-03-111-1/+1
* net/flower: Introduce hardware offload supportAmir Vadai2016-03-101-0/+14
* net: sched: cls_u32 add bit to specify software only rulesJohn Fastabend2016-03-011-2/+11
* net: cls_u32: move TC offload feature bit into cls_u32 offload logicJohn Fastabend2016-03-011-0/+3
* net: sched: consolidate offload decision in cls_u32John Fastabend2016-03-011-0/+5
* net: pack tc_cls_u32_knode struct slighter betterJohn Fastabend2016-02-171-2/+2
* net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend2016-02-171-0/+34
* net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-061-5/+5
* net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong2014-10-011-5/+1
* net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong2014-09-281-1/+1
* sched, cls: check if we could overwrite actions when changing a filterCong Wang2014-04-271-1/+1
* net_sched: optimize tcf_match_indev()WANG Cong2014-01-131-15/+15
* net_sched: cls: refactor out struct tcf_ext_mapWANG Cong2013-12-181-13/+10
* net_sched: act: use standard struct list_headWANG Cong2013-12-181-4/+12
* net: Remove extern from include/net/ scheduling prototypesJoe Perches2013-07-311-21/+21
* pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-141-3/+4
* net: Fix range checks in tcf_valid_offset().David S. Miller2010-12-211-1/+3
* net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-201-2/+2
* net: cleanup include/netEric Dumazet2009-11-041-16/+8
* ematch: simpler tcf_em_unregister()Alexey Dobriyan2008-11-161-1/+1
* [PKT_SCHED]: Pass real namespace in net scheduler classifiers.Denis V. Lunev2008-03-271-1/+1
* [NET_SCHED]: Constify struct tcf_ext_mapPatrick McHardy2008-01-311-3/+3
* [NET_SCHED]: Convert classifiers from rtnetlink to new netlink APIPatrick McHardy2008-01-281-5/+5
* [NET]: netns compilation speedupDenis V. Lunev2008-01-281-1/+2
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+2
* [NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy2007-07-151-8/+0
* [NET_SCHED]: ematch: module autoloadingPatrick McHardy2007-07-111-0/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-1/+1