summaryrefslogtreecommitdiff
path: root/include/net/pkt_cls.h
AgeCommit message (Expand)Author
2017-02-17net/sched: Reflect HW offload statusOr Gerlitz
2017-02-15sched: have stub for tcf_destroy_chain in case NET_CLS is not configuredJiri Pirko
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko
2017-02-03sched: cls_flower: expose priority to offloading netdeviceJiri Pirko
2017-01-25net sched actions: Add support for user cookiesJamal Hadi Salim
2016-12-02net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion
2016-12-02net/sched: Add separate check for skip_hw flagHadar Hen Zion
2016-09-28net/sched: pkt_cls: change tc actions order to be as the user setsHadar Hen Zion
2016-09-21net: cls_bpf: allow offloaded filters to update statsJakub Kicinski
2016-09-21net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski
2016-09-21net: cls_bpf: add hardware offloadJakub Kicinski
2016-08-22net_sched: properly handle failure case of tcf_exts_init()WANG Cong
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong
2016-08-17net_sched: move tc offload macros to pkt_cls.hWANG Cong
2016-07-24net/sched: Add match-all classifier hw offloading.Yotam Gigi
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann
2016-05-16net/sched: cls_flower: Hardware offloaded filters statistics supportAmir Vadai
2016-05-16net: cls_u32: Add support for skip-sw flag to tc u32 classifier.Samudrala, Sridhar
2016-05-16net: sched: Move TCA_CLS_FLAGS_SKIP_HW to uapi header file.Samudrala, Sridhar
2016-03-11net/flower: Fix pointer castAmir Vadai
2016-03-10net/flower: Introduce hardware offload supportAmir Vadai
2016-03-01net: sched: cls_u32 add bit to specify software only rulesJohn Fastabend
2016-03-01net: cls_u32: move TC offload feature bit into cls_u32 offload logicJohn Fastabend
2016-03-01net: sched: consolidate offload decision in cls_u32John Fastabend
2016-02-17net: pack tc_cls_u32_knode struct slighter betterJohn Fastabend
2016-02-17net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend
2014-10-01net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong
2014-04-27sched, cls: check if we could overwrite actions when changing a filterCong Wang
2014-01-13net_sched: optimize tcf_match_indev()WANG Cong
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong
2013-12-18net_sched: act: use standard struct list_headWANG Cong
2013-07-31net: Remove extern from include/net/ scheduling prototypesJoe Perches
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise
2010-12-21net: Fix range checks in tcf_valid_offset().David S. Miller
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet
2009-11-04net: cleanup include/netEric Dumazet
2008-11-16ematch: simpler tcf_em_unregister()Alexey Dobriyan
2008-03-27[PKT_SCHED]: Pass real namespace in net scheduler classifiers.Denis V. Lunev
2008-01-31[NET_SCHED]: Constify struct tcf_ext_mapPatrick McHardy
2008-01-28[NET_SCHED]: Convert classifiers from rtnetlink to new netlink APIPatrick McHardy
2008-01-28[NET]: netns compilation speedupDenis V. Lunev
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-07-15[NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy
2007-07-11[NET_SCHED]: ematch: module autoloadingPatrick McHardy
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo