index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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]