aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/pkt_cls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-28net/sched: pkt_cls: change tc actions order to be as the user setsHadar Hen Zion1-1/+1
2016-09-21net: cls_bpf: allow offloaded filters to update statsJakub Kicinski1-0/+1
2016-09-21net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski1-0/+1
2016-09-21net: cls_bpf: add hardware offloadJakub Kicinski1-0/+14
2016-08-22net_sched: properly handle failure case of tcf_exts_init()WANG Cong1-2/+4
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong1-14/+26
2016-08-17net_sched: move tc offload macros to pkt_cls.hWANG Cong1-0/+19
2016-07-24net/sched: Add match-all classifier hw offloading.Yotam Gigi1-0/+11
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann1-3/+7
2016-05-16net/sched: cls_flower: Hardware offloaded filters statistics supportAmir Vadai1-0/+1
2016-05-16net: cls_u32: Add support for skip-sw flag to tc u32 classifier.Samudrala, Sridhar1-0/+17
2016-05-16net: sched: Move TCA_CLS_FLAGS_SKIP_HW to uapi header file.Samudrala, Sridhar1-3/+0
2016-03-11net/flower: Fix pointer castAmir Vadai1-1/+1
2016-03-10net/flower: Introduce hardware offload supportAmir Vadai1-0/+14
2016-03-01net: sched: cls_u32 add bit to specify software only rulesJohn Fastabend1-2/+11
2016-03-01net: cls_u32: move TC offload feature bit into cls_u32 offload logicJohn Fastabend1-0/+3
2016-03-01net: sched: consolidate offload decision in cls_u32John Fastabend1-0/+5
2016-02-17net: pack tc_cls_u32_knode struct slighter betterJohn Fastabend1-2/+2
2016-02-17net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend1-0/+34
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend1-5/+5
2014-10-01net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong1-5/+1
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong1-1/+1
2014-04-27sched, cls: check if we could overwrite actions when changing a filterCong Wang1-1/+1
2014-01-13net_sched: optimize tcf_match_indev()WANG Cong1-15/+15
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong1-13/+10
2013-12-18net_sched: act: use standard struct list_headWANG Cong1-4/+12
2013-07-31net: Remove extern from include/net/ scheduling prototypesJoe Perches1-21/+21
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise1-3/+4
2010-12-21net: Fix range checks in tcf_valid_offset().David S. Miller1-1/+3
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet1-2/+2
2009-11-04net: cleanup include/netEric Dumazet1-16/+8
2008-11-16ematch: simpler tcf_em_unregister()Alexey Dobriyan1-1/+1
2008-03-27[PKT_SCHED]: Pass real namespace in net scheduler classifiers.Denis V. Lunev1-1/+1
2008-01-31[NET_SCHED]: Constify struct tcf_ext_mapPatrick McHardy1-3/+3
2008-01-28[NET_SCHED]: Convert classifiers from rtnetlink to new netlink APIPatrick McHardy1-5/+5
2008-01-28[NET]: netns compilation speedupDenis V. Lunev1-1/+2
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+2
2007-07-15[NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy1-8/+0
2007-07-11[NET_SCHED]: ematch: module autoloadingPatrick McHardy1-0/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-1/+1
2007-03-29[IFB]: Fix crash on input device removalPatrick McHardy1-2/+5
2005-08-29[NET]: Remove explicit initializations of skb->input_devDavid S. Miller1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+366