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
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-08
net_sched: refactor notification code for RTM_DELTFILTER
WANG Cong
1
-5
/
+39
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
5
-112
/
+86
2017-08-07
net: sched: move prio into cls_common
Jiri Pirko
1
-3
/
+0
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
5
-32
/
+22
2017-08-07
net: sched: make egress_dev flag part of flower offload struct
Jiri Pirko
1
-1
/
+1
2017-08-07
net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL
Jiri Pirko
1
-2
/
+2
2017-08-07
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
5
-35
/
+26
2017-08-04
net: sched: avoid atomic swap in tcf_exts_change
Jiri Pirko
3
-13
/
+7
2017-08-04
net: sched: cls_u32: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-14
/
+4
2017-08-04
net: sched: cls_route: no need to call tcf_exts_change for newly allocated st...
Jiri Pirko
1
-21
/
+9
2017-08-04
net: sched: cls_flow: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-25
/
+16
2017-08-04
net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated s...
Jiri Pirko
1
-12
/
+2
2017-08-04
net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-19
/
+6
2017-08-04
net: sched: cls_basic: no need to call tcf_exts_change for newly allocated st...
Jiri Pirko
1
-11
/
+2
2017-08-04
net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...
Jiri Pirko
1
-12
/
+2
2017-08-04
net: sched: cls_fw: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-16
/
+5
2017-08-04
net: sched: cls_flower: no need to call tcf_exts_change for newly allocated s...
Jiri Pirko
1
-11
/
+2
2017-08-04
net: sched: cls_fw: rename fw_change_attrs function
Jiri Pirko
1
-6
/
+5
2017-08-04
net: sched: cls_bpf: rename cls_bpf_modify_existing function
Jiri Pirko
1
-6
/
+4
2017-08-04
net: sched: use tcf_exts_has_actions instead of exts->nr_actions
Jiri Pirko
1
-1
/
+1
2017-08-04
net: sched: remove check for number of actions in tcf_exts_exec
Jiri Pirko
1
-1
/
+2
2017-08-04
net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...
Jiri Pirko
3
-3
/
+3
2017-08-04
net: sched: change names of action number helpers to be aligned with the rest
Jiri Pirko
1
-1
/
+1
2017-08-04
net: sched: remove unneeded tcf_em_tree_change
Jiri Pirko
3
-13
/
+7
2017-08-04
net: sched: sch_atm: use Qdisc_class_common structure
Jiri Pirko
1
-6
/
+6
2017-07-31
net sched actions: add time filter for action dumping
Jamal Hadi Salim
1
-1
/
+20
2017-07-31
net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batch
Jamal Hadi Salim
1
-10
/
+40
2017-07-31
net sched actions: Use proper root attribute table for actions
Jamal Hadi Salim
1
-2
/
+2
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+3
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+2
2017-07-17
net: Remove all references to SKB_GSO_UDP.
David S. Miller
1
-6
/
+0
2017-07-14
net sched actions: rename act_get_notify() to tcf_get_notify()
Roman Mashak
1
-2
/
+2
2017-07-13
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
1
-1
/
+1
2017-07-05
net, sched: convert Qdisc.refcnt from atomic_t to refcount_t
Reshetova, Elena
2
-8
/
+8
2017-07-01
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-07-01
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2017-06-29
net: sched: Fix one possible panic when no destroy callback
Gao Feng
1
-1
/
+2
2017-06-21
bpf: expose prog id for cls_bpf and act_bpf
Daniel Borkmann
2
-0
/
+6
2017-06-15
net: sched: act_tunnel_key: make UDP checksum configurable
Jiri Benc
1
-3
/
+12
2017-06-15
net: sched: act_tunnel_key: request UDP checksum by default
Jiri Benc
1
-2
/
+2
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-6
/
+6
2017-06-14
net/act_pedit: fix an error code
Dan Carpenter
1
-1
/
+3
2017-06-14
net_sched: move tcf_lock down after gen_replace_estimator()
WANG Cong
1
-5
/
+3
2017-06-08
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
5
-14
/
+23
2017-06-06
net: sched: introduce a TRAP control action
Jiri Pirko
13
-0
/
+13
2017-06-05
net: sched: select cls when cls_act is enabled
Jiri Pirko
1
-0
/
+1
2017-06-05
net/sched: cls_flower: add support for matching on ip tos and ttl
Or Gerlitz
1
-2
/
+37
2017-05-25
net_sched: only create filter chains for new filters/actions
WANG Cong
2
-5
/
+10
2017-05-25
net: sched: cls_api: make reclassify return all the way back to the original tp
Jiri Pirko
1
-3
/
+5
[next]