aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2022-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-03-01net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey
2022-02-23net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing
2022-02-18net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey
2022-02-16net: sched: limit TC_ACT_REPEAT loopsEric Dumazet
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-02-01net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet
2022-01-25sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy
2022-01-20net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira
2022-01-13net_sched: restore "mpu xxx" handlingKevin Bracey
2022-01-13sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2022-01-09net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal
2022-01-09netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2022-01-07sch_cake: revise Diffserv docsKevin Bracey
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-05net/sched: add missing tracker information in qdisc_create()Eric Dumazet
2022-01-04sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet
2022-01-04net/sched: act_ct: Fill offloading tuple iifidxPaul Blakey
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-23flow_offload: fix suspicious RCU usage when offloading tc actionBaowen Zheng
2021-12-21net/sched: use min() macro instead of doing it manuallyYang Li
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng
2021-12-19flow_offload: add reoffload process to update hw_countBaowen Zheng
2021-12-19net: sched: save full flags for tc actionBaowen Zheng
2021-12-19flow_offload: add process to update action stats from hardwareBaowen Zheng
2021-12-19flow_offload: rename exts stats update functions with hwBaowen Zheng
2021-12-19flow_offload: add skip_hw and skip_sw to control if offload the actionBaowen Zheng
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng
2021-12-19flow_offload: rename offload functions with offload instead of flowBaowen Zheng
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng
2021-12-19flow_offload: fill flags to action structureBaowen Zheng
2021-12-17net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey
2021-12-17net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey
2021-12-17net/sched: Extend qdisc control block with tc control blockPaul Blakey
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-14flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng
2021-12-13net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti
2021-12-10sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-09net/sched: fq_pie: prevent dismantle issueEric Dumazet
2021-12-07net: sched: act_mirred: add net device refcount trackerEric Dumazet
2021-12-07net: watchdog: add net device refcount trackerEric Dumazet
2021-12-06net/sched: add net device refcount tracker to struct QdiscEric Dumazet
2021-12-03net/sched: act_ct: Offload only ASSURED connectionsChris Mi