Age | Commit message (Expand) | Author | Files | Lines |
2018-08-07 | net: sched: cls_flower: set correct offload data in fl_reoffload | Vlad Buslov | 1 | -2/+2 |
2018-08-07 | net/sched: allow flower to match tunnel options | Pieter Jansen van Vuuren | 1 | -1/+243 |
2018-08-05 | net: sched: cls_flower: Fix an error code in fl_tmplt_create() | Dan Carpenter | 1 | -1/+3 |
2018-07-25 | net/sched: cls_flower: Use correct inline function for assignment of vlan tpid | Jianbo Liu | 1 | -2/+2 |
2018-07-23 | net: sched: cls_flower: propagate chain teplate creation and destruction to d... | Jiri Pirko | 1 | -0/+39 |
2018-07-23 | net: sched: cls_flower: implement chain templates | Jiri Pirko | 1 | -1/+105 |
2018-07-23 | net: sched: cls_flower: change fl_init_dissector to accept mask and dissector | Jiri Pirko | 1 | -21/+22 |
2018-07-23 | net: sched: cls_flower: move key/mask dumping into a separate function | Jiri Pirko | 1 | -25/+37 |
2018-07-19 | net/sched: cls_flower: Support matching on ip tos and ttl for tunnels | Or Gerlitz | 1 | -15/+28 |
2018-07-13 | net: sched: refactor flower walk to iterate over idr | Vlad Buslov | 1 | -11/+9 |
2018-07-11 | net/sched: flower: Fix null pointer dereference when run tc vlan command | Jianbo Liu | 1 | -22/+26 |
2018-07-07 | net/sched: flower: Add supprt for matching on QinQ vlan headers | Jianbo Liu | 1 | -14/+51 |
2018-07-07 | net/sched: flower: Dump the ethertype encapsulated in vlan | Jianbo Liu | 1 | -0/+4 |
2018-07-07 | net/sched: flower: Add support for matching on vlan ethertype | Jianbo Liu | 1 | -2/+5 |
2018-06-26 | net: sched: cls_flower: implement offload tcf_proto_op | John Hurley | 1 | -0/+44 |
2018-06-22 | cls_flower: fix use after free in flower S/W path | Paolo Abeni | 1 | -4/+17 |
2018-06-04 | cls_flower: Fix comparing of old filter mask with new filter | Paul Blakey | 1 | -1/+1 |
2018-06-04 | cls_flower: Fix missing free of rhashtable | Paul Blakey | 1 | -0/+2 |
2018-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-05-31 | cls_flower: Fix incorrect idr release when failing to modify rule | Paul Blakey | 1 | -1/+1 |
2018-05-24 | net_sched: switch to rcu_work | Cong Wang | 1 | -30/+10 |
2018-05-01 | cls_flower: Support multiple masks per priority | Paul Blakey | 1 | -101/+174 |
2018-03-08 | net/sched: cls_flower: Add support to handle first frag as match field | Pieter Jansen van Vuuren | 1 | -0/+6 |
2018-02-06 | cls_flower: Convert to idr_alloc_u32 | Matthew Wilcox | 1 | -16/+10 |
2018-02-06 | idr: Delete idr_find_ext function | Matthew Wilcox | 1 | -1/+1 |
2018-02-06 | idr: Delete idr_replace_ext function | Matthew Wilcox | 1 | -1/+1 |
2018-02-06 | idr: Delete idr_remove_ext function | Matthew Wilcox | 1 | -2/+2 |
2018-01-24 | cls_flower: propagate extack to delete callback | Jakub Kicinski | 1 | -8/+10 |
2018-01-24 | cls_flower: pass offload flags to tc_cls_common_offload_init() | Jakub Kicinski | 1 | -3/+3 |
2018-01-24 | net: sched: prepare for reimplementation of tc_cls_common_offload_init() | Jakub Kicinski | 1 | -3/+3 |
2018-01-24 | net: sched: propagate extack to cls->destroy callbacks | Jakub Kicinski | 1 | -1/+1 |
2018-01-22 | net: sched: add extack support for offload via tc_cls_common_offload | Quentin Monnet | 1 | -3/+3 |
2018-01-22 | net: sched: cls_flower: propagate extack support for filter offload | Quentin Monnet | 1 | -2/+4 |
2018-01-19 | net: sched: cls: add extack support for tcf_change_indev | Alexander Aring | 1 | -3/+4 |
2018-01-19 | net: sched: cls: add extack support for delete callback | Alexander Aring | 1 | -1/+2 |
2018-01-19 | net: sched: cls: add extack support for tcf_exts_validate | Alexander Aring | 1 | -3/+5 |
2018-01-19 | net: sched: cls: add extack support for change callback | Alexander Aring | 1 | -1/+1 |
2018-01-17 | net: sched: keep track of offloaded filters and check tc offload feature | Jiri Pirko | 1 | -1/+2 |
2017-12-05 | flow_dissector: dissect tunnel info outside __skb_flow_dissect() | Simon Horman | 1 | -0/+1 |
2017-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+13 |
2017-11-09 | cls_flower: use tcf_exts_get_net() before call_rcu() | Cong Wang | 1 | -3/+13 |
2017-10-31 | net: sched: Identify hardware traffic classes using classid | Amritha Nambiar | 1 | -0/+2 |
2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+17 |
2017-10-29 | net_sched: use tcf_queue_work() in flower filter | Cong Wang | 1 | -3/+16 |
2017-10-21 | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* | Jiri Pirko | 1 | -20/+0 |
2017-10-21 | net: sched: use tc_setup_cb_call to call per-block callbacks | Jiri Pirko | 1 | -3/+6 |
2017-10-16 | net/sched: cls_flower: Set egress_dev mark when calling into the HW driver | Or Gerlitz | 1 | -0/+2 |
2017-10-11 | net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infra | Jiri Pirko | 1 | -29/+34 |
2017-10-02 | flow_dissector: dissect tunnel info | Simon Horman | 1 | -25/+0 |
2017-09-21 | net_sched: remove cls_flower idr on failure | Cong Wang | 1 | -6/+9 |