Age | Commit message (Expand) | Author | Files | Lines |
2021-03-24 | net/sched: act_ct: clear post_ct if doing ct_clear | Marcelo Ricardo Leitner | 1 | -2/+4 |
2021-03-17 | net/sched: cls_flower: fix only mask bit check in the validate_ct_state | wenxu | 1 | -1/+1 |
2021-03-17 | net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ct | wenxu | 1 | -0/+1 |
2021-03-12 | sch_htb: Fix offload cleanup in htb_destroy on htb_init failure | Maxim Mikityanskiy | 1 | -6/+9 |
2021-03-12 | sch_htb: Fix select_queue for non-offload mode | Maxim Mikityanskiy | 1 | -0/+4 |
2021-03-11 | net: sched: validate stab values | Eric Dumazet | 4 | -7/+11 |
2021-03-05 | net: sched: avoid duplicates in classes dump | Maximilian Heyne | 1 | -4/+4 |
2021-02-23 | net/sched: cls_flower: validate ct_state for invalid and reply flags | wenxu | 1 | -0/+15 |
2021-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -3/+39 |
2021-02-17 | net: sched: fix police ext initialization | Vlad Buslov | 2 | -1/+2 |
2021-02-11 | net/sched: cls_flower: Reject invalid ct_state flags rules | wenxu | 1 | -2/+37 |
2021-02-06 | net: sched: Return the correct errno code | Zheng Yongjun | 1 | -1/+1 |
2021-01-30 | net: flow_offload: Add original direction flag to ct_metadata | Paul Blakey | 1 | -0/+1 |
2021-01-30 | net/sched: cls_flower: Add match on the ct_state reply flag | Paul Blakey | 1 | -2/+4 |
2021-01-23 | sch_htb: Stats for offloaded HTB | Maxim Mikityanskiy | 1 | -0/+53 |
2021-01-23 | sch_htb: Hierarchical QoS hardware offload | Maxim Mikityanskiy | 1 | -28/+473 |
2021-01-23 | net: sched: Add extack to Qdisc_class_ops.delete | Maxim Mikityanskiy | 9 | -11/+20 |
2021-01-21 | net/sched: cls_flower add CT_FLAGS_INVALID flag support | wenxu | 2 | -1/+4 |
2021-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -12/+21 |
2021-01-20 | taprio: boolean values to a bool variable | Jiapeng Zhong | 1 | -3/+3 |
2021-01-19 | net_sched: fix RTNL deadlock again caused by request_module() | Cong Wang | 2 | -40/+75 |
2021-01-16 | net_sched: avoid shift-out-of-bounds in tcindex_set_parms() | Eric Dumazet | 1 | -2/+6 |
2021-01-16 | net_sched: reject silly cell_log in qdisc_get_rtab() | Eric Dumazet | 1 | -1/+2 |
2021-01-16 | cls_flower: call nla_ok() before nla_next() | Cong Wang | 1 | -9/+13 |
2020-12-29 | net: sched: prevent invalid Scell_log shift count | Randy Dunlap | 4 | -4/+4 |
2020-12-19 | net/sched: sch_taprio: ensure to reset/destroy all child qdiscs | Davide Caratti | 1 | -3/+4 |
2020-12-17 | net/sched: sch_taprio: reset child qdiscs before freeing them | Davide Caratti | 1 | -1/+16 |
2020-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -3/+3 |
2020-12-10 | net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flower | Guillaume Nault | 1 | -2/+2 |
2020-12-10 | net: sched: incorrect Kconfig dependencies on Netfilter modules | Pablo Neira Ayuso | 1 | -3/+3 |
2020-12-09 | net/sched: cls_u32: simplify the return expression of u32_reoffload_knode() | Zheng Yongjun | 1 | -8/+3 |
2020-12-09 | net: sched: fix spelling mistake in Kconfig "trys" -> "tries" | Colin Ian King | 1 | -1/+1 |
2020-12-05 | net/sched: fq_pie: initialize timer earlier in fq_pie_init() | Davide Caratti | 1 | -1/+1 |
2020-12-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+3 |
2020-12-03 | net/sched: act_mpls: ensure LSE is pullable before reading it | Davide Caratti | 1 | -0/+3 |
2020-12-01 | net: sched: remove redundant 'rtnl_held' argument | Vlad Buslov | 2 | -12/+10 |
2020-11-28 | net/sched: act_ct: enable stats for HW offloaded entries | Marcelo Ricardo Leitner | 1 | -2/+4 |
2020-11-28 | net/sched: sch_frag: add generic packet fragment support. | wenxu | 5 | -1/+171 |
2020-11-28 | net/sched: act_mirred: refactor the handle of xmit | wenxu | 1 | -6/+15 |
2020-11-25 | net: sched: alias action flags with TCA_ACT_ prefix | Vlad Buslov | 1 | -5/+5 |
2020-11-24 | net: don't include ethtool.h from netdevice.h | Jakub Kicinski | 2 | -0/+2 |
2020-11-16 | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel | 5 | -6/+6 |
2020-11-16 | Modify return value of nla_strlcpy to match that of strscpy. | Francis Laniel | 3 | -3/+3 |
2020-11-11 | net: sched: fix misspellings using misspell-fixer tool | Menglong Dong | 5 | -5/+5 |
2020-11-07 | net: sched: convert tasklets to use new tasklet_setup() API | Allen Pais | 1 | -4/+4 |
2020-11-05 | net: sched: implement action-specific terse dump | Vlad Buslov | 1 | -32/+37 |
2020-10-31 | net: cls_api: remove unneeded local variable in tc_dump_chain() | Lukas Bulwahn | 1 | -13/+3 |
2020-10-29 | netem: fix zero division in tabledist | Aleksandr Nogikh | 1 | -1/+8 |
2020-10-28 | net: protect tcf_block_unbind with block lock | Leon Romanovsky | 1 | -2/+2 |
2020-10-28 | net/sched: act_mpls: Add softdep on mpls_gso.ko | Guillaume Nault | 1 | -0/+1 |