aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_flow.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-01-201-1/+1
|\
| * netfilter: fix Kconfig dependenciesPatrick McHardy2011-01-141-1/+1
* | net_sched: cleanupsEric Dumazet2011-01-191-2/+2
|/
* net_sched: cls_flow: add key rxhashChangli Gao2010-08-211-0/+7
* net_sched: cls_flow: use proto_ports_offset() to support AH messageChangli Gao2010-08-191-29/+38
* cls_flow: add sanity check for the packet lengthChangli Gao2010-08-041-40/+56
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-201-1/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-4/+4
* CRED: Use creds in file structsDavid Howells2008-11-141-2/+2
* net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-201-14/+14
* net-sched: cls_flow: add perturbation supportPatrick McHardy2008-07-141-9/+43
* [NET_SCHED]: cls_flow: support classification based on VLAN tagPatrick McHardy2008-02-051-0/+12
* [NET_SCHED]: cls_flow: fix key mask validity checkPatrick McHardy2008-02-051-2/+3
* [NET_SCHED]: Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git...Rami Rosen2008-02-051-2/+2
* [NET_SCHED]: Add flow classifierPatrick McHardy2008-01-311-0/+660