index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2019-07-20
net: flow_offload: add flow_block structure and use it
Pablo Neira Ayuso
1
-1
/
+1
2019-07-20
net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t
Pablo Neira Ayuso
1
-4
/
+2
2019-06-29
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
2019-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+37
2019-04-02
net: sched: introduce and use qdisc tree flush/purge helpers
Paolo Abeni
1
-7
/
+19
2019-04-02
net: sched: introduce and use qstats read helpers
Paolo Abeni
1
-0
/
+18
2019-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2019-03-24
net: sched: add empty status flag for NOLOCK qdisc
Paolo Abeni
1
-0
/
+11
2019-03-21
net/sched: let actions use RCU to access 'goto_chain'
Davide Caratti
1
-0
/
+1
2019-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-18
/
+13
2019-03-03
net: sched: put back q.qlen into a single location
Eric Dumazet
1
-18
/
+13
2019-02-12
net: sched: add flags to Qdisc class ops struct
Vlad Buslov
1
-0
/
+8
2019-02-12
net: sched: extend proto ops to support unlocked classifiers
Vlad Buslov
1
-5
/
+12
2019-02-12
net: sched: extend proto ops with 'put' callback
Vlad Buslov
1
-0
/
+1
2019-02-12
net: sched: prevent insertion of new classifiers during chain flush
Vlad Buslov
1
-0
/
+1
2019-02-12
net: sched: refactor tp insert/delete for concurrent execution
Vlad Buslov
1
-0
/
+18
2019-02-12
net: sched: introduce reference counting for tcf_proto
Vlad Buslov
1
-0
/
+1
2019-02-12
net: sched: protect filter_chain list with filter_chain_lock mutex
Vlad Buslov
1
-0
/
+17
2019-02-12
net: sched: protect block state with mutex
Vlad Buslov
1
-0
/
+5
2019-01-19
sch_api: Change signature of qdisc_tree_reduce_backlog() to use ints
Toke Høiland-Jørgensen
1
-2
/
+1
2018-11-11
net: sched: register callbacks for indirect tc block binds
John Hurley
1
-0
/
+3
2018-11-09
net: sched: add an offload graft helper
Jakub Kicinski
1
-0
/
+12
2018-11-09
net: sched: add an offload dump helper
Jakub Kicinski
1
-0
/
+12
2018-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+9
2018-09-26
net: sched: implement tcf_block_refcnt_{get|put}()
Vlad Buslov
1
-0
/
+1
2018-09-26
net: sched: change tcf block reference counter type to refcount_t
Vlad Buslov
1
-1
/
+1
2018-09-26
net: sched: add helper function to take reference to Qdisc
Vlad Buslov
1
-0
/
+13
2018-09-26
net: sched: extend Qdisc with rcu
Vlad Buslov
1
-0
/
+2
2018-09-26
net: sched: rename qdisc_destroy() to qdisc_put()
Vlad Buslov
1
-1
/
+1
2018-09-14
flow_dissector: implements flow dissector BPF hook
Petar Penkov
1
-3
/
+9
2018-09-10
net: sched: cls_flower: dump offload count value
Vlad Buslov
1
-1
/
+1
2018-09-10
sch_netem: Move private queue handler to generic location.
David S. Miller
1
-0
/
+11
2018-09-10
sch_htb: Remove local SKB queue handling code.
David S. Miller
1
-6
/
+5
2018-07-30
net/tc: introduce TC_ACT_REINSERT.
Paolo Abeni
1
-0
/
+28
2018-07-30
tc/act: remove unneeded RCU lock in action callback
Paolo Abeni
1
-0
/
+2
2018-07-27
net: sched: don't dump chains only held by actions
Jiri Pirko
1
-0
/
+1
2018-07-24
net: sched: introduce chain templates
Jiri Pirko
1
-0
/
+12
2018-07-24
net: sched: introduce chain object to uapi
Jiri Pirko
1
-0
/
+1
2018-07-24
net: sched: Avoid implicit chain 0 creation
Jiri Pirko
1
-1
/
+4
2018-06-26
net: sched: cls_flower: implement offload tcf_proto_op
John Hurley
1
-0
/
+15
2018-06-26
net: sched: add tcf_proto_op to offload a rule
John Hurley
1
-0
/
+6
2018-05-29
net: sched: add qstats.qlen to qlen
Jakub Kicinski
1
-2
/
+2
2018-05-29
net: sched: shrink struct Qdisc
Paolo Abeni
1
-2
/
+2
2018-05-17
sched: replace __QDISC_STATE_RUNNING bit with a spin lock
Paolo Abeni
1
-5
/
+5
2018-05-16
sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers
Paolo Abeni
1
-1
/
+9
[next]