summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_flow.c
Commit message (Expand)AuthorAgeFilesLines
* sched: cls_flow: use skb_to_full_sk() helperEric Dumazet2015-11-091-4/+11
* flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-021-1/+1
* sched: cls_flow: fix panic on filter replaceDaniel Borkmann2015-07-211-2/+3
* net: Add full IPv6 addresses to flow_keysTom Herbert2015-06-051-4/+10
* flow_dissector: change port array into src, dst tupleJiri Pirko2015-05-131-2/+2
* flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-131-10/+10
* net: change name of flow_dissector header to match the .c file nameJiri Pirko2015-05-131-1/+1
* net_sched: destroy proto tp when all filters are goneCong Wang2015-03-091-1/+5
* net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko2015-01-131-4/+4
* net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko2014-12-101-1/+1
* net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko2014-12-091-5/+0Star
* net_sched: cls_flow: remove duplicate assignmentsJiri Pirko2014-12-091-3/+0Star
* net_sched: cls_flow: remove faulty use of list_for_each_entry_rcuJiri Pirko2014-12-091-2/+2
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-0/+2
* net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-071-2/+2
* net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong2014-09-281-2/+2
* net: sched: cls_flow use RCUJohn Fastabend2014-09-131-61/+84
* sched, cls: check if we could overwrite actions when changing a filterCong Wang2014-04-281-2/+2
* net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong2014-01-131-1/+1
* net_sched: cls: refactor out struct tcf_ext_mapWANG Cong2013-12-181-9/+5Star
* net_sched: act: use standard struct list_headWANG Cong2013-12-181-0/+1
* net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-171-1/+1
* 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-151-4/+12
* net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman2012-08-151-1/+2
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-021-14/+21
* cls_flow: remove one dynamic arrayEric Dumazet2011-12-141-1/+1
* cls_flow: use skb_flow_dissect()Eric Dumazet2011-11-291-132/+48Star
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-11-011-0/+1
* net_sched: cls_flow: use skb_header_pointer()Eric Dumazet2011-10-251-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-221-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-201-2/+2
|/
* net_sched: cls_flow: add key rxhashChangli Gao2010-08-221-0/+7
* net_sched: cls_flow: use proto_ports_offset() to support AH messageChangli Gao2010-08-201-29/+38
* cls_flow: add sanity check for the packet lengthChangli Gao2010-08-051-40/+56
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-181-1/+0Star
* 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-211-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-211-14/+14
* net-sched: cls_flow: add perturbation supportPatrick McHardy2008-07-151-9/+43
* [NET_SCHED]: cls_flow: support classification based on VLAN tagPatrick McHardy2008-02-061-0/+12
* [NET_SCHED]: cls_flow: fix key mask validity checkPatrick McHardy2008-02-061-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-02-011-0/+660