summaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira2022-07-071-8/+14
* net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-231-2/+11
* net_sched: refactor TC action init APICong Wang2021-08-021-30/+31
* net/sched: Remove unnecessary if statementYajun Deng2021-07-161-10/+2
* net: sched: fix error return code in tcf_del_walker()Yang Yingliang2021-06-171-1/+2
* net: sched: fix err handler in tcf_action_init()Vlad Buslov2021-04-081-10/+16
* net: sched: fix action overwrite reference countingVlad Buslov2021-04-081-7/+15
* Revert "net: sched: bump refcount for new action in ACT replace mode"Vlad Buslov2021-04-081-3/+0
* net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi2021-03-301-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-1/+1
|\
| * net: sched: fix police ext initializationVlad Buslov2021-02-161-1/+1
* | net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2021-01-181-38/+66
|/
* net/sched: sch_frag: add generic packet fragment support.wenxu2020-11-271-0/+16
* net: sched: alias action flags with TCA_ACT_ prefixVlad Buslov2020-11-251-5/+5
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel2020-11-161-1/+1
* net: sched: fix misspellings using misspell-fixer toolMenglong Dong2020-11-101-1/+1
* net: sched: implement action-specific terse dumpVlad Buslov2020-11-051-32/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-25/+29
|\
| * net_sched: check error pointer in tcf_dump_walker()Cong Wang2020-10-041-0/+2
| * net_sched: remove a redundant goto chain checkCong Wang2020-09-281-14/+0
| * net_sched: commit action insertions togetherCong Wang2020-09-241-9/+23
| * net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-241-18/+20
* | net: sched: skip an unnecessay checkTom Rix2020-09-081-2/+3
|/
* Remove redundant skb null checkGaurav Singh2020-06-201-1/+1
* net: qos offload add flow status with dropped countPo Liu2020-06-191-6/+4
* net: sched: implement terse dump support in actVlad Buslov2020-05-151-7/+23
* netlink: remove type-unsafe validation_data pointerJohannes Berg2020-04-301-10/+3
* net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-301-0/+5
* net: introduce nla_put_bitfield32() helper and use itJiri Pirko2020-03-301-16/+8
* net: sched: rename more stats_typesJakub Kicinski2020-03-231-20/+18
* sched: act: allow user to specify type of HW stats for a filterJiri Pirko2020-03-081-0/+36
* sched: act: count in the size of action flags bitfieldJiri Pirko2020-02-261-0/+1
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-1/+1
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-10-311-1/+1
| |\
| | * net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-1/+1
* | | net/sched: actions: remove unused 'order'Davide Caratti2019-11-121-1/+0
* | | net_sched: add TCA_STATS_PKT64 attributeEric Dumazet2019-11-051-0/+2
* | | net: sched: update action implementations to support flagsVlad Buslov2019-10-301-1/+21
* | | net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2019-10-301-2/+8
* | | net: sched: modify stats helper functions to support regular statsVlad Buslov2019-10-301-5/+14
* | | net: sched: extract common action counters update code into functionVlad Buslov2019-10-301-0/+14
|/ /
* | net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet2019-10-151-6/+8
* | net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang2019-10-081-4/+5
|/
* net_sched: add policy validation for action attributesCong Wang2019-09-211-16/+18
* idr: fix overflow case for idr_for_each_entry_ul()Cong Wang2019-07-011-3/+6
* Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-7/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-7/+1
* | net: sched: don't use tc_action->order during action dumpVlad Buslov2019-05-241-2/+1
|/
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-12/+14