aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_flow.c
Commit message (Expand)AuthorAge
* net_sched: cls: refactor out struct tcf_ext_mapWANG Cong2013-12-18
* net_sched: act: use standard struct list_headWANG Cong2013-12-18
* net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-17
* netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy2013-04-19
* pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-14
* userns: Convert cls_flow to work with user namespaces enabledEric W. Biederman2012-08-15
* net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman2012-08-15
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-01
* cls_flow: remove one dynamic arrayEric Dumazet2011-12-14
* cls_flow: use skb_flow_dissect()Eric Dumazet2011-11-28
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-31
* net_sched: cls_flow: use skb_header_pointer()Eric Dumazet2011-10-24
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-06
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-21
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-01-20
|\
| * netfilter: fix Kconfig dependenciesPatrick McHardy2011-01-14
* | net_sched: cleanupsEric Dumazet2011-01-20
|/
* net_sched: cls_flow: add key rxhashChangli Gao2010-08-22
* net_sched: cls_flow: use proto_ports_offset() to support AH messageChangli Gao2010-08-19
* cls_flow: add sanity check for the packet lengthChangli Gao2010-08-05
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-20
* net: skb->dst accessorsEric Dumazet2009-06-03
* CRED: Use creds in file structsDavid Howells2008-11-13
* net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-21
* net-sched: cls_flow: add perturbation supportPatrick McHardy2008-07-14
* [NET_SCHED]: cls_flow: support classification based on VLAN tagPatrick McHardy2008-02-05
* [NET_SCHED]: cls_flow: fix key mask validity checkPatrick McHardy2008-02-05
* [NET_SCHED]: Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git...Rami Rosen2008-02-05
* [NET_SCHED]: Add flow classifierPatrick McHardy2008-01-31