aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-113/+124
2018-04-25nfp: flower: ignore duplicate cb requests for same ruleJohn Hurley2-3/+21
2018-04-25nfp: flower: support offloading multiple rules with same cookieJohn Hurley3-17/+38
2018-04-25nfp: print PCIe link bandwidth on probeJakub Kicinski1-0/+1
2018-04-25nfp: reset local locks on initJakub Kicinski5-0/+113
2018-04-25nfp: bpf: optimize comparisons to negative constantsJakub Kicinski2-13/+35
2018-04-25nfp: bpf: tabularize generations of compare operationsJakub Kicinski1-107/+61
2018-04-25nfp: bpf: optimize add/sub of a negative constantJakub Kicinski1-0/+35
2018-04-25nfp: bpf: remove double spaceJakub Kicinski1-1/+1
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-14/+54
2018-04-18bpf: make netronome nfp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov1-1/+1
2018-04-12nfp: flower: split and limit cmsg skb listsPieter Jansen van Vuuren4-8/+46
2018-04-12nfp: flower: move route ack control messages out of the workqueuePieter Jansen van Vuuren1-3/+3
2018-04-12nfp: print a message when mutex wait is interruptedJakub Kicinski1-1/+4
2018-04-12nfp: ignore signals when communicating with management FWJakub Kicinski1-2/+1
2018-04-04nfp: use full 40 bits of the NSP buffer addressDirk van der Merwe1-4/+5
2018-04-04nfp: add a separate counter for packets with CHECKSUM_COMPLETEJakub Kicinski3-9/+13
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-79/+770
2018-03-30nfp: flower: offload phys port MTU changeJohn Hurley4-5/+146
2018-03-30nfp: modify app MTU setting callbacksJohn Hurley4-11/+33
2018-03-28nfp: bpf: improve wrong FW response warningsJakub Kicinski1-6/+6
2018-03-28nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski6-2/+47
2018-03-28nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski5-15/+88
2018-03-28nfp: bpf: expose command delay slotsJakub Kicinski1-29/+24
2018-03-28nfp: bpf: add basic support for atomic addsJakub Kicinski6-3/+212
2018-03-28nfp: bpf: add map deletes from the datapathJakub Kicinski4-0/+17
2018-03-28nfp: bpf: add map updates from the datapathJakub Kicinski4-0/+21
2018-03-28nfp: bpf: add helper for basic map call checksJakub Kicinski1-15/+25
2018-03-28nfp: bpf: add helper for validating stack pointersJakub Kicinski3-27/+50
2018-03-28nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski1-3/+3
2018-03-28nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang2-0/+145
2018-03-28nfp: bpf: support unaligned read offsetJiong Wang1-3/+70
2018-03-28nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang3-2/+88
2018-03-26nfp: flower: implement ip fragmentation match offloadPieter Jansen van Vuuren3-0/+30
2018-03-26nfp: flower: refactor shared ip header in match offloadPieter Jansen van Vuuren2-42/+38
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-03-24nfp: bpf: fix check of program max insn countJakub Kicinski1-1/+5
2018-02-22nfp: advertise firmware for mixed 10G/25G modeDirk van der Merwe1-0/+1
2018-02-22nfp: add Makefiles to all directoriesJakub Kicinski5-0/+10
2018-02-16nfp: flower: implement tcp flag match offloadPieter Jansen van Vuuren4-2/+64
2018-02-16nfp: standardize FW header whitespaceMichael Rapson1-140/+140
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2018-02-08nfp: populate MODULE_VERSIONJakub Kicinski1-0/+1
2018-02-08nfp: limit the number of TSO segmentsJakub Kicinski2-1/+6
2018-02-08nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski7-21/+33
2018-02-08nfp: don't advertise hw-tc-offload on non-port netdevsJakub Kicinski1-1/+1
2018-02-08nfp: bpf: require ETH tableJakub Kicinski1-0/+12
2018-02-08nfp: bpf: fix immed relocation for larger offsetsJakub Kicinski1-1/+1
2018-02-06nfp: fix kdoc warnings on nested structuresJakub Kicinski5-49/+55