Age | Commit message (Expand) | Author | Files | Lines |
2020-07-14 | nfp: convert to new udp_tunnel_nic infra | Jakub Kicinski | 1 | -5/+0 |
2019-12-19 | nfp: tls: implement the stream sync RX resync | Jakub Kicinski | 1 | -0/+6 |
2019-08-31 | nfp: bpf: rework MTU checking | Jakub Kicinski | 1 | -1/+1 |
2019-07-08 | nfp: tls: use unique connection ids instead of 4-tuple for TX | Jakub Kicinski | 1 | -0/+3 |
2019-07-05 | nfp: Use spinlock_t instead of struct spinlock | Sebastian Andrzej Siewior | 1 | -1/+1 |
2019-06-11 | nfp: tls: enable TLS RX offload | Jakub Kicinski | 1 | -0/+2 |
2019-06-11 | nfp: add async version of mailbox communication | Jakub Kicinski | 1 | -0/+14 |
2019-06-11 | nfp: tls: set skb decrypted flag | Dirk van der Merwe | 1 | -1/+3 |
2019-06-06 | nfp: tls: add basic statistics | Jakub Kicinski | 1 | -3/+20 |
2019-06-06 | nfp: tls: add/delete TLS TX connections | Dirk van der Merwe | 1 | -1/+4 |
2019-06-06 | nfp: tls: add datapath support for TLS TX | Dirk van der Merwe | 1 | -0/+2 |
2019-06-06 | nfp: add tls init code | Jakub Kicinski | 1 | -0/+1 |
2019-06-06 | nfp: add support for sending control messages via mailbox | Jakub Kicinski | 1 | -0/+10 |
2019-06-06 | nfp: make bar_lock a semaphore | Jakub Kicinski | 1 | -3/+4 |
2019-04-12 | nfp: add a mutex lock for the vNIC ctrl BAR | Jakub Kicinski | 1 | -2/+21 |
2018-11-30 | nfp: report more info when reconfiguration fails | Jakub Kicinski | 1 | -0/+2 |
2018-11-30 | nfp: copy only the relevant part of the TX descriptor for frags | Jakub Kicinski | 1 | -0/+1 |
2018-11-19 | nfp: abm: add functions to update DSCP -> virtual queue map | Jakub Kicinski | 1 | -0/+1 |
2018-11-08 | nfp: pass ctrl_bar pointer to nfp_net_alloc | Jakub Kicinski | 1 | -1/+1 |
2018-10-11 | nfp: replace long license headers with SPDX | Jakub Kicinski | 1 | -32/+2 |
2018-07-25 | nfp: protect from theoretical size overflows on HW descriptor ring | Jakub Kicinski | 1 | -2/+2 |
2018-07-25 | nfp: restore correct ordering of fields in rx ring structure | Jakub Kicinski | 1 | -3/+4 |
2018-07-13 | nfp: add support for simultaneous driver and hw XDP | Jakub Kicinski | 1 | -3/+3 |
2018-07-13 | xdp: factor out common program/flags handling from drivers | Jakub Kicinski | 1 | -4/+2 |
2018-06-12 | nfp: remove phys_port_name on flower's vNIC | Jakub Kicinski | 1 | -0/+4 |
2018-05-23 | nfp: assign vNIC id as phys_port_name of vNICs which are not ports | Jakub Kicinski | 1 | -2/+5 |
2018-04-04 | nfp: add a separate counter for packets with CHECKSUM_COMPLETE | Jakub Kicinski | 1 | -1/+3 |
2018-02-06 | nfp: fix kdoc warnings on nested structures | Jakub Kicinski | 1 | -1/+5 |
2018-01-19 | nfp: add TLV capabilities to the BAR | Jakub Kicinski | 1 | -0/+3 |
2018-01-14 | nfp: bpf: add basic control channel communication | Jakub Kicinski | 1 | -0/+12 |
2018-01-05 | nfp: setup xdp_rxq_info | Jesper Dangaard Brouer | 1 | -1/+4 |
2017-12-01 | nfp: fix old kdoc issues | Jakub Kicinski | 1 | -0/+2 |
2017-11-05 | nfp: bpf: require seamless reload for program replace | Jakub Kicinski | 1 | -2/+0 |
2017-11-02 | nfp: use a counter instead of log message for allocation failures | Jakub Kicinski | 1 | -0/+3 |
2017-08-18 | nfp: allow retreiving management FW logs on representors | Jakub Kicinski | 1 | -2/+0 |
2017-06-25 | nfp: add support for tx/rx with metadata portid | Simon Horman | 1 | -0/+1 |
2017-06-23 | nfp: bpf: release the reference on offloaded programs | Jakub Kicinski | 1 | -0/+2 |
2017-06-23 | nfp: bpf: don't offload XDP programs in DRV_MODE | Jakub Kicinski | 1 | -0/+3 |
2017-06-07 | nfp: map all queue controllers at once | Jakub Kicinski | 1 | -0/+1 |
2017-06-07 | nfp: add control vNIC datapath | Jakub Kicinski | 1 | -1/+16 |
2017-06-07 | nfp: allow allocation and initialization of netdev-less vNICs | Jakub Kicinski | 1 | -1/+1 |
2017-06-07 | nfp: make sure debug accesses don't depend on netdevs | Jakub Kicinski | 1 | -0/+11 |
2017-06-07 | nfp: prepare print macros for use without netdev | Jakub Kicinski | 1 | -8/+25 |
2017-05-31 | nfp: move basic eBPF stats to app-specific code | Jakub Kicinski | 1 | -12/+3 |
2017-05-31 | nfp: move bpf offload code to the BPF app | Jakub Kicinski | 1 | -1/+0 |
2017-05-30 | nfp: don't keep count for free buffers delayed kick | Jakub Kicinski | 1 | -3/+0 |
2017-05-22 | nfp: move refresh tracking into the port structure | Jakub Kicinski | 1 | -4/+0 |
2017-05-22 | nfp: introduce nfp_port | Jakub Kicinski | 1 | -4/+10 |
2017-05-22 | nfp: introduce very minimal nfp_app | Jakub Kicinski | 1 | -2/+2 |
2017-05-22 | nfp: rename netdev/port to vNIC | Jakub Kicinski | 1 | -5/+5 |