Age | Commit message (Expand) | Author | Files | Lines |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 1 | -1/+1 |
2019-08-31 | nfp: bpf: add simple map op cache | Jakub Kicinski | 1 | -0/+18 |
2019-08-31 | nfp: bpf: rework MTU checking | Jakub Kicinski | 1 | -0/+15 |
2019-07-09 | drivers: net: use flow block API | Pablo Neira Ayuso | 1 | -1/+4 |
2019-07-09 | net: flow_offload: add flow_block_cb_setup_simple() | Pablo Neira Ayuso | 1 | -24/+5 |
2019-04-12 | nfp: split out common control message handling code | Jakub Kicinski | 1 | -4/+8 |
2019-02-12 | bpf: offload: add priv field for drivers | Jakub Kicinski | 1 | -1/+1 |
2018-11-10 | bpf: pass a struct with offload callbacks to bpf_offload_dev_create() | Quentin Monnet | 1 | -1/+1 |
2018-10-11 | nfp: replace long license headers with SPDX | Jakub Kicinski | 1 | -32/+2 |
2018-10-10 | nfp: flower: use rhashtable for flow caching | Pieter Jansen van Vuuren | 1 | -5/+0 |
2018-10-02 | nfp: bpf: allow control message sizing for map ops | Jakub Kicinski | 1 | -1/+10 |
2018-10-02 | nfp: bpf: parse global BPF ABI version capability | Jakub Kicinski | 1 | -4/+39 |
2018-08-04 | nfp: bpf: xdp_adjust_tail support | Jakub Kicinski | 1 | -0/+13 |
2018-07-27 | nfp: bpf: remember maps by ID | Jakub Kicinski | 1 | -2/+2 |
2018-07-27 | nfp: bpf: allow receiving perf events on data queues | Jakub Kicinski | 1 | -0/+1 |
2018-07-22 | nfp: bring back support for offloading shared blocks | Jakub Kicinski | 1 | -3/+0 |
2018-07-18 | bpf: offload: keep the offload state per-ASIC | Jakub Kicinski | 1 | -2/+12 |
2018-07-18 | bpf: offload: aggregate offloads per-device | Jakub Kicinski | 1 | -0/+13 |
2018-07-13 | nfp: add support for simultaneous driver and hw XDP | Jakub Kicinski | 1 | -9/+2 |
2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+6 |
2018-07-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -3/+3 |
2018-06-27 | nfp: reject binding to shared blocks | John Hurley | 1 | -0/+3 |
2018-06-26 | net: sched: pass extack pointer to block binds and cb registration | John Hurley | 1 | -1/+1 |
2018-06-25 | nfp: bpf: don't stop offload if replace failed | Jakub Kicinski | 1 | -3/+3 |
2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-05-09 | nfp: bpf: allow zero-length capabilities | Jakub Kicinski | 1 | -1/+1 |
2018-05-09 | nfp: bpf: support setting the RX queue index | Jakub Kicinski | 1 | -0/+11 |
2018-05-04 | nfp: bpf: perf event output helpers support | Jakub Kicinski | 1 | -0/+3 |
2018-05-04 | nfp: bpf: record offload neutral maps in the driver | Jakub Kicinski | 1 | -2/+23 |
2018-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+18 |
2018-03-30 | nfp: modify app MTU setting callbacks | John Hurley | 1 | -2/+2 |
2018-03-28 | nfp: bpf: add support for bpf_get_prandom_u32() | Jakub Kicinski | 1 | -0/+12 |
2018-03-28 | nfp: bpf: add map deletes from the datapath | Jakub Kicinski | 1 | -0/+3 |
2018-03-28 | nfp: bpf: add map updates from the datapath | Jakub Kicinski | 1 | -0/+3 |
2018-02-08 | nfp: forbid disabling hw-tc-offload on representors while offload active | Jakub Kicinski | 1 | -8/+1 |
2018-02-08 | nfp: bpf: require ETH table | Jakub Kicinski | 1 | -0/+12 |
2018-01-25 | nfp: use tc_cls_can_offload_and_chain0() | Jakub Kicinski | 1 | -3/+1 |
2018-01-22 | nfp: bpf: use extack support to improve debugging | Quentin Monnet | 1 | -8/+23 |
2018-01-22 | nfp: bpf: plumb extack into functions related to XDP offload | Quentin Monnet | 1 | -2/+2 |
2018-01-19 | nfp: bpf: disable all ctrl vNIC capabilities | Jakub Kicinski | 1 | -1/+1 |
2018-01-19 | nfp: allow apps to disable ctrl vNIC capabilities | Jakub Kicinski | 1 | -0/+2 |
2018-01-14 | nfp: bpf: implement bpf map offload | Jakub Kicinski | 1 | -0/+1 |
2018-01-14 | nfp: bpf: parse function call and map capabilities | Jakub Kicinski | 1 | -0/+47 |
2018-01-14 | nfp: bpf: add basic control channel communication | Jakub Kicinski | 1 | -0/+5 |
2018-01-14 | nfp: bpf: add map data structure | Jakub Kicinski | 1 | -1/+6 |
2018-01-10 | nfp: hand over to BPF offload app at coarser granularity | Jakub Kicinski | 1 | -4/+1 |
2018-01-10 | nfp: bpf: relocate jump targets just before the load | Jakub Kicinski | 1 | -2/+7 |
2018-01-10 | nfp: bpf: allow disabling TC offloads when XDP active | Jakub Kicinski | 1 | -1/+3 |
2018-01-10 | nfp: bpf: don't allow changing MTU above BPF offload limit when active | Jakub Kicinski | 1 | -0/+20 |
2017-12-27 | nfp: bpf: allocate vNIC priv for keeping track of the offloaded program | Jakub Kicinski | 1 | -1/+29 |