index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
/
nfp
/
flower
/
offload.c
Age
Commit message (
Expand
)
Author
2018-09-12
nfp: flower: fix vlan match by checking both vlan id and vlan pcp
Pieter Jansen van Vuuren
2018-08-07
nfp: flower: add geneve option match offload
Pieter Jansen van Vuuren
2018-08-07
nfp: flower: allow matching on ipv4 UDP tunnel tos and ttl
John Hurley
2018-07-22
nfp: bring back support for offloading shared blocks
Jakub Kicinski
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-06-27
nfp: reject binding to shared blocks
John Hurley
2018-06-27
nfp: flower: fix mpls ether type detection
Pieter Jansen van Vuuren
2018-06-26
net: sched: pass extack pointer to block binds and cb registration
John Hurley
2018-06-25
nfp: handle cls_flower command default case
Jiri Pirko
2018-05-24
nfp: flower: compute link aggregation action
John Hurley
2018-04-25
nfp: flower: ignore duplicate cb requests for same rule
John Hurley
2018-04-25
nfp: flower: support offloading multiple rules with same cookie
John Hurley
2018-03-26
nfp: flower: implement ip fragmentation match offload
Pieter Jansen van Vuuren
2018-02-16
nfp: flower: implement tcp flag match offload
Pieter Jansen van Vuuren
2018-02-08
nfp: forbid disabling hw-tc-offload on representors while offload active
Jakub Kicinski
2018-01-25
nfp: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
2017-12-19
nfp: flower: compile Geneve match fields
John Hurley
2017-12-11
nfp: flower: remove dead code paths
John Hurley
2017-12-11
nfp: flower: do not assume mac/mpls matches
John Hurley
2017-11-21
nfp: flower: add missing kdoc
Jakub Kicinski
2017-11-17
nfp: remove false positive offloads in flower vxlan
John Hurley
2017-11-17
nfp: register flower reprs for egress dev offload
John Hurley
2017-11-02
nfp: flower: vxlan - ensure no sleep in atomic context
John Hurley
2017-11-02
nfp: flower: app should use struct nfp_repr
John Hurley
2017-11-02
net: sched: move the can_offload check from binding phase to rule insertion p...
Jiri Pirko
2017-10-21
net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*
Jiri Pirko
2017-10-21
nfp: flower: Convert ndo_setup_tc offloads to block callbacks
Jiri Pirko
2017-10-06
nfp: add IPv6 ttl and tos match offloading support
Pieter Jansen van Vuuren
2017-10-06
nfp: add IPv4 ttl and tos match offloading support
Pieter Jansen van Vuuren
2017-10-06
nfp: add mpls match offloading support
Pieter Jansen van Vuuren
2017-09-26
nfp: offload vxlan IPv4 endpoints of flower rules
John Hurley
2017-09-26
nfp: compile flower vxlan tunnel metadata match fields
John Hurley
2017-09-13
nfp: add whitelist of supported flow dissector
Pieter Jansen van Vuuren
2017-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-28
nfp: fix supported key layers calculation
Pieter Jansen van Vuuren
2017-08-28
nfp: fix unchecked flow dissector use
Pieter Jansen van Vuuren
2017-08-18
net/sched: Fix the logic error to decide the ingress qdisc
Chris Mi
2017-08-11
net: sched: use newly added classid identity helpers
Jiri Pirko
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
2017-08-07
nfp: change flows in apps that offload ndo_setup_tc
Jiri Pirko
2017-08-07
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
2017-07-01
nfp: add control message passing capabilities to flower offloads
Pieter Jansen van Vuuren
2017-07-01
nfp: add a stats handler for flower offloads
Pieter Jansen van Vuuren
2017-07-01
nfp: add metadata to each flow offload
Pieter Jansen van Vuuren
2017-07-01
nfp: add basic action capabilities to flower offloads
Pieter Jansen van Vuuren
2017-07-01
nfp: extend flower matching capabilities
Pieter Jansen van Vuuren
2017-07-01
nfp: extend flower add flow offload
Pieter Jansen van Vuuren
2017-07-01
nfp: provide infrastructure for offloading flower based TC filters
Pieter Jansen van Vuuren