summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_flow.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: switch to rcu_workCong Wang2018-05-241-17/+7
* net: sched: propagate extack to cls->destroy callbacksJakub Kicinski2018-01-241-1/+1
* net: sched: cls: add extack support for delete callbackAlexander Aring2018-01-191-1/+2
* net: sched: cls: add extack support for tcf_exts_validateAlexander Aring2018-01-191-1/+2
* net: sched: cls: add extack support for change callbackAlexander Aring2018-01-191-1/+1
* net: sched: introduce block mechanism to handle netif_keep_dst callsJiri Pirko2018-01-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-6/+18
|\
| * cls_flow: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-6/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-3/+16
|\ \ | |/
| * net_sched: use tcf_queue_work() in flow filterCong Wang2017-10-291-3/+16
* | net: sched: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+3
* | net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct QdiscJiri Pirko2017-10-161-2/+5
|/
* net_sched: use void pointer for filter handleWANG Cong2017-08-071-12/+12
* net: sched: cls_flow: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-25/+16
* net: sched: remove unneeded tcf_em_tree_changeJiri Pirko2017-08-041-7/+5
* net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong2017-04-211-6/+4
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* net_sched: use setup_deferrable_timerGeliang Tang2017-03-241-3/+2
* skbuff: add and use skb_nfct helperFlorian Westphal2017-02-021-1/+1
* net, sched: respect rcu grace period on cls destructionDaniel Borkmann2016-11-281-1/+0
* 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
OpenPOWER on IntegriCloud