summaryrefslogtreecommitdiffstats
path: root/net/sched/em_meta.c
Commit message (Expand)AuthorAgeFilesLines
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani2016-10-231-4/+5
* qdisc: constify meta_type_ops structuresJulia Lawall2016-04-141-4/+4
* net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet2015-11-081-46/+92
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-1/+1
* net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko2015-01-131-1/+1
* net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-061-2/+2
* net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-171-1/+1
* net_sched: expand control flow of macro SKIP_NONLOCALYang Yingliang2013-12-111-35/+122
* qdisc: meta return ENOMEM on alloc failurestephen hemminger2013-09-301-1/+3
* net: use a per task frag allocatorEric Dumazet2012-09-241-1/+1
* ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller2012-07-231-1/+1
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-7/+12
* net: remove SK_ROUTE_CAPS from meta ematchMichał Mirosław2011-07-141-7/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* ipv4: Remove flowi from struct rtable.David S. Miller2011-03-041-1/+1
* em_meta: fix sparse warningstephen hemminger2011-02-231-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-01-201-1/+1
|\
| * netfilter: fix Kconfig dependenciesPatrick McHardy2011-01-141-1/+1
* | net_sched: cleanupsEric Dumazet2011-01-191-24/+18
|/
* tc: add meta match on receive hashStephen Hemminger2010-08-241-0/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netsched: Allow var_sk_bound_if meta to work on all namespacesEric Dumazet2009-11-181-1/+2
* em_meta: avoid one dev_put()Eric Dumazet2009-11-041-6/+6
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-181-2/+2
* net: skb->dst accessorsEric Dumazet2009-06-031-2/+2
* net: skb->rtable accessorEric Dumazet2009-06-031-2/+2
* netsched: Allow meta match on vlan tag on receiveStephen Hemminger2009-04-131-2/+4
* [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-051-2/+2
* [PKT_SCHED]: deinline functions in meta matchStephen Hemminger2008-02-091-3/+3
* [TC]: oops in em_metaStephen Hemminger2008-02-071-4/+6
* [NET_SCHED]: em_meta: fix compile warningPatrick McHardy2008-02-051-1/+1
* [PKT_SCHED]: vlan tag matchStephen Hemminger2008-02-051-0/+17
* [NET_SCHED]: Use nla_policy for attribute validation in ematchesPatrick McHardy2008-01-281-3/+6
* [NET_SCHED]: Use typeful attribute parsing helpersPatrick McHardy2008-01-281-1/+1
* [NET_SCHED]: Use typeful attribute construction helpersPatrick McHardy2008-01-281-2/+1
* [NET_SCHED]: Propagate nla_parse return valuePatrick McHardy2008-01-281-2/+4
* [NET_SCHED]: Convert classifiers from rtnetlink to new netlink APIPatrick McHardy2008-01-281-28/+28
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* [NET_SCHED]: ematch: module autoloadingPatrick McHardy2007-07-111-0/+2
* [NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-6/+6
* [SCHED]: Use kmemdup & kzalloc where appropriateArnaldo Carvalho de Melo2006-12-021-2/+1
* [NET]: Turn nfmark into generic markThomas Graf2006-12-021-7/+3
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NET]: kfree cleanupJesper Juhl2005-11-081-2/+1
* [INET]: speedup inet (tcp/dccp) lookupsEric Dumazet2005-10-031-3/+3
OpenPOWER on IntegriCloud