Age | Commit message (Expand) | Author | Files | Lines |
2019-11-20 | nfp: provide a better warning when ring allocation fails | Jakub Kicinski | 1 | -4/+12 |
2019-04-20 | bpf: reduce verifier memory consumption | Alexei Starovoitov | 1 | -4/+5 |
2019-04-17 | nfp: validate the return code from dev_queue_xmit() | Jakub Kicinski | 1 | -1/+1 |
2019-03-23 | nfp: bpf: fix ALU32 high bits clearance bug | Jiong Wang | 1 | -11/+6 |
2019-03-23 | nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_K | Jiong Wang | 1 | -1/+1 |
2018-11-13 | nfp: devlink port split support for 1x100G CXP NIC | Ryan C Goodfellow | 1 | -3/+14 |
2018-10-18 | nfp: avoid soft lockups under control message storm | Jakub Kicinski | 1 | -5/+12 |
2018-09-26 | nfp: avoid buffer leak when FW communication fails | Jakub Kicinski | 1 | -3/+10 |
2018-09-15 | nfp: wait for posted reconfigs when disabling the device | Jakub Kicinski | 1 | -15/+33 |
2018-09-05 | nfp: flower: fix port metadata conversion bug | John Hurley | 1 | -1/+3 |
2018-08-24 | nfp: cast sizeof() to int when comparing with error code | Chengguang Xu | 1 | -1/+1 |
2018-06-20 | nfp: ignore signals when communicating with management FW | Jakub Kicinski | 1 | -2/+1 |
2018-04-26 | nfp: fix error return code in nfp_pci_probe() | Wei Yongjun | 1 | -0/+1 |
2018-04-12 | nfp: use full 40 bits of the NSP buffer address | Dirk van der Merwe | 1 | -4/+5 |
2018-03-03 | nfp: always unmask aux interrupts at init | Jakub Kicinski | 1 | -0/+2 |
2018-02-25 | nfp: fix port stats for mac representors | Pieter Jansen van Vuuren | 1 | -9/+6 |
2018-01-31 | nfp: use the correct index for link speed table | Jakub Kicinski | 1 | -1/+1 |
2017-12-14 | nfp: fix flower offload metadata flag usage | Pieter Jansen van Vuuren | 2 | -4/+6 |
2017-12-14 | nfp: inherit the max_mtu from the PF netdev | Dirk van der Merwe | 1 | -0/+2 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-26 | nfp: refuse offloading filters that redirects to upper devices | Pieter Jansen van Vuuren | 1 | -0/+2 |
2017-10-10 | nfp: handle page allocation failures | Jakub Kicinski | 1 | -6/+14 |
2017-10-10 | nfp: fix ethtool stats gather retry | Jakub Kicinski | 1 | -3/+5 |
2017-09-13 | nfp: wait for the NSP resource to appear on boot | Jakub Kicinski | 3 | -0/+51 |
2017-09-13 | nfp: wait for board state before talking to the NSP | Jakub Kicinski | 2 | -23/+43 |
2017-09-13 | nfp: add whitelist of supported flow dissector | Pieter Jansen van Vuuren | 1 | -0/+13 |
2017-09-04 | nfp: flower: restore RTNL locking around representor updates | Jakub Kicinski | 1 | -2/+4 |
2017-09-04 | nfp: be drop monitor friendly | Jakub Kicinski | 2 | -1/+4 |
2017-09-04 | nfp: move the start/stop app callbacks back | Jakub Kicinski | 1 | -15/+11 |
2017-09-04 | nfp: flower: base lifetime of representors on existence of lower vNIC | Jakub Kicinski | 1 | -23/+43 |
2017-09-04 | nfp: separate app vNIC init/clean from alloc/free | Jakub Kicinski | 9 | -27/+73 |
2017-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -113/+142 |
2017-08-30 | nfp: double free on error in probe | Dan Carpenter | 1 | -3/+1 |
2017-08-29 | nfp: remove incorrect mask check for vlan matching | Pieter Jansen van Vuuren | 1 | -6/+2 |
2017-08-29 | nfp: fix supported key layers calculation | Pieter Jansen van Vuuren | 1 | -0/+19 |
2017-08-29 | nfp: fix unchecked flow dissector use | Pieter Jansen van Vuuren | 2 | -81/+93 |
2017-08-26 | nfp: add basic SR-IOV ndo functions to representors | Simon Horman | 1 | -0/+6 |
2017-08-26 | nfp: add basic SR-IOV ndo functions | Pablo Cascón | 8 | -1/+372 |
2017-08-24 | nfp: TX time stamp packets before HW doorbell is rung | Jakub Kicinski | 1 | -2/+2 |
2017-08-24 | nfp: avoid buffer leak when representor is missing | Jakub Kicinski | 1 | -5/+5 |
2017-08-24 | nfp: make sure representors are destroyed before their lower netdev | Jakub Kicinski | 1 | -8/+14 |
2017-08-24 | nfp: don't hold PF lock while enabling SR-IOV | Jakub Kicinski | 1 | -9/+7 |
2017-08-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
2017-08-19 | nfp: don't reuse pointers in ring dumping | Jakub Kicinski | 1 | -6/+7 |
2017-08-19 | nfp: fix copy paste in names and messages regarding vNICs | Jakub Kicinski | 1 | -2/+2 |
2017-08-19 | nfp: add ethtool statistics for representors | Jakub Kicinski | 2 | -4/+71 |
2017-08-19 | nfp: add pointer to vNIC config memory to nfp_port structure | Jakub Kicinski | 3 | -37/+18 |
2017-08-19 | nfp: report MAC statistics in ethtool | Jakub Kicinski | 2 | -17/+153 |
2017-08-19 | nfp: store pointer to MAC statistics in nfp_port | Jakub Kicinski | 3 | -8/+9 |