Age | Commit message (Expand) | Author | Files | Lines |
2023-10-06 | flow_offload: Annotate struct flow_action_entry with __counted_by | Kees Cook | 1 | -1/+1 |
2023-08-02 | tc: flower: Enable offload support IPSEC SPI field. | Ratheesh Kannoth | 1 | -0/+6 |
2023-02-21 | net/sched: cls_api: Support hardware miss to tc action | Paul Blakey | 1 | -0/+1 |
2023-02-21 | net/sched: Rename user cookie and act cookie | Paul Blakey | 1 | -2/+2 |
2023-02-14 | net/sched: support per action hw stats | Oz Shlomo | 1 | -0/+1 |
2023-02-14 | net/sched: introduce flow_offload action cookie | Oz Shlomo | 1 | -0/+2 |
2022-11-14 | net: flow_offload: add support for ARP frame matching | Steen Hegelund | 1 | -0/+6 |
2022-10-25 | act_skbedit: skbedit queue mapping for receive queue | Amritha Nambiar | 1 | -0/+2 |
2022-09-20 | flow_offload: Introduce flow_match_l2tpv3 | Wojciech Drewek | 1 | -0/+6 |
2022-07-26 | flow_offload: Introduce flow_match_pppoe | Wojciech Drewek | 1 | -0/+6 |
2022-07-13 | net: extract port range fields from fl_flow_key | Maksym Glubokiy | 1 | -0/+6 |
2022-07-06 | net/sched: act_police: allow 'continue' action offload | Vlad Buslov | 1 | -0/+1 |
2022-06-06 | netfilter: nf_tables: bail out early if hardware offload is not supported | Pablo Neira Ayuso | 1 | -0/+1 |
2022-03-17 | net/sched: add vlan push_eth and pop_eth action to the hardware IR | Maor Dickman | 1 | -0/+6 |
2022-02-28 | flow_offload: reject offload for all drivers with invalid police parameters | Jianbo Liu | 1 | -0/+6 |
2022-02-28 | net: flow_offload: add tc police action parameters | Jianbo Liu | 1 | -0/+9 |
2021-12-19 | flow_offload: allow user to offload tc action to net device | Baowen Zheng | 1 | -0/+17 |
2021-12-19 | flow_offload: add index to flow_action_entry structure | Baowen Zheng | 1 | -2/+1 |
2021-08-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+5 |
2021-08-19 | Revert "flow_offload: action should not be NULL when it is referenced" | Ido Schimmel | 1 | -7/+5 |
2021-08-19 | net: Fix offloading indirect devices dependency on qdisc order creation | Eli Cohen | 1 | -0/+1 |
2021-08-03 | net: flow_offload: correct comments mismatch with code | Bijie Xu | 1 | -1/+1 |
2021-06-29 | flow_offload: action should not be NULL when it is referenced | gushengxian | 1 | -5/+7 |
2021-03-24 | net: flow_offload: add FLOW_ACTION_PPPOE_PUSH | Pablo Neira Ayuso | 1 | -0/+4 |
2021-03-14 | flow_offload: add support for packet-per-second policing | Xingfeng Hu | 1 | -0/+2 |
2021-01-30 | net: flow_offload: Add original direction flag to ct_metadata | Paul Blakey | 1 | -0/+1 |
2020-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -5/+15 |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2020-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+0 |
2020-07-25 | flow_offload: Move rhashtable inclusion to the source file | Herbert Xu | 1 | -1/+0 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-07-14 | net: sched: Pass qdisc reference in struct flow_block_offload | Petr Machata | 1 | -3/+6 |
2020-06-30 | net:qos: police action offloading parameter 'burst' change to the original value | Po Liu | 1 | -1/+1 |
2020-06-30 | net: sched: sch_red: Add qevents "early_drop" and "mark" | Petr Machata | 1 | -0/+2 |
2020-06-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+19 |
2020-06-25 | net: qos: police action add index for tc flower offloading | Po Liu | 1 | -0/+1 |
2020-06-25 | net: qos: add tc police offloading action with max frame size limit | Po Liu | 1 | -0/+1 |
2020-06-20 | net: flow_offload: fix flow_indr_dev_unregister path | wenxu | 1 | -1/+3 |
2020-06-20 | flow_offload: use flow_indr_block_cb_alloc/remove function | wenxu | 1 | -1/+3 |
2020-06-20 | flow_offload: add flow_indr_block_cb_alloc/remove function | wenxu | 1 | -0/+13 |
2020-06-19 | net: qos offload add flow status with dropped count | Po Liu | 1 | -1/+4 |
2020-06-10 | net: flow_offload: remove indirect flow_block declarations leftover | Pablo Neira Ayuso | 1 | -24/+0 |
2020-06-01 | net: remove indirect block netdev event registration | Pablo Neira Ayuso | 1 | -9/+0 |
2020-06-01 | net: flow_offload: consolidate indirect flow_block infrastructure | Pablo Neira Ayuso | 1 | -0/+19 |
2020-05-23 | net: flow_offload: simplify hw stats check handling | Edward Cree | 1 | -4/+7 |
2020-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+8 |
2020-05-07 | net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE | Pablo Neira Ayuso | 1 | -1/+8 |
2020-05-02 | net: schedule: add action gate offloading | Po Liu | 1 | -0/+10 |
2020-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -1/+2 |
2020-03-30 | net: sched: expose HW stats types per action used by drivers | Jiri Pirko | 1 | -1/+11 |