summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp
AgeCommit message (Expand)Author
2018-04-25nfp: bpf: optimize comparisons to negative constantsJakub Kicinski
2018-04-25nfp: bpf: tabularize generations of compare operationsJakub Kicinski
2018-04-25nfp: bpf: optimize add/sub of a negative constantJakub Kicinski
2018-04-25nfp: bpf: remove double spaceJakub Kicinski
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-18bpf: make netronome nfp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov
2018-04-12nfp: flower: split and limit cmsg skb listsPieter Jansen van Vuuren
2018-04-12nfp: flower: move route ack control messages out of the workqueuePieter Jansen van Vuuren
2018-04-12nfp: print a message when mutex wait is interruptedJakub Kicinski
2018-04-12nfp: ignore signals when communicating with management FWJakub Kicinski
2018-04-04nfp: use full 40 bits of the NSP buffer addressDirk van der Merwe
2018-04-04nfp: add a separate counter for packets with CHECKSUM_COMPLETEJakub Kicinski
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-30nfp: flower: offload phys port MTU changeJohn Hurley
2018-03-30nfp: modify app MTU setting callbacksJohn Hurley
2018-03-28nfp: bpf: improve wrong FW response warningsJakub Kicinski
2018-03-28nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski
2018-03-28nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski
2018-03-28nfp: bpf: expose command delay slotsJakub Kicinski
2018-03-28nfp: bpf: add basic support for atomic addsJakub Kicinski
2018-03-28nfp: bpf: add map deletes from the datapathJakub Kicinski
2018-03-28nfp: bpf: add map updates from the datapathJakub Kicinski
2018-03-28nfp: bpf: add helper for basic map call checksJakub Kicinski
2018-03-28nfp: bpf: add helper for validating stack pointersJakub Kicinski
2018-03-28nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski
2018-03-28nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang
2018-03-28nfp: bpf: support unaligned read offsetJiong Wang
2018-03-28nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang
2018-03-26nfp: flower: implement ip fragmentation match offloadPieter Jansen van Vuuren
2018-03-26nfp: flower: refactor shared ip header in match offloadPieter Jansen van Vuuren
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-03-24nfp: bpf: fix check of program max insn countJakub Kicinski
2018-02-22nfp: advertise firmware for mixed 10G/25G modeDirk van der Merwe
2018-02-22nfp: add Makefiles to all directoriesJakub Kicinski
2018-02-16nfp: flower: implement tcp flag match offloadPieter Jansen van Vuuren
2018-02-16nfp: standardize FW header whitespaceMichael Rapson
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-02-08nfp: populate MODULE_VERSIONJakub Kicinski
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-02-08nfp: bpf: require ETH tableJakub Kicinski
2018-02-08nfp: bpf: fix immed relocation for larger offsetsJakub Kicinski
2018-02-06nfp: fix kdoc warnings on nested structuresJakub Kicinski
2018-02-02nfp: fix TLV offset calculationEdwin Peer
2018-01-25nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski
2018-01-23nfp: fix error return code in nfp_pci_probe()Wei Yongjun
2018-01-23nfp: fix fw dump handling of absolute rtsym sizeCarl Heymann
2018-01-22nfp: bpf: use extack support to improve debuggingQuentin Monnet