summaryrefslogtreecommitdiffstats
path: root/include/net/pkt_cls.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [IFB]: Fix crash on input device removalPatrick McHardy2007-03-291-2/+5
* [NET]: Remove explicit initializations of skb->input_devDavid S. Miller2005-08-291-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+366