summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner2022-03-261-6/+9
* net/sched: add vlan push_eth and pop_eth action to the hardware IRMaor Dickman2022-03-161-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-03-151-24/+91
|\
| * act_ct: Support GRE offloadToshiaki Makita2022-03-031-24/+91
* | net/sched: Allow flower to match on GTP optionsWojciech Drewek2022-03-111-0/+116
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-4/+9
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-03-011-4/+9
| |\ \
| | * | net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey2022-03-011-4/+9
* | | | bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressMartin KaFai Lau2022-03-032-0/+4
| |_|/ |/| |
* | | flow_offload: improve extack msg for user when adding invalid filterBaowen Zheng2022-03-021-0/+2
* | | net: flow_offload: add tc police action parametersJianbo Liu2022-02-281-0/+46
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-242-6/+1
|\| |
| * | net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing2022-02-231-1/+1
| |/
| * net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey2022-02-181-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-174-29/+41
|\|
| * net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-161-3/+10
| * net_sched: add __rcu annotation to netdev->qdiscEric Dumazet2022-02-143-26/+31
* | net/sched: act_police: more accurate MTU policingDavide Caratti2022-02-141-1/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-02-091-13/+0
|\ \
| * | netfilter: conntrack: remove extension register apiFlorian Westphal2022-02-041-11/+0
| * | netfilter: conntrack: move extension sizes into coreFlorian Westphal2022-02-041-1/+0
| * | netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal2022-02-041-1/+0
| |/
* / net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey2022-02-051-13/+32
|/
* net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet2022-02-011-4/+7
* sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy2022-01-251-0/+20
* net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira2022-01-201-1/+1
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-131-0/+1
* sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy2022-01-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-092-0/+8
|\
| * net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2022-01-092-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2022-01-091-4/+3
|\ \
| * | net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal2022-01-091-3/+3
| * | netfilter: conntrack: convert to refcount_t apiFlorian Westphal2022-01-091-1/+0
* | | sch_cake: revise Diffserv docsKevin Bracey2022-01-071-20/+20
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-4/+2
|\ \ \ | | |/ | |/|
| * | sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet2022-01-041-4/+2
* | | net/sched: add missing tracker information in qdisc_create()Eric Dumazet2022-01-051-1/+1
* | | net/sched: act_ct: Fill offloading tuple iifidxPaul Blakey2022-01-041-0/+27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\ \ \
| * | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-234-12/+19
|\ \ \ | | |/ | |/|
| * | net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey2021-12-171-0/+1
| * | net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2021-12-172-1/+3
| * | net/sched: Extend qdisc control block with tc control blockPaul Blakey2021-12-174-11/+15
* | | flow_offload: fix suspicious RCU usage when offloading tc actionBaowen Zheng2021-12-231-2/+9
* | | net/sched: use min() macro instead of doing it manuallyYang Li2021-12-211-3/+3
* | | flow_offload: validate flags of filter and actionsBaowen Zheng2021-12-195-19/+47
* | | flow_offload: add reoffload process to update hw_countBaowen Zheng2021-12-191-17/+235
* | | net: sched: save full flags for tc actionBaowen Zheng2021-12-191-3/+5
* | | flow_offload: add process to update action stats from hardwareBaowen Zheng2021-12-191-0/+34