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
/
core
/
flow_offload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-02
tc: flower: Enable offload support IPSEC SPI field.
Ratheesh Kannoth
1
-0
/
+7
2022-11-14
net: flow_offload: add support for ARP frame matching
Steen Hegelund
1
-0
/
+7
2022-09-20
flow_offload: Introduce flow_match_l2tpv3
Wojciech Drewek
1
-0
/
+7
2022-07-26
flow_offload: Introduce flow_match_pppoe
Wojciech Drewek
1
-0
/
+7
2022-07-13
net: extract port range fields from fl_flow_key
Maksym Glubokiy
1
-0
/
+7
2022-06-06
netfilter: nf_tables: bail out early if hardware offload is not supported
Pablo Neira Ayuso
1
-0
/
+6
2021-12-19
flow_offload: add reoffload process to update hw_count
Baowen Zheng
1
-0
/
+4
2021-12-19
flow_offload: allow user to offload tc action to net device
Baowen Zheng
1
-8
/
+34
2021-08-19
net: Fix offloading indirect devices dependency on qdisc order creation
Eli Cohen
1
-1
/
+88
2021-08-19
net/core: Remove unused field from struct flow_indr_dev
Eli Cohen
1
-1
/
+0
2020-12-10
net: flow_offload: Fix memory leak for indirect flow block
Chris Mi
1
-3
/
+1
2020-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2020-07-25
flow_offload: Move rhashtable inclusion to the source file
Herbert Xu
1
-0
/
+1
2020-07-14
net: sched: Pass qdisc reference in struct flow_block_offload
Petr Machata
1
-5
/
+7
2020-06-20
net: flow_offload: fix flow_indr_dev_unregister path
wenxu
1
-6
/
+10
2020-06-20
flow_offload: use flow_indr_block_cb_alloc/remove function
wenxu
1
-21
/
+1
2020-06-20
flow_offload: add flow_indr_block_cb_alloc/remove function
wenxu
1
-0
/
+21
2020-06-01
net: remove indirect block netdev event registration
Pablo Neira Ayuso
1
-238
/
+0
2020-06-01
net: flow_offload: consolidate indirect flow_block infrastructure
Pablo Neira Ayuso
1
-0
/
+157
2020-05-23
net: flow_offload: simplify hw stats check handling
Edward Cree
1
-0
/
+6
2020-03-27
netfilter: flowtable: Fix incorrect tc_setup_type type
wenxu
1
-3
/
+3
2020-03-13
flow_offload: Add flow_match_ct to get rule ct match
Paul Blakey
1
-0
/
+7
2020-02-25
flow_offload: pass action cookie through offload structures
Jiri Pirko
1
-0
/
+21
2019-12-07
net: core: rename indirect block ingress cb function
John Hurley
1
-23
/
+22
2019-08-19
net: flow_offload: convert block_ing_cb_list to regular list type
Vlad Buslov
1
-6
/
+7
2019-08-09
flow_offload: support get multi-subsystem block
wenxu
1
-13
/
+38
2019-08-09
flow_offload: move tc indirect block to flow offload
wenxu
1
-0
/
+215
2019-07-20
net: flow_offload: add flow_block structure and use it
Pablo Neira Ayuso
1
-3
/
+3
2019-07-20
net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t
Pablo Neira Ayuso
1
-4
/
+5
2019-07-20
net: flow_offload: remove netns parameter from flow_block_cb_alloc()
Pablo Neira Ayuso
1
-6
/
+3
2019-07-10
net: flow_offload: add flow_block_cb_is_busy() and use it
Pablo Neira Ayuso
1
-0
/
+18
2019-07-10
drivers: net: use flow block API
Pablo Neira Ayuso
1
-4
/
+16
2019-07-10
net: flow_offload: add flow_block_cb_{priv, incref, decref}()
Pablo Neira Ayuso
1
-0
/
+18
2019-07-10
net: flow_offload: add list handling functions
Pablo Neira Ayuso
1
-0
/
+17
2019-07-10
net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()
Pablo Neira Ayuso
1
-0
/
+28
2019-07-10
net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*
Pablo Neira Ayuso
1
-1
/
+1
2019-07-10
net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND
Pablo Neira Ayuso
1
-2
/
+2
2019-07-10
net: flow_offload: add flow_block_cb_setup_simple()
Pablo Neira Ayuso
1
-0
/
+25
2019-06-19
net: flow_offload: implement support for meta key
Jiri Pirko
1
-0
/
+7
2019-05-25
flow_offload: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-05-16
flow_offload: support CVLAN match
Edward Cree
1
-0
/
+7
2019-02-06
flow_offload: add flow action infrastructure
Pablo Neira Ayuso
1
-2
/
+12
2019-02-06
flow_offload: add flow_rule and flow_match structures and use them
Pablo Neira Ayuso
1
-0
/
+143