Age | Commit message (Expand) | Author | Files | Lines |
2019-07-21 | net: sched: verify that q!=NULL before setting q->flags | Vlad Buslov | 1 | -1/+3 |
2019-07-20 | net: flow_offload: add flow_block structure and use it | Pablo Neira Ayuso | 1 | -3/+7 |
2019-07-20 | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t | Pablo Neira Ayuso | 1 | -1/+1 |
2019-07-17 | net_sched: unset TCQ_F_CAN_BYPASS when adding filters | Cong Wang | 1 | -0/+1 |
2019-07-13 | net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd() | Vlad Buslov | 1 | -1/+1 |
2019-07-10 | net: sched: remove tcf block API | Pablo Neira Ayuso | 1 | -98/+0 |
2019-07-10 | drivers: net: use flow block API | Pablo Neira Ayuso | 1 | -7/+7 |
2019-07-10 | net: sched: use flow block API | Pablo Neira Ayuso | 1 | -1/+87 |
2019-07-10 | net: flow_offload: add list handling functions | Pablo Neira Ayuso | 1 | -0/+3 |
2019-07-10 | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_* | Pablo Neira Ayuso | 1 | -7/+7 |
2019-07-10 | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND | Pablo Neira Ayuso | 1 | -11/+11 |
2019-07-09 | net/sched: Introduce action ct | Paul Blakey | 1 | -0/+5 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
2019-05-06 | net/sched: add police action to the hardware intermediate representation | Pieter Jansen van Vuuren | 1 | -0/+6 |
2019-05-06 | net/sched: add sample action to the hardware intermediate representation | Pieter Jansen van Vuuren | 1 | -0/+8 |
2019-04-28 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -8/+12 |
2019-04-28 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -2/+2 |
2019-04-02 | net: sched: don't set tunnel for decap action | Vlad Buslov | 1 | -1/+0 |
2019-03-21 | net/sched: let actions use RCU to access 'goto_chain' | Davide Caratti | 1 | -1/+1 |
2019-03-13 | net_sched: return correct value for *notify* functions | Zhike Wang | 1 | -9/+23 |
2019-03-09 | net: sched: fix potential use-after-free in __tcf_chain_put() | Vlad Buslov | 1 | -10/+7 |
2019-02-26 | net: sched: fix typo in walker_check_empty() | Vlad Buslov | 1 | -2/+2 |
2019-02-25 | net: sched: don't release block->lock when dumping chains | Vlad Buslov | 1 | -9/+7 |
2019-02-25 | net: sched: set dedicated tcf_walker flag when tp is empty | Vlad Buslov | 1 | -4/+9 |
2019-02-23 | net_sched: initialize net pointer inside tcf_exts_init() | Cong Wang | 1 | -1/+0 |
2019-02-22 | net: sched: potential NULL dereference in tcf_block_find() | Dan Carpenter | 1 | -1/+3 |
2019-02-14 | net: sched: remove duplicated include from cls_api.c | YueHaibing | 1 | -1/+0 |
2019-02-12 | net: sched: unlock rules update API | Vlad Buslov | 1 | -17/+114 |
2019-02-12 | net: sched: refactor tcf_block_find() into standalone functions | Vlad Buslov | 1 | -92/+149 |
2019-02-12 | net: sched: extend proto ops to support unlocked classifiers | Vlad Buslov | 1 | -75/+93 |
2019-02-12 | net: sched: extend proto ops with 'put' callback | Vlad Buslov | 1 | -1/+11 |
2019-02-12 | net: sched: track rtnl lock status when validating extensions | Vlad Buslov | 1 | -4/+5 |
2019-02-12 | net: sched: prevent insertion of new classifiers during chain flush | Vlad Buslov | 1 | -6/+29 |
2019-02-12 | net: sched: refactor tp insert/delete for concurrent execution | Vlad Buslov | 1 | -25/+152 |
2019-02-12 | net: sched: traverse classifiers in chain with tcf_get_next_proto() | Vlad Buslov | 1 | -10/+60 |
2019-02-12 | net: sched: introduce reference counting for tcf_proto | Vlad Buslov | 1 | -10/+43 |
2019-02-12 | net: sched: protect filter_chain list with filter_chain_lock mutex | Vlad Buslov | 1 | -32/+79 |
2019-02-12 | net: sched: protect chain template accesses with block lock | Vlad Buslov | 1 | -16/+57 |
2019-02-12 | net: sched: traverse chains in block with tcf_get_next_chain() | Vlad Buslov | 1 | -25/+71 |
2019-02-12 | net: sched: protect block->chain0 with block->lock | Vlad Buslov | 1 | -3/+14 |
2019-02-12 | net: sched: refactor tc_ctl_chain() to use block->lock | Vlad Buslov | 1 | -11/+25 |
2019-02-12 | net: sched: protect chain->explicitly_created with block->lock | Vlad Buslov | 1 | -6/+13 |
2019-02-12 | net: sched: protect block state with mutex | Vlad Buslov | 1 | -13/+71 |
2019-02-06 | cls_api: add translator to flow_action representation | Pablo Neira Ayuso | 1 | -0/+99 |
2019-02-06 | flow_offload: add flow action infrastructure | Pablo Neira Ayuso | 1 | -0/+17 |
2019-01-17 | net_sched: refetch skb protocol for each filter | Cong Wang | 1 | -2/+1 |
2018-12-15 | net_sched: fold tcf_block_cb_call() into tc_setup_cb_call() | Cong Wang | 1 | -26/+20 |
2018-12-11 | net/sched: Remove egdev mechanism | Oz Shlomo | 1 | -46/+1 |
2018-11-11 | net: sched: register callbacks for indirect tc block binds | John Hurley | 1 | -1/+255 |
2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+7 |