summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | flow_offload: rename exts stats update functions with hwBaowen Zheng2021-12-192-11/+11
* | | flow_offload: add skip_hw and skip_sw to control if offload the actionBaowen Zheng2021-12-191-6/+77
* | | flow_offload: allow user to offload tc action to net deviceBaowen Zheng2021-12-1913-15/+197
* | | flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng2021-12-1913-208/+394
* | | flow_offload: rename offload functions with offload instead of flowBaowen Zheng2021-12-193-14/+14
* | | flow_offload: add index to flow_action_entry structureBaowen Zheng2021-12-191-2/+1
* | | flow_offload: fill flags to action structureBaowen Zheng2021-12-1914-14/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-163-7/+4
|\| | | |/ |/|
| * flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng2021-12-141-0/+1
| * net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti2021-12-131-2/+2
| * sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet2021-12-101-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-0/+1
|\|
| * net/sched: fq_pie: prevent dismantle issueEric Dumazet2021-12-091-0/+1
* | net: sched: act_mirred: add net device refcount trackerEric Dumazet2021-12-071-8/+10
* | net: watchdog: add net device refcount trackerEric Dumazet2021-12-071-4/+6
* | net/sched: add net device refcount tracker to struct QdiscEric Dumazet2021-12-061-2/+2
* | net/sched: act_ct: Offload only ASSURED connectionsChris Mi2021-12-031-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-3/+5
|\|
| * net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti2021-11-261-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-3/+8
|\|
| * net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long2021-11-161-3/+8
* | net: no longer stop all TX queues in dev_watchdog()Eric Dumazet2021-11-171-3/+5
* | net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet2021-11-171-0/+51
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-4/+4
* | net: use an atomic_long_t for queue->trans_timeoutEric Dumazet2021-11-171-1/+1
* | net: sched: sch_netem: Refactor code in 4-state loss generatorHarshit Mogalapalli2021-11-151-9/+9
|/
* net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet2021-11-091-10/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-011-1/+2
|\
| * cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2021-10-291-1/+2
* | sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy2021-10-281-2/+6
* | net: introduce sk_forward_alloc_get()Paolo Abeni2021-10-271-1/+1
* | net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee2021-10-271-1/+1
* | net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee2021-10-271-19/+19
* | net: sched: gred: dynamically allocate tc_gred_qopt_offloadArnd Bergmann2021-10-271-20/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-1/+1
|\|
| * net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey2021-10-181-1/+1
* | fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen2021-10-201-4/+9
* | net: sch_tbf: Add a graft commandPetr Machata2021-10-191-0/+16