index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
pkt_sched.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/sched: make psched_mtu() RTNL-less safe
Pedro Tammela
2023-07-13
1
-1
/
+1
*
net/sched: taprio: report class offload stats per TXQ, not per TC
Vladimir Oltean
2023-06-12
1
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-08
1
-0
/
+2
|
\
|
*
net: sched: move rtm_tca_policy declaration to include file
Eric Dumazet
2023-06-07
1
-0
/
+2
*
|
net/sched: taprio: add netlink reporting for offload statistics counters
Vladimir Oltean
2023-05-31
1
-8
/
+39
*
|
net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum
Vladimir Oltean
2023-05-31
1
-1
/
+6
|
/
*
net/sched: mqprio: allow per-TC user input of FP adminStatus
Vladimir Oltean
2023-04-14
1
-0
/
+1
*
net/sched: pass netlink extack to mqprio and taprio offload
Vladimir Oltean
2023-04-14
1
-0
/
+2
*
net: sched: remove qdisc_watchdog->last_expires
Eric Dumazet
2023-03-10
1
-1
/
+0
*
net/sched: taprio: give higher priority to higher TCs in software dequeue mode
Vladimir Oltean
2023-02-08
1
-0
/
+5
*
net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpsw
Vladimir Oltean
2023-02-06
1
-0
/
+1
*
net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()
Vladimir Oltean
2023-02-06
1
-0
/
+1
*
net/sched: mqprio: allow offloading drivers to request queue count validation
Vladimir Oltean
2023-02-06
1
-0
/
+4
*
net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.h
Vladimir Oltean
2023-02-06
1
-0
/
+10
*
net/sched: taprio: allow user input of per-tc max SDU
Vladimir Oltean
2022-09-30
1
-0
/
+5
*
net/sched: query offload capabilities through ndo_setup_tc()
Vladimir Oltean
2022-09-30
1
-0
/
+5
*
net/sched: sch_api: add helper for tc qdisc walker stats dump
Zhengchao Shao
2022-09-23
1
-0
/
+13
*
net: sched: remove the unused return value of unregister_qdisc
Zhengchao Shao
2022-08-17
1
-1
/
+1
*
net: sched: provide shim definitions for taprio_offload_{get,free}
Vladimir Oltean
2022-07-06
1
-0
/
+17
*
net: sched: remove psched_tdiff_bounded()
Jakub Kicinski
2022-01-27
1
-6
/
+0
*
net: openvswitch: Fix ct_state nat flags for conns arriving from tc
Paul Blakey
2022-01-10
1
-1
/
+3
*
net/sched: flow_dissector: Fix matching on zone id for invalid conns
Paul Blakey
2021-12-18
1
-0
/
+1
*
net/sched: Extend qdisc control block with tc control block
Paul Blakey
2021-12-18
1
-0
/
+15
*
net: prevent user from passing illegal stab size
王贇
2021-09-26
1
-0
/
+1
*
net: sched: fix tx action rescheduling issue during deactivation
Yunsheng Lin
2021-05-15
1
-6
/
+1
*
net: add a helper to avoid issues with HW TX timestamping and SO_TXTIME
Vladimir Oltean
2021-03-10
1
-0
/
+9
*
net: sched: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-11-07
1
-0
/
+5
*
net/sched: get rid of qdisc->padded
Eric Dumazet
2020-10-09
1
-4
/
+1
*
sched: consistently handle layer3 header accesses in the presence of VLANs
Toke Høiland-Jørgensen
2020-07-03
1
-11
/
+0
*
net_sched: add qdisc_watchdog_schedule_range_ns()
Eric Dumazet
2020-03-18
1
-1
/
+9
*
net: sched: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-01
1
-1
/
+1
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-17
1
-1
/
+6
|
\
|
*
net/sched: fix race between deactivation and dequeue for NOLOCK qdisc
Paolo Abeni
2019-09-15
1
-1
/
+6
*
|
taprio: Add support for hardware offloading
Vinicius Costa Gomes
2019-09-16
1
-0
/
+23
|
/
*
net: sched: extend Qdisc with rcu
Vlad Buslov
2018-09-26
1
-0
/
+1
*
net/sched: Add HW offloading capability to ETF
Jesus Sanchez-Palencia
2018-07-04
1
-0
/
+5
*
net/sched: Allow creating a Qdisc watchdog with other clocks
Vinicius Costa Gomes
2018-07-04
1
-0
/
+2
*
net: remove prototype of qdisc_lookup_class()
Jakub Kicinski
2018-01-16
1
-1
/
+0
*
net: sch: api: add extack support in qdisc_create_dflt
Alexander Aring
2017-12-21
1
-1
/
+2
*
net: sch: api: add extack support in qdisc_get_rtab
Alexander Aring
2017-12-21
1
-1
/
+2
*
net: sched: remove remaining uses for qdisc_qlen in xmit path
John Fastabend
2017-12-08
1
-3
/
+3
*
net: sched: cleanup qdisc_run and __qdisc_run semantics
John Fastabend
2017-12-08
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
net/sched: Add support for HW offloading for CBS
Vinicius Costa Gomes
2017-10-27
1
-0
/
+9
*
|
net: sched: remove unused is_classid_clsact_ingress/egress helpers
Jiri Pirko
2017-10-21
1
-13
/
+0
*
|
net: sched: store net pointer in block and introduce qdisc_net helper
Jiri Pirko
2017-10-16
1
-0
/
+7
|
/
*
net: sched: Add helpers to identify classids
Jiri Pirko
2017-08-11
1
-0
/
+14
*
net: sched: move tc_classify function to cls_api.c
Jiri Pirko
2017-05-17
1
-3
/
+0
*
net: sched: make default fifo qdiscs appear in the dump
Jiri Kosina
2017-03-13
1
-1
/
+1
[next]