summaryrefslogtreecommitdiff
path: root/include/net/pkt_cls.h
AgeCommit message (Expand)Author
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
2007-03-29[IFB]: Fix crash on input device removalPatrick McHardy
2005-08-29[NET]: Remove explicit initializations of skb->input_devDavid S. Miller
2005-02-14[PKT_SCHED]: u32 ematchDavid S. Miller
2005-02-14[PKT_SCHED]: Simple comparison ematch (cmp)David S. Miller
2005-02-14[PKT_SCHED]: Extended Matches APIDavid S. Miller
2005-01-09[PKT_SCHED]: Add rtattr_strlcpy, use it where appropriatePatrick McHardy
2005-01-09[PKT_SCHED]: Remove old action/police helpersThomas Graf
2005-01-09[PKT_SCHED]: tc filter extension APIThomas Graf
2005-01-09[NET]: misc cleanupsAdrian Bunk
2004-11-23[PKT_SCHED]: Clean up tcf_action_init memory handlingPatrick McHardy
2004-11-01[PKT_SCHED]: Add generic classifier routines.Thomas Graf
2004-10-27[PKT_SCHED]: Remove bogus lock and make cls_set_class return unsigned long.Thomas Graf
2004-10-26[PKT_SCHED]: Cleanup cls_set_classThomas Graf
2004-10-26[PKT_SCHED]: Move tc_classify from pkt_cls.h to sch_api.cThomas Graf
2004-10-26[PKT_SCHED]: Remove obsolete definitions in pkt_cls.hThomas Graf
2004-06-15[NET]: Add tc extensions infrastructure.Jamal Hadi Salim
2003-12-24[PKT_SCHED]: Fix module refcount and mem leaks in classful qdiscs.Patrick McHardy
2003-04-19[PKT_SCHED]: Proper module refcounting for packet classifiers.David S. Miller
2002-02-04Import changesetLinus Torvalds