summaryrefslogtreecommitdiffstats
path: root/net/sched/ematch.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-1/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* net: sched: ematch: obtain net pointer from blocksJiri Pirko2017-10-161-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki2015-02-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-081-2/+3
|\
| * ematch: Fix early ending of inverted containers.Ignacy Gawędzki2014-10-051-2/+3
* | net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-071-4/+6
|/
* ematch: Fix matching of inverted containers.Ignacy Gawędzki2014-09-291-2/+4
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-3/+1Star
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-021-2/+4
* net_sched: cleanupsEric Dumazet2011-01-201-14/+23
* net sched: printk message severitystephen hemminger2010-05-181-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ematch: simpler tcf_em_unregister()Alexey Dobriyan2008-11-171-15/+3Star
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-171-1/+1
* [PKT_SCHED] ematch: Fix build warning.David S. Miller2008-02-101-1/+1
* [PKT_SCHED] ematch: tcf_em_destroy robustnessStephen Hemminger2008-02-101-2/+3
* [PKT_SCHED] ematch: oops from uninitialized variable (resend)Stephen Hemminger2008-02-091-3/+2Star
* [NET_SCHED]: Use nla_policy for attribute validation in ematchesPatrick McHardy2008-01-291-5/+6
* [NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy2008-01-291-6/+10
* [NET_SCHED]: Propagate nla_parse return valuePatrick McHardy2008-01-291-2/+4
* [NET_SCHED]: Convert classifiers from rtnetlink to new netlink APIPatrick McHardy2008-01-291-37/+37
* [NET_SCHED]: Move EXPORT_SYMBOL next to exported symbolPatrick McHardy2008-01-291-6/+5Star
* [NET_SCHED]: ematch: module autoloadingPatrick McHardy2007-07-121-0/+13
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-111-2/+0Star
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-7/+10
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-6/+6
* [SCHED]: Use kmemdup & kzalloc where appropriateArnaldo Carvalho de Melo2006-12-031-2/+1Star
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PKT_SCHED] ematch: Remove bogus include.Evgeniy Polyakov2006-01-121-1/+0Star
* [PKT_SCHED]: Correctly handle empty ematch treesThomas Graf2005-11-081-0/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+524