aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/ematch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-1/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2017-10-16net: sched: ematch: obtain net pointer from blocksJiri Pirko1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2015-02-20ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki1-0/+1
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend1-4/+6
2014-10-04ematch: Fix early ending of inverted containers.Ignacy Gawędzki1-2/+3
2014-09-29ematch: Fix matching of inverted containers.Ignacy Gawędzki1-2/+4
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-3/+1
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-2/+4
2011-01-19net_sched: cleanupsEric Dumazet1-14/+23
2010-05-17net sched: printk message severitystephen hemminger1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-11-16ematch: simpler tcf_em_unregister()Alexey Dobriyan1-15/+3
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-1/+1
2008-02-10[PKT_SCHED] ematch: Fix build warning.David S. Miller1-1/+1
2008-02-09[PKT_SCHED] ematch: tcf_em_destroy robustnessStephen Hemminger1-2/+3
2008-02-09[PKT_SCHED] ematch: oops from uninitialized variable (resend)Stephen Hemminger1-3/+2
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in ematchesPatrick McHardy1-5/+6
2008-01-28[NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy1-6/+10
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy1-2/+4
2008-01-28[NET_SCHED]: Convert classifiers from rtnetlink to new netlink APIPatrick McHardy1-37/+37
2008-01-28[NET_SCHED]: Move EXPORT_SYMBOL next to exported symbolPatrick McHardy1-6/+5
2007-07-11[NET_SCHED]: ematch: module autoloadingPatrick McHardy1-0/+13
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy1-2/+0
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-7/+10
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki1-6/+6
2006-12-02[SCHED]: Use kmemdup & kzalloc where appropriateArnaldo Carvalho de Melo1-2/+1
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-11[PKT_SCHED] ematch: Remove bogus include.Evgeniy Polyakov1-1/+0
2005-11-08[PKT_SCHED]: Correctly handle empty ematch treesThomas Graf1-0/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+524