summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c
Commit message (Expand)AuthorAgeFilesLines
...
* nfp: clean up return types in kdoc commentsJakub Kicinski2018-08-141-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-071-14/+26
|\
| * nfp: allow control message reception on data queuesJakub Kicinski2018-07-271-0/+11
| * nfp: move repr handling on RX pathJakub Kicinski2018-07-271-14/+15
* | nfp: protect from theoretical size overflows on HW descriptor ringJakub Kicinski2018-07-261-4/+5
* | nfp: use kvcalloc() to allocate SW buffer descriptor arraysJakub Kicinski2018-07-261-8/+8
|/
* nfp: avoid buffer leak when FW communication failsJakub Kicinski2018-07-221-3/+10
* nfp: add .ndo_init() and .ndo_uninit() callbacksJakub Kicinski2018-07-181-0/+2
* nfp: add support for simultaneous driver and hw XDPJakub Kicinski2018-07-131-28/+21Star
* xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski2018-07-131-0/+6
* xdp: factor out common program/flags handling from driversJakub Kicinski2018-07-131-18/+10Star
* xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-3/+0Star
* nfp: make use of napi_consume_skb()Jakub Kicinski2018-06-301-5/+6
* nfp: implement netpoll ndo (thus enabling netconsole)Jakub Kicinski2018-06-301-0/+18
* nfp: remove phys_port_name on flower's vNICJakub Kicinski2018-06-131-1/+1
* nfp: include all ring counters in interface statsJakub Kicinski2018-06-131-1/+1
* nfp: prefix vNIC phys_port_name with 'n'Jakub Kicinski2018-05-291-1/+1
* nfp: return -EOPNOTSUPP from .ndo_get_phys_port_name for VFsJakub Kicinski2018-05-291-5/+6
* nfp: assign vNIC id as phys_port_name of vNICs which are not portsJakub Kicinski2018-05-231-1/+19
* bpf: make netronome nfp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+1
* nfp: add a separate counter for packets with CHECKSUM_COMPLETEJakub Kicinski2018-04-041-1/+1
* nfp: modify app MTU setting callbacksJohn Hurley2018-03-301-1/+1
* nfp: limit the number of TSO segmentsJakub Kicinski2018-02-081-0/+2
* nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski2018-02-081-4/+3Star
* nfp: don't advertise hw-tc-offload on non-port netdevsJakub Kicinski2018-02-081-1/+1
* nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet2018-01-221-1/+1
* nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski2018-01-191-0/+4
* nfp: split reading capabilities out of nfp_net_init()Jakub Kicinski2018-01-191-11/+20
* nfp: read mailbox address from TLV capsJakub Kicinski2018-01-191-6/+14
* nfp: read ME frequency from vNIC ctrl memoryJakub Kicinski2018-01-191-1/+1
* nfp: add TLV capabilities to the BARJakub Kicinski2018-01-191-0/+5
* nfp: bpf: add basic control channel communicationJakub Kicinski2018-01-141-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-121-0/+2
|\
| * nfp: always unmask aux interrupts at initJakub Kicinski2018-01-101-0/+2
* | nfp: hand over to BPF offload app at coarser granularityJakub Kicinski2018-01-101-9/+1Star
* | nfp: bpf: don't allow changing MTU above BPF offload limit when activeJakub Kicinski2018-01-101-0/+5
* | nfp: don't try to register XDP rxq structures on control queuesJakub Kicinski2018-01-101-4/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-081-2/+8
|\ \
| * | nfp: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-061-2/+8
* | | nfp: add basic multicast filteringJakub Kicinski2018-01-051-2/+5
|/ /
* | nfp: set flags in the correct member of netdev_bpfJakub Kicinski2017-12-171-1/+1
* | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-031-3/+0Star
* | net: xdp: report flags program was installed with on queryJakub Kicinski2017-12-031-0/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-161-2/+2
* | nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski2017-11-051-0/+8
* | net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-051-2/+2
* | nfp: use a counter instead of log message for allocation failuresJakub Kicinski2017-11-021-5/+10
* | nfp: switch to dev_alloc_page()Jakub Kicinski2017-11-021-1/+1
* | drivers/net: netronome: Convert timers to use timer_setup()Kees Cook2017-10-271-4/+3Star