index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
sch_generic.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-02
net_sched: refactor TC action init API
Cong Wang
1
-1
/
+1
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+12
2021-06-23
net: sched: remove qdisc->empty for lockless qdisc
Yunsheng Lin
1
-10
/
+3
2021-06-23
net: sched: implement TCQ_F_CAN_BYPASS for lockless qdisc
Yunsheng Lin
1
-3
/
+13
2021-06-23
net: sched: avoid unnecessary seqcount operation for lockless qdisc
Yunsheng Lin
1
-1
/
+3
2021-06-21
net: sched: add barrier to ensure correct ordering for lockless qdisc
Yunsheng Lin
1
-0
/
+12
2021-05-14
net: sched: fix packet stuck problem for lockless qdisc
Yunsheng Lin
1
-1
/
+34
2021-03-13
net/sched: act_police: add support for packet-per-second policing
Baowen Zheng
1
-0
/
+14
2021-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-02-01
net: sched: replaced invalid qdisc tree flush helper in qdisc_replace
Alexander Ovechkin
1
-1
/
+1
2021-01-22
net: sched: Add extack to Qdisc_class_ops.delete
Maxim Mikityanskiy
1
-1
/
+2
2021-01-22
net: sched: Add multi-queue support to sch_tree_lock
Maxim Mikityanskiy
1
-4
/
+10
2021-01-20
net/sched: cls_flower add CT_FLAGS_INVALID flag support
wenxu
1
-0
/
+1
2020-12-15
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-4
/
+1
2020-11-27
net/sched: sch_frag: add generic packet fragment support.
wenxu
1
-0
/
+2
2020-11-27
net/sched: act_mirred: refactor the handle of xmit
wenxu
1
-5
/
+0
2020-11-02
net: sched: Remove broken definitions and un-hide for !LOCKDEP
Jakub Kicinski
1
-12
/
+0
2020-10-09
net/sched: get rid of qdisc->padded
Eric Dumazet
1
-1
/
+4
2020-09-17
net/sched: Remove unused function qdisc_queue_drop_head()
YueHaibing
1
-6
/
+0
2020-08-03
net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct
wenxu
1
-1
/
+2
2020-07-16
Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"
Petr Machata
1
-4
/
+2
2020-06-29
net: sched: Pass root lock to Qdisc_ops.enqueue
Petr Machata
1
-2
/
+4
2020-05-15
net: sched: introduce terse dump flag
Vlad Buslov
1
-0
/
+4
2020-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2020-05-04
net_sched: fix tcm_parent in tc filter dump
Cong Wang
1
-0
/
+1
2020-04-24
net: sched: remove unused inline function qdisc_reset_all_tx
YueHaibing
1
-5
/
+0
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-16
/
+0
2020-03-25
net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build
Pablo Neira Ayuso
1
-16
/
+0
2020-02-19
net: sched: Pass ingress block to tcf_classify_ingress
Paul Blakey
1
-0
/
+3
2020-01-27
net_sched: fix ops->bind_class() implementations
Cong Wang
1
-1
/
+2
2019-12-30
net/sched: add delete_empty() to filters and use it in cls_flower
Davide Caratti
1
-0
/
+5
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+4
2019-11-08
net/sched: annotate lockless accesses to qdisc->empty
Eric Dumazet
1
-3
/
+3
2019-11-05
net: sched: prevent duplicate flower rules from tcf_proto destroy race
John Hurley
1
-0
/
+4
2019-10-30
net: sched: don't expose action qstats to skb_tc_reinsert()
Vlad Buslov
1
-10
/
+2
2019-09-27
sch_netem: fix rcu splat in netem_enqueue()
Eric Dumazet
1
-0
/
+5
2019-08-26
net: sched: add API for registering unlocked offload block callbacks
Vlad Buslov
1
-0
/
+1
2019-08-26
net: sched: notify classifier on successful offload add/delete
Vlad Buslov
1
-0
/
+4
2019-08-26
net: sched: refactor block offloads counter usage
Vlad Buslov
1
-31
/
+0
2019-08-26
net: sched: change tcf block offload counter type to atomic_t
Vlad Buslov
1
-3
/
+4
2019-08-26
net: sched: protect block offload-related fields with rw_semaphore
Vlad Buslov
1
-0
/
+2
2019-08-08
flow_offload: move tc indirect block to flow offload
wenxu
1
-3
/
+0
2019-07-19
net: flow_offload: add flow_block structure and use it
Pablo Neira Ayuso
1
-1
/
+1
2019-07-19
net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t
Pablo Neira Ayuso
1
-4
/
+2
2019-06-28
net: sched: refactor reinsert action
John Hurley
1
-1
/
+1
2019-04-23
flow_dissector: switch kernel context to struct bpf_flow_dissector
Stanislav Fomichev
1
-7
/
+4
2019-04-10
Revert: "net: sched: put back q.qlen into a single location"
Paolo Abeni
1
-16
/
+21
2019-04-10
net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too
Paolo Abeni
1
-0
/
+26
2019-04-10
net: sched: always do stats accounting according to TCQ_F_CPUSTATS
Paolo Abeni
1
-9
/
+14
2019-04-10
net: sched: prefer qdisc_is_empty() over direct qlen access
Paolo Abeni
1
-1
/
+1
[next]