aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/em_meta.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09net: fill in MODULE_DESCRIPTION()s for net/schedBreno Leitao1-0/+1
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet1-1/+1
2023-07-29net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet1-2/+2
2023-03-24fix typos in net/sched/* filesTaichi Nishimura1-1/+1
2022-05-16net_sched: em_meta: add READ_ONCE() in var_sk_bound_if()Eric Dumazet1-2/+5
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni1-1/+1
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen1-1/+1
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet1-1/+1
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet1-1/+1
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-1/+1
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet1-1/+1
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
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-10-23net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani1-4/+5
2016-04-14qdisc: constify meta_type_ops structuresJulia Lawall1-4/+4
2015-11-08net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet1-46/+92
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+1
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko1-1/+1
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend1-2/+2
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert1-1/+1
2013-12-11net_sched: expand control flow of macro SKIP_NONLOCALYang Yingliang1-35/+122
2013-09-30qdisc: meta return ENOMEM on alloc failurestephen hemminger1-1/+3
2012-09-24net: use a per task frag allocatorEric Dumazet1-1/+1
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller1-1/+1
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-7/+12
2011-07-14net: remove SK_ROUTE_CAPS from meta ematchMichał Mirosław1-7/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-04ipv4: Remove flowi from struct rtable.David S. Miller1-1/+1
2011-02-23em_meta: fix sparse warningstephen hemminger1-1/+1
2011-01-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-24/+18
2011-01-14netfilter: fix Kconfig dependenciesPatrick McHardy1-1/+1
2010-08-24tc: add meta match on receive hashStephen Hemminger1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-18netsched: Allow var_sk_bound_if meta to work on all namespacesEric Dumazet1-1/+2
2009-11-04em_meta: avoid one dev_put()Eric Dumazet1-6/+6
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-2/+2
2009-06-03net: skb->dst accessorsEric Dumazet1-2/+2
2009-06-03net: skb->rtable accessorEric Dumazet1-2/+2
2009-04-13netsched: Allow meta match on vlan tag on receiveStephen Hemminger1-2/+4
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet1-2/+2
2008-02-09[PKT_SCHED]: deinline functions in meta matchStephen Hemminger1-3/+3
2008-02-07[TC]: oops in em_metaStephen Hemminger1-4/+6
2008-02-05[NET_SCHED]: em_meta: fix compile warningPatrick McHardy1-1/+1
2008-02-05[PKT_SCHED]: vlan tag matchStephen Hemminger1-0/+17
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in ematchesPatrick McHardy1-3/+6
2008-01-28[NET_SCHED]: Use typeful attribute parsing helpersPatrick McHardy1-1/+1
2008-01-28[NET_SCHED]: Use typeful attribute construction helpersPatrick McHardy1-2/+1
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-28/+28
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-07-11[NET_SCHED]: ematch: module autoloadingPatrick McHardy1-0/+2
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-12-02[NET]: Turn nfmark into generic markThomas Graf1-7/+3
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
2005-11-08[NET]: kfree cleanupJesper Juhl1-2/+1
2005-10-03[INET]: speedup inet (tcp/dccp) lookupsEric Dumazet1-3/+3
2005-07-24[EMATCH]: Remove feature ifdefs in meta ematch.Patrick McHardy1-8/+8
2005-07-22[PKT_SCHED]: em_meta: Kill TCF_META_ID_{INDEV,SECURITY,TCVERDICT}David S. Miller1-25/+3
2005-07-22[PKT_SCHED]: Kill TCF_META_ID_REALDEV from meta ematch.David S. Miller1-12/+0
2005-07-18[EMATCH]: Kill TCF_META_ID_TCCLASSID reference from meta ematch as well.David S. Miller1-6/+0
2005-07-05[NET]: Remove unused security member in sk_buffThomas Graf1-6/+0
2005-06-08[PKT_SCHED]: Fix numeric comparison in meta ematchThomas Graf1-2/+2
2005-06-08[PKT_SCHED]: Allow socket attributes to be matched on via meta ematchThomas Graf1-24/+267
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+661