summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
...
* | net_sched: refactor TC action init APICong Wang2021-08-0233-159/+168
* | net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-2916-40/+32
* | net/sched: act_skbmod: Add SKBMOD_F_ECN option supportPeilin Ye2021-07-281-12/+32
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-233-6/+13
|\|
| * net: sched: cls_api: Fix the the wrong parameterYajun Deng2021-07-221-1/+1
| * net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye2021-07-201-4/+8
| * net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin2021-07-181-1/+4
* | net/sched: Remove unnecessary if statementYajun Deng2021-07-163-29/+8
|/
* net/sched: act_ct: remove and free nf_table callbacksLouis Peens2021-07-021-0/+11
* net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu2021-07-021-1/+2
* net/sched: sch_taprio: fix typo in commentJesper Dangaard Brouer2021-07-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-292-6/+4
|\
| * net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-06-281-1/+1
| * pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet2021-06-211-5/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-282-5/+0
|\ \
| * | bpf, sched: Remove unneeded rcu_read_lock() around BPF program invocationToke Høiland-Jørgensen2021-06-242-5/+0
* | | net: sched: remove qdisc->empty for lockless qdiscYunsheng Lin2021-06-231-3/+0
* | | net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin2021-06-231-4/+16
* | | Revert "net/sched: cls_flower: Remove match on n_proto"Boris Sukholitko2021-06-211-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-182-15/+24
|\ \ \ | |/ / |/| / | |/
| * sch_cake: revise docs for RFC 8622 LE PHB supportTyson Moore2021-06-141-6/+6
| * sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy2021-06-101-1/+5
| * net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner2021-06-091-8/+13
* | net: sched: fix error return code in tcf_del_walker()Yang Yingliang2021-06-171-1/+2
* | net/sched: cls_flower: Remove match on n_protoBoris Sukholitko2021-06-151-2/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-072-10/+8
|\|
| * sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang2021-06-041-4/+4
| * net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich2021-05-271-3/+0
| * net/sched: act_ct: Offload connections with commit actionPaul Blakey2021-05-271-3/+4
* | sch_htb: fix doc warning in htb_lookup_leaf()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_do_events()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_charge_class()Yu Kuai2021-06-071-0/+4
* | sch_htb: fix doc warning in htb_deactivate()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_activate()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_change_class_mode()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_class_mode()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_deactivate_prios()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_activate_prios()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_remove_class_from_row()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_add_class_to_row()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_next_rb_node()Yu Kuai2021-06-071-0/+1
* | sch_htb: fix doc warning in htb_add_to_wait_tree()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_add_to_id_tree()Yu Kuai2021-06-031-0/+3
* | mlx5: count all link eventsJakub Kicinski2021-06-031-0/+18
* | net/sched: act_vlan: No dump for unset priorityBoris Sukholitko2021-06-011-2/+2
* | net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko2021-06-011-2/+5
* | net: sched: Fix spelling mistakesZheng Yongjun2021-05-314-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-274-10/+64
|\|
| * net: zero-initialize tc skb extension on allocationVlad Buslov2021-05-251-1/+1
| * sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-05-241-1/+2