aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_flow.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet1-1/+1
2011-06-21ip: 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/nf-next-2.6David S. Miller1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-2/+2
2011-01-14netfilter: fix Kconfig dependenciesPatrick McHardy1-1/+1
2010-08-21net_sched: cls_flow: add key rxhashChangli Gao1-0/+7
2010-08-19net_sched: cls_flow: use proto_ports_offset() to support AH messageChangli Gao1-29/+38
2010-08-04cls_flow: add sanity check for the packet lengthChangli Gao1-40/+56
2010-05-17net: 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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-20net: 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-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-14/+14
2008-07-14net-sched: cls_flow: add perturbation supportPatrick McHardy1-9/+43
2008-02-05[NET_SCHED]: cls_flow: support classification based on VLAN tagPatrick McHardy1-0/+12
2008-02-05[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 broken build)Rami Rosen1-2/+2
2008-01-31[NET_SCHED]: Add flow classifierPatrick McHardy1-0/+660