summaryrefslogtreecommitdiff
path: root/net/sched/em_meta.c
AgeCommit message (Expand)Author
2024-02-09net: fill in MODULE_DESCRIPTION()s for net/schedBreno Leitao
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-07-29net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet
2023-03-24fix typos in net/sched/* filesTaichi Nishimura
2022-05-16net_sched: em_meta: add READ_ONCE() in var_sk_bound_if()Eric Dumazet
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-10-23net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani
2016-04-14qdisc: constify meta_type_ops structuresJulia Lawall
2015-11-08net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert
2013-12-11net_sched: expand control flow of macro SKIP_NONLOCALYang Yingliang
2013-09-30qdisc: meta return ENOMEM on alloc failurestephen hemminger
2012-09-24net: use a per task frag allocatorEric Dumazet
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2011-07-14net: remove SK_ROUTE_CAPS from meta ematchMichał Mirosław
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-04ipv4: Remove flowi from struct rtable.David S. Miller
2011-02-23em_meta: fix sparse warningstephen hemminger
2011-01-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-01-19net_sched: cleanupsEric Dumazet
2011-01-14netfilter: fix Kconfig dependenciesPatrick McHardy
2010-08-24tc: add meta match on receive hashStephen Hemminger
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-18netsched: Allow var_sk_bound_if meta to work on all namespacesEric Dumazet
2009-11-04em_meta: avoid one dev_put()Eric Dumazet
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet
2009-06-03net: skb->dst accessorsEric Dumazet
2009-06-03net: skb->rtable accessorEric Dumazet
2009-04-13netsched: Allow meta match on vlan tag on receiveStephen Hemminger
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet
2008-02-09[PKT_SCHED]: deinline functions in meta matchStephen Hemminger
2008-02-07[TC]: oops in em_metaStephen Hemminger
2008-02-05[NET_SCHED]: em_meta: fix compile warningPatrick McHardy
2008-02-05[PKT_SCHED]: vlan tag matchStephen Hemminger
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in ematchesPatrick McHardy