summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_flow.c
Commit message (Expand)AuthorAgeFilesLines
* net sched: stylistic cleanupsJamal Hadi Salim2016-09-191-7/+14
* net: sched: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-3/+3
* net_sched: properly handle failure case of tcf_exts_init()WANG Cong2016-08-221-10/+16
* sched: cls_flow: use skb_to_full_sk() helperEric Dumazet2015-11-081-4/+11
* flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-011-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-041-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-091-1/+1
* net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko2014-12-091-5/+0
* net_sched: cls_flow: remove duplicate assignmentsJiri Pirko2014-12-081-3/+0
* net_sched: cls_flow: remove faulty use of list_for_each_entry_rcuJiri Pirko2014-12-081-2/+2
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-0/+2
* net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-061-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-271-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/+5
* 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-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
OpenPOWER on IntegriCloud