summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)Author
2018-09-26nfp: avoid buffer leak when FW communication failsJakub Kicinski
2018-05-19nfp: TX time stamp packets before HW doorbell is rungJakub Kicinski
2017-08-30nfp: fix infinite loop on umapping cleanupColin Ian King
2016-09-30nfp: bpf: zero extend 4 byte context loadsJakub Kicinski
2016-09-26nfp: bpf: improve handling for disabled BPF syscallArnd Bergmann
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-21nfp: bpf: add offload of TC direct action modeJakub Kicinski
2016-09-21nfp: bpf: add support for legacy redirect actionJakub Kicinski
2016-09-21nfp: bpf: add packet marking supportJakub Kicinski
2016-09-21nfp: bpf: allow offloaded filters to update statsJakub Kicinski
2016-09-21nfp: bpf: add hardware bpf offloadJakub Kicinski
2016-09-21nfp: add BPF to NFP code translatorJakub Kicinski
2016-09-16nfp: fix error return code in nfp_net_netdev_open()Wei Yongjun
2016-09-08nfp: don't pad frames on receiveJakub Kicinski
2016-09-08nfp: drop support for old firmware ABIsJakub Kicinski
2016-09-08nfp: remove linux/version.h includesJakub Kicinski
2016-07-11nfp: check idx is -ENOSPC before using it is an indexColin Ian King
2016-06-30nfp: implement ethtool .get_link() callbackJakub Kicinski
2016-06-30nfp: remove unused parameter from nfp_net_write_mac_addr()Jakub Kicinski
2016-06-30nfp: correct name of control BAR defineJakub Kicinski
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-17nfp: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck
2016-06-16nfp: use correct index to mask link state irqJakub Kicinski
2016-04-16nfp: add async reconfiguration mechanismJakub Kicinski
2016-04-16nfp: remove buggy RX buffer length validationJakub Kicinski
2016-04-16nfp: remove unused suspicious mask definesJakub Kicinski
2016-04-16nfp: correct names of constants in commentsJakub Kicinski
2016-04-16nfp: remove unnecessary staticJakub Kicinski
2016-04-16nfp: check the right pointer for errorsJakub Kicinski
2016-04-08nfp: allow ring size reconfiguration at runtimeJakub Kicinski
2016-04-08nfp: pass ring count as function parameterJakub Kicinski
2016-04-08nfp: convert .ndo_change_mtu() to prepare/commit paradigmJakub Kicinski
2016-04-08nfp: propagate list buffer size in struct rx_ringJakub Kicinski
2016-04-08nfp: sync ring state during FW reconfigurationJakub Kicinski
2016-04-08nfp: slice .ndo_open() and .ndo_stop() upJakub Kicinski
2016-04-08nfp: move filling ring information to FW configJakub Kicinski
2016-04-08nfp: preallocate RX buffers early in .ndo_openJakub Kicinski
2016-04-08nfp: reorganize initial filling of RX ringsJakub Kicinski
2016-04-08nfp: cleanup tx ring flush and rename to resetJakub Kicinski
2016-04-08nfp: allocate ring SW structs dynamicallyJakub Kicinski
2016-04-08nfp: make *x_ring_init do all the initJakub Kicinski
2016-04-08nfp: break up nfp_net_{alloc|free}_ringsJakub Kicinski
2016-04-08nfp: move link state interrupt request/free callsJakub Kicinski
2016-04-08nfp: correct RX buffer length calculationJakub Kicinski
2016-03-01asm-generic: remove old nonatomic-io wrapper filesArnd Bergmann
2015-12-18nfp: call netif_carrier_off() during initJakub Kicinski
2015-12-17nfp: clear ring delayed kick countersJakub Kicinski
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-03net: add driver for Netronome NFP4000/NFP6000 NIC VFsJakub Kicinski