summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_u32.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-1/+4
|\
| * net_sched: fix struct tc_u_hnode layout in u32WANG Cong2015-03-101-1/+4
* | net_sched: destroy proto tp when all filters are goneCong Wang2015-03-091-1/+24
|/
* net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko2014-12-091-5/+0Star
* net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong2014-10-021-4/+6
* net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong2014-09-281-2/+2
* net: sched: fix compile warning in cls_u32Eric Dumazet2014-09-221-1/+1
* net: sched: cls_u32 changes to knode must appear atomic to readersJohn Fastabend2014-09-221-9/+126
* net: cls_u32: fix missed pcpu_success free_percpuJohn Fastabend2014-09-221-0/+13
* net: sched: cls_u32: rcu can not be last nodeJohn Fastabend2014-09-191-1/+4
* net: sched: cls_u32 add missing rcu_assign_pointer and annotationJohn Fastabend2014-09-161-3/+4
* net: sched: fix unsued cpu variableJohn Fastabend2014-09-161-3/+4
* net: sched: make cls_u32 locklessJohn Fastabend2014-09-131-73/+110
* net: sched: make cls_u32 per cpuJohn Fastabend2014-09-131-16/+59
* net_sched: avoid generating same handle for u32 filtersCong Wang2014-07-211-5/+14
* sched, cls: check if we could overwrite actions when changing a filterCong Wang2014-04-281-5/+5
* net_sched: avoid casting void pointerWANG Cong2014-01-131-1/+1
* net_sched: optimize tcf_match_indev()WANG Cong2014-01-131-7/+12
* net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong2014-01-131-1/+1
* net_sched: cls: refactor out struct tcf_ext_mapWANG Cong2013-12-181-9/+5Star
* net_sched: act: use standard struct list_headWANG Cong2013-12-181-0/+1
* net_sched: change "foo* bar" to "foo *bar"Yang Yingliang2013-12-111-1/+1
* pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-141-6/+7
* net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman2012-08-151-1/+2
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+1Star
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-021-16/+24
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-061-1/+1
* cls_u32: fix sparse warningsstephen hemminger2011-02-221-6/+6
* net_sched: cleanupsEric Dumazet2011-01-201-38/+39
* cls_u32: signedness bugDan Carpenter2010-10-051-1/+1
* u32: negative offset fixstephen hemminger2010-08-031-2/+4
* cls_u32: use skb_header_pointer() to dereference data safelyChangli Gao2010-06-021-13/+36
* net sched: printk message severitystephen hemminger2010-05-181-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: remove trailing space in messagesFrans Pop2010-03-241-2/+2
|/
* pkt_sched: cls_u32: Fix locking in u32_change()Jarek Poplawski2009-01-061-1/+2
* pkt_sched: remove unnecessary xchg() in packet classifiersPatrick McHardy2008-11-201-5/+6
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-261-5/+5
* pkt_sched: Get rid of u32_list.David S. Miller2008-07-191-15/+3Star
* [NET_SCHED] cls_u32: refcounting fix for u32_delete()Jarek Poplawski2008-04-131-3/+9
* [PKT_SCHED]: annotate cls_u32Al Viro2008-03-181-4/+4
* [NET_SCHED]: Constify struct tcf_ext_mapPatrick McHardy2008-02-011-1/+1
* [NET_SCHED]: Use nla_policy for attribute validation in classifiersPatrick McHardy2008-01-291-10/+12
* [NET_SCHED]: Use typeful attribute parsing helpersPatrick McHardy2008-01-291-4/+4
* [NET_SCHED]: Use typeful attribute construction helpersPatrick McHardy2008-01-291-4/+4
* [NET_SCHED]: Use NLA_PUT_STRING for string dumpingPatrick McHardy2008-01-291-1/+1
* [NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy2008-01-291-6/+7
* [NET_SCHED]: Propagate nla_parse return valuePatrick McHardy2008-01-291-2/+3
* [NET_SCHED]: Convert classifiers from rtnetlink to new netlink APIPatrick McHardy2008-01-291-39/+39