Age | Commit message (Expand) | Author | Files | Lines |
2019-07-20 | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t | Pablo Neira Ayuso | 1 | -1/+1 |
2019-07-10 | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload | Pablo Neira Ayuso | 1 | -12/+12 |
2019-07-09 | net/sched: cls_flower: Add matching on conntrack info | Paul Blakey | 1 | -5/+122 |
2019-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -20/+7 |
2019-07-02 | idr: introduce idr_for_each_entry_continue_ul() | Cong Wang | 1 | -20/+7 |
2019-06-19 | net: sched: cls_flower: use flow_dissector for ingress ifindex | Jiri Pirko | 1 | -6/+8 |
2019-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -16/+18 |
2019-06-16 | net: sched: remove NET_CLS_IND config option | Jiri Pirko | 1 | -2/+1 |
2019-06-15 | net: sched: flower: don't call synchronize_rcu() on mask creation | Vlad Buslov | 1 | -16/+18 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-07 | net/sched: remove block pointer from common offload structure | Pieter Jansen van Vuuren | 1 | -7/+4 |
2019-05-06 | net/sched: add block pointer to tc_cls_common_offload structure | Pieter Jansen van Vuuren | 1 | -4/+7 |
2019-04-28 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -12/+13 |
2019-04-28 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -4/+4 |
2019-04-24 | net: sched: flower: refactor reoffload for concurrent access | Vlad Buslov | 1 | -22/+57 |
2019-04-12 | net: sched: flower: fix filter net reference counting | Vlad Buslov | 1 | -11/+6 |
2019-04-11 | net: sched: flower: use correct ht function to prevent duplicates | Vlad Buslov | 1 | -3/+3 |
2019-04-08 | net: sched: flower: insert filter to ht before offloading it to hw | Vlad Buslov | 1 | -20/+44 |
2019-04-05 | net: sched: ensure tc flower reoffload takes filter ref | John Hurley | 1 | -42/+46 |
2019-03-22 | net: sched: flower: set unlocked flag for flower proto ops | Vlad Buslov | 1 | -2/+1 |
2019-03-22 | net: sched: flower: track rtnl lock state | Vlad Buslov | 1 | -26/+56 |
2019-03-22 | net: sched: flower: protect flower classifier state with spinlock | Vlad Buslov | 1 | -7/+32 |
2019-03-22 | net: sched: flower: handle concurrent tcf proto deletion | Vlad Buslov | 1 | -0/+8 |
2019-03-22 | net: sched: flower: handle concurrent filter insertion in fl_change | Vlad Buslov | 1 | -0/+9 |
2019-03-22 | net: sched: flower: protect masks list with spinlock | Vlad Buslov | 1 | -0/+8 |
2019-03-22 | net: sched: flower: handle concurrent mask insertion | Vlad Buslov | 1 | -7/+34 |
2019-03-22 | net: sched: flower: add reference counter to flower mask | Vlad Buslov | 1 | -5/+17 |
2019-03-22 | net: sched: flower: track filter deletion with flag | Vlad Buslov | 1 | -10/+29 |
2019-03-22 | net: sched: flower: introduce reference counting for filters | Vlad Buslov | 1 | -14/+82 |
2019-03-22 | net: sched: flower: refactor fl_change | Vlad Buslov | 1 | -39/+41 |
2019-03-22 | net: sched: flower: don't check for rtnl on head dereference | Vlad Buslov | 1 | -7/+17 |
2019-03-06 | net: sched: flower: insert new filter to idr after setting its mask | Vlad Buslov | 1 | -21/+22 |
2019-02-23 | net_sched: initialize net pointer inside tcf_exts_init() | Cong Wang | 1 | -1/+1 |
2019-02-14 | net: sched: flower: only return error from hw offload if skip_sw | Vlad Buslov | 1 | -2/+10 |
2019-02-12 | net: sched: extend proto ops to support unlocked classifiers | Vlad Buslov | 1 | -5/+8 |
2019-02-12 | net: sched: track rtnl lock status when validating extensions | Vlad Buslov | 1 | -1/+2 |
2019-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
2019-02-06 | cls_flower: don't expose TC actions to drivers anymore | Pablo Neira Ayuso | 1 | -5/+0 |
2019-02-06 | flow_offload: add statistics retrieval infrastructure and use it | Pablo Neira Ayuso | 1 | -0/+4 |
2019-02-06 | cls_api: add translator to flow_action representation | Pablo Neira Ayuso | 1 | -0/+14 |
2019-02-06 | flow_offload: add flow action infrastructure | Pablo Neira Ayuso | 1 | -3/+4 |
2019-02-06 | flow_offload: add flow_rule and flow_match structures and use them | Pablo Neira Ayuso | 1 | -13/+34 |
2019-02-04 | net: cls_flower: Remove filter from mask before freeing it | Petr Machata | 1 | -1/+5 |
2019-01-18 | net/sched: cls_flower: allocate mask dynamically in fl_change() | Ivan Vecera | 1 | -5/+14 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+3 |
2018-12-20 | net/sched: cls_flower: Remove old entries from rhashtable | Roi Dayan | 1 | -4/+3 |
2018-12-15 | net_sched: fold tcf_block_cb_call() into tc_setup_cb_call() | Cong Wang | 1 | -10/+5 |
2018-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -13/+10 |
2018-12-09 | net/sched: cls_flower: Reject duplicated rules also under skip_sw | Or Gerlitz | 1 | -13/+10 |
2018-11-15 | net: sched: cls_flower: Classify packets using port ranges | Amritha Nambiar | 1 | -6/+149 |