summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c
AgeCommit message (Expand)Author
2018-08-31nfp: wait for posted reconfigs when disabling the deviceJakub Kicinski
2018-08-13nfp: clean up return types in kdoc commentsJakub Kicinski
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-27nfp: allow control message reception on data queuesJakub Kicinski
2018-07-27nfp: move repr handling on RX pathJakub Kicinski
2018-07-25nfp: protect from theoretical size overflows on HW descriptor ringJakub Kicinski
2018-07-25nfp: use kvcalloc() to allocate SW buffer descriptor arraysJakub Kicinski
2018-07-22nfp: avoid buffer leak when FW communication failsJakub Kicinski
2018-07-18nfp: add .ndo_init() and .ndo_uninit() callbacksJakub Kicinski
2018-07-13nfp: add support for simultaneous driver and hw XDPJakub Kicinski
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski
2018-07-13xdp: factor out common program/flags handling from driversJakub Kicinski
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-06-30nfp: make use of napi_consume_skb()Jakub Kicinski
2018-06-30nfp: implement netpoll ndo (thus enabling netconsole)Jakub Kicinski
2018-06-12nfp: remove phys_port_name on flower's vNICJakub Kicinski
2018-06-12nfp: include all ring counters in interface statsJakub Kicinski
2018-05-29nfp: prefix vNIC phys_port_name with 'n'Jakub Kicinski
2018-05-29nfp: return -EOPNOTSUPP from .ndo_get_phys_port_name for VFsJakub Kicinski
2018-05-23nfp: assign vNIC id as phys_port_name of vNICs which are not portsJakub Kicinski
2018-04-18bpf: make netronome nfp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov
2018-04-04nfp: add a separate counter for packets with CHECKSUM_COMPLETEJakub Kicinski
2018-03-30nfp: modify app MTU setting callbacksJohn Hurley
2018-02-08nfp: limit the number of TSO segmentsJakub Kicinski
2018-02-08nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski
2018-02-08nfp: don't advertise hw-tc-offload on non-port netdevsJakub Kicinski
2018-01-22nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet
2018-01-19nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski
2018-01-19nfp: split reading capabilities out of nfp_net_init()Jakub Kicinski
2018-01-19nfp: read mailbox address from TLV capsJakub Kicinski
2018-01-19nfp: read ME frequency from vNIC ctrl memoryJakub Kicinski
2018-01-19nfp: add TLV capabilities to the BARJakub Kicinski
2018-01-14nfp: bpf: add basic control channel communicationJakub Kicinski
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-10nfp: always unmask aux interrupts at initJakub Kicinski
2018-01-10nfp: hand over to BPF offload app at coarser granularityJakub Kicinski
2018-01-10nfp: bpf: don't allow changing MTU above BPF offload limit when activeJakub Kicinski
2018-01-10nfp: don't try to register XDP rxq structures on control queuesJakub Kicinski
2018-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-05nfp: setup xdp_rxq_infoJesper Dangaard Brouer
2018-01-05nfp: add basic multicast filteringJakub Kicinski
2017-12-17nfp: set flags in the correct member of netdev_bpfJakub Kicinski
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski
2017-12-03net: xdp: report flags program was installed with on queryJakub Kicinski
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-05nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski
2017-11-02nfp: use a counter instead of log message for allocation failuresJakub Kicinski
2017-11-02nfp: switch to dev_alloc_page()Jakub Kicinski