summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_flow.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy2013-04-191-1/+1
* pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-141-2/+2
* userns: Convert cls_flow to work with user namespaces enabledEric W. Biederman2012-08-141-4/+12
* net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman2012-08-141-1/+2
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-14/+21
* cls_flow: remove one dynamic arrayEric Dumazet2011-12-141-1/+1
* cls_flow: use skb_flow_dissect()Eric Dumazet2011-11-281-132/+48
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-311-0/+1
* net_sched: cls_flow: use skb_header_pointer()Eric Dumazet2011-10-241-92/+96
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-061-1/+1
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-211-2/+2
* 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