summaryrefslogtreecommitdiff
path: root/net/sched/cls_flow.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-14net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko1-4/+4
2014-12-10net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko1-1/+1
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko1-5/+0
2014-12-09net_sched: cls_flow: remove duplicate assignmentsJiri Pirko1-3/+0
2014-12-09net_sched: cls_flow: remove faulty use of list_for_each_entry_rcuJiri Pirko1-2/+2
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-0/+2
2014-10-07net: sched: remove tcf_proto from ematch callsJohn Fastabend1-2/+2
2014-09-29net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong1-2/+2
2014-09-13net: sched: cls_flow use RCUJohn Fastabend1-61/+84
2014-04-28sched, cls: check if we could overwrite actions when changing a filterCong Wang1-2/+2
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong1-1/+1
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong1-9/+5
2013-12-18net_sched: act: use standard struct list_headWANG Cong1-0/+1
2013-12-18net: Change skb_get_rxhash to skb_get_hashTom Herbert1-1/+1
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy1-1/+1
2013-01-15pkt_sched: namespace aware act_mirredBenjamin LaHaise1-2/+2
2012-08-15userns: Convert cls_flow to work with user namespaces enabledEric W. Biederman1-4/+12
2012-08-15net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman1-1/+2
2012-04-02pkt_sched: Stop using NLA_PUT*().David S. Miller1-14/+21
2011-12-14cls_flow: remove one dynamic arrayEric Dumazet1-1/+1
2011-11-29cls_flow: use skb_flow_dissect()Eric Dumazet1-132/+48
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-10-25net_sched: cls_flow: use skb_header_pointer()Eric Dumazet1-92/+96
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet1-1/+1
2011-06-22ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-2/+2
2011-01-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-1/+1
2011-01-20net_sched: cleanupsEric Dumazet1-2/+2
2011-01-14netfilter: fix Kconfig dependenciesPatrick McHardy1-1/+1
2010-08-22net_sched: cls_flow: add key rxhashChangli Gao1-0/+7
2010-08-20net_sched: cls_flow: use proto_ports_offset() to support AH messageChangli Gao1-29/+38
2010-08-05cls_flow: add sanity check for the packet lengthChangli Gao1-40/+56
2010-05-18net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-21net: rename skb->iif to skb->skb_iifEric Dumazet1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-4/+4
2008-11-14CRED: Use creds in file structsDavid Howells1-2/+2
2008-09-21net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-14/+14
2008-07-15net-sched: cls_flow: add perturbation supportPatrick McHardy1-9/+43
2008-02-06[NET_SCHED]: cls_flow: support classification based on VLAN tagPatrick McHardy1-0/+12
2008-02-06[NET_SCHED]: cls_flow: fix key mask validity checkPatrick McHardy1-2/+3
2008-02-05[NET_SCHED]: Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git...Rami Rosen1-2/+2
2008-02-01[NET_SCHED]: Add flow classifierPatrick McHardy1-0/+660