summaryrefslogtreecommitdiff
path: root/net/sched/cls_flow.c
AgeCommit message (Expand)Author
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko
2014-12-09net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko
2014-12-08net_sched: cls_flow: remove duplicate assignmentsJiri Pirko
2014-12-08net_sched: cls_flow: remove faulty use of list_for_each_entry_rcuJiri Pirko
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong
2014-09-13net: sched: cls_flow use RCUJohn Fastabend
2014-04-27sched, cls: check if we could overwrite actions when changing a filterCong Wang
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong
2013-12-18net_sched: act: use standard struct list_headWANG Cong
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise
2012-08-14userns: Convert cls_flow to work with user namespaces enabledEric W. Biederman
2012-08-14net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2011-12-14cls_flow: remove one dynamic arrayEric Dumazet
2011-11-28cls_flow: use skb_flow_dissect()Eric Dumazet
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-10-24net_sched: cls_flow: use skb_header_pointer()Eric Dumazet
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker
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-21net_sched: cls_flow: add key rxhashChangli Gao
2010-08-19net_sched: cls_flow: use proto_ports_offset() to support AH messageChangli Gao
2010-08-04cls_flow: add sanity check for the packet lengthChangli Gao
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet
2009-06-03net: skb->dst accessorsEric Dumazet
2008-11-14CRED: Use creds in file structsDavid Howells
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo
2008-07-14net-sched: cls_flow: add perturbation supportPatrick McHardy
2008-02-05[NET_SCHED]: cls_flow: support classification based on VLAN tagPatrick McHardy
2008-02-05[NET_SCHED]: cls_flow: fix key mask validity checkPatrick McHardy
2008-02-05[NET_SCHED]: Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git...Rami Rosen
2008-01-31[NET_SCHED]: Add flow classifierPatrick McHardy