Age | Commit message (Expand) | Author | Files | Lines |
2023-03-23 | net/sched: remove two skb_mac_header() uses | Eric Dumazet | 1 | -1/+1 |
2023-02-26 | net/sched: act_mpls: fix action bind logic | Pedro Tammela | 1 | -29/+37 |
2023-01-10 | net/sched: act_mpls: Fix warning during failed attribute validation | Ido Schimmel | 1 | -1/+7 |
2022-12-09 | net/sched: avoid indirect act functions on retpoline kernels | Pedro Tammela | 1 | -2/+4 |
2022-09-09 | net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_search | Zhengchao Shao | 1 | -19/+0 |
2022-09-09 | net: sched: act: move global static variable net_id to tc_action_ops | Zhengchao Shao | 1 | -7/+6 |
2022-04-08 | net/sched: act_mpls: Add extack messages for offload failure | Ido Schimmel | 1 | -0/+7 |
2022-04-08 | net/sched: act_api: Add extack to offload_act_setup() callback | Ido Schimmel | 1 | -1/+2 |
2021-12-19 | flow_offload: allow user to offload tc action to net device | Baowen Zheng | 1 | -1/+15 |
2021-12-19 | flow_offload: add ops to tc_action_ops for flow action setup | Baowen Zheng | 1 | -0/+38 |
2021-12-19 | flow_offload: fill flags to action structure | Baowen Zheng | 1 | -1/+1 |
2021-10-18 | net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types | Ahmed S. Darwish | 1 | -1/+1 |
2021-08-02 | net_sched: refactor TC action init API | Cong Wang | 1 | -2/+2 |
2020-12-03 | net/sched: act_mpls: ensure LSE is pullable before reading it | Davide Caratti | 1 | -0/+3 |
2020-10-28 | net/sched: act_mpls: Add softdep on mpls_gso.ko | Guillaume Nault | 1 | -0/+1 |
2020-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+0 |
2020-10-04 | net/sched: act_mpls: Add action to push MPLS LSE before Ethernet header | Guillaume Nault | 1 | -0/+18 |
2020-09-25 | net_sched: defer tcf_idr_insert() in tcf_action_init_1() | Cong Wang | 1 | -2/+0 |
2020-07-04 | sched: consistently handle layer3 header accesses in the presence of VLANs | Toke Høiland-Jørgensen | 1 | -1/+1 |
2019-12-05 | net: Fixed updating of ethertype in skb_mpls_push() | Martin Varghese | 1 | -1/+2 |
2019-12-03 | Fixed updating of ethertype in function skb_mpls_pop | Martin Varghese | 1 | -1/+3 |
2019-11-27 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2019-11-21 | net: remove the unnecessary strict_start_type in some policies | Xin Long | 1 | -1/+0 |
2019-10-31 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -1/+1 |
2019-10-31 | net: sched: update action implementations to support flags | Vlad Buslov | 1 | -1/+1 |
2019-10-31 | net: sched: extend TCA_ACT space with TCA_ACT_FLAGS | Vlad Buslov | 1 | -1/+2 |
2019-10-30 | net/sched: Replace rcu_swap_protected() with rcu_replace_pointer() | Paul E. McKenney | 1 | -1/+1 |
2019-10-16 | net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions | Davide Caratti | 1 | -4/+8 |
2019-08-28 | net_sched: fix a NULL pointer deref in ipt action | Cong Wang | 1 | -1/+1 |
2019-08-05 | net: sched: use temporary variable for actions indexes | Dmytro Linkin | 1 | -3/+5 |
2019-07-09 | net: sched: add mpls manipulation actions to TC | John Hurley | 1 | -0/+406 |