aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/act_api.h
AgeCommit message (Expand)Author
2020-06-03net sched: fix reporting the first-time use timestampRoman Mashak
2019-11-12net/sched: actions: remove unused 'order'Davide Caratti
2019-10-30net: sched: update action implementations to support flagsVlad Buslov
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov
2019-10-30net: sched: modify stats helper functions to support regular statsVlad Buslov
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov
2019-10-30net: sched: extract bstats update code into functionVlad Buslov
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov
2019-08-27net_sched: fix a NULL pointer deref in ipt actionCong Wang
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti
2019-03-21net/sched: prepare TC actions to properly validate the control actionDavide Caratti
2019-02-10net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen
2018-12-10net/sched: Remove egdev mechanismOz Shlomo
2018-10-05net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron
2018-08-31Revert "net: sched: act: add extack for lookup callback"Cong Wang
2018-08-21net_sched: remove unused tcfa_capabCong Wang
2018-08-21net_sched: remove list_head from tc_actionCong Wang
2018-08-21net_sched: remove unused tcf_idr_check()Cong Wang
2018-08-21net_sched: remove unnecessary ops->delete()Cong Wang
2018-08-11net: sched: extend action ops with put_dev callbackVlad Buslov
2018-07-30tc/act: remove unneeded RCU lock in action callbackPaolo Abeni
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov
2018-07-08net: sched: atomically check-allocate actionVlad Buslov
2018-07-08net: sched: add 'delete' function to action opsVlad Buslov
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov
2018-07-08net: sched: implement unlocked action init APIVlad Buslov
2018-07-08net: sched: change type of reference and bind countersVlad Buslov
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov
2018-06-26net: sched: add tcf_proto_op to offload a ruleJohn Hurley
2018-03-23net/sched: remove tcf_idr_cleanup()Davide Caratti
2018-03-09net sched actions: add new tc_action_ops callbackRoman Mashak
2018-03-09net sched actions: update Add/Delete action API with new argumentRoman Mashak
2018-02-16net: sched: act: handle extack in tcf_generic_walkerAlexander Aring
2018-02-16net: sched: act: add extack for walk callbackAlexander Aring
2018-02-16net: sched: act: add extack for lookup callbackAlexander Aring
2018-02-16net: sched: act: add extack to init callbackAlexander Aring
2018-02-16net: sched: act: add extack to initAlexander Aring
2018-02-16net: sched: act: fix code styleAlexander Aring
2018-02-16net: Revert sched action extack support series.David S. Miller
2018-02-16net: sched: act: add extack to initAlexander Aring
2018-02-16net: sched: act: fix code styleAlexander Aring
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang
2017-12-05net_sched: remove unused parameter from act cleanup opsCong Wang
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds