Age | Commit message (Expand) | Author | Files | Lines |
2020-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+4 |
2020-10-15 | net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_info | Leon Romanovsky | 1 | -1/+4 |
2020-10-03 | net/sched: act_vlan: Add {POP,PUSH}_ETH actions | Guillaume Nault | 1 | -0/+2 |
2020-06-29 | net:qos: police action offloading parameter 'burst' change to the original value | Po Liu | 1 | -2/+30 |
2020-06-24 | net: qos: add tc police offloading action with max frame size limit | Po Liu | 1 | -0/+10 |
2020-06-15 | net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline | Alaa Hleihel | 1 | -1/+10 |
2020-05-01 | net: schedule: add action gate offloading | Po Liu | 1 | -0/+99 |
2020-05-01 | net: qos: introduce a gate control flow action | Po Liu | 1 | -0/+47 |
2020-03-19 | net: tc_skbedit: Make the skbedit priority offloadable | Petr Machata | 1 | -0/+17 |
2020-03-19 | net: tc_skbedit: Factor a helper out of is_tcf_skbedit_{mark, ptype}() | Petr Machata | 1 | -14/+10 |
2020-03-19 | net: sched: Do not assume RTNL is held in tunnel key action helpers | Ido Schimmel | 1 | -2/+6 |
2020-03-12 | net/sched: act_ct: Enable hardware offload of flow table entires | Paul Blakey | 1 | -0/+10 |
2020-03-12 | net/sched: act_ct: Support restoring conntrack info on skbs | Paul Blakey | 1 | -0/+7 |
2020-03-03 | net/sched: act_ct: Create nf flow table per zone | Paul Blakey | 1 | -0/+2 |
2020-02-17 | net: sched: refactor ct action helpers to require tcf_lock | Vlad Buslov | 1 | -2/+4 |
2020-02-17 | net: sched: refactor police action helpers to require tcf_lock | Vlad Buslov | 1 | -2/+4 |
2020-02-17 | net: sched: lock action when translating it to flow_action infra | Vlad Buslov | 1 | -1/+1 |
2019-09-16 | net: sched: take reference to psample group in flow_action infra | Vlad Buslov | 1 | -6/+0 |
2019-08-26 | net: sched: copy tunnel info when setting flow_action entry->tunnel | Vlad Buslov | 1 | -0/+17 |
2019-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -3/+3 |
2019-08-06 | net: tc_act: add helpers to detect ingress mirred actions | John Hurley | 1 | -0/+18 |
2019-08-06 | net: tc_act: add skbedit_ptype helper functions | John Hurley | 1 | -0/+27 |
2019-08-06 | net: sched: sample: allow accessing psample_group with rtnl | Vlad Buslov | 1 | -1/+1 |
2019-08-06 | net: sched: police: allow accessing police->params with rtnl | Vlad Buslov | 1 | -2/+2 |
2019-07-23 | net: sched: include mpls actions in hardware intermediate representation | John Hurley | 1 | -0/+75 |
2019-07-09 | net/sched: Introduce action ct | Paul Blakey | 1 | -0/+63 |
2019-07-08 | net: sched: add mpls manipulation actions to TC | John Hurley | 1 | -0/+30 |
2019-06-19 | net: sched: act_ctinfo: tidy UAPI definition | Kevin Darbyshire-Bryant | 1 | -0/+5 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -32/+5 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 1 | -12/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 4 | -20/+4 |
2019-05-29 | net: sched: Introduce act_ctinfo action | Kevin 'ldir' Darbyshire-Bryant | 1 | -0/+28 |
2019-05-05 | net/sched: move police action structures to header | Pieter Jansen van Vuuren | 1 | -0/+70 |
2019-04-22 | net: tc_act: drop include of module.h from tc_ife.h | Paul Gortmaker | 1 | -1/+2 |
2019-03-21 | net/sched: don't dereference a->goto_chain to read the chain index | Davide Caratti | 1 | -1/+1 |
2019-02-10 | net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE | Eli Cohen | 8 | -10/+10 |
2018-07-20 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 2 | -2/+0 |
2018-07-12 | net/sched: act_skbedit: don't use spinlock in the data path | Davide Caratti | 1 | -10/+27 |
2018-07-07 | net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used | Davide Caratti | 1 | -1/+0 |
2018-07-07 | net/sched: act_csum: fix NULL dereference when 'goto chain' is used | Davide Caratti | 1 | -1/+0 |
2018-06-28 | net sched actions: fix coding style in pedit headers | Roman Mashak | 1 | -0/+1 |
2018-01-23 | net/sched: act_csum: don't use spinlock in the fast path | Davide Caratti | 1 | -2/+14 |
2017-12-06 | act_mirred: get rid of tcfm_ifindex from struct tcf_mirred | Cong Wang | 1 | -4/+2 |
2017-11-30 | act_sample: get rid of tcf_sample_cleanup_rcu() | Cong Wang | 1 | -1/+0 |
2017-11-10 | act_vlan: VLAN action rewrite to use RCU lock/unlock and update | Manish Kurup | 1 | -9/+37 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 10 | -0/+10 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 10 | -0/+10 |
2017-10-12 | sched: act: ife: update parameters via rcu handling | Alexander Aring | 1 | -2/+8 |
2017-10-12 | net sched actions: change IFE modules alias names | Roman Mashak | 1 | -1/+1 |
2017-10-11 | net: sched: make tc_action_ops->get_dev return dev and avoid passing net | Jiri Pirko | 1 | -0/+1 |