summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mlxsw: Move "used_kvd_sizes" check to mlxsw_pci_config_profileJiri Pirko2018-04-013-6/+4
| | * | mlxsw: core: Fix arg name of MLXSW_CORE_RES_VALID and MLXSW_CORE_RES_GETJiri Pirko2018-04-011-4/+4
| | * | mlxsw: remove kvd_hash_granularity from config profile structJiri Pirko2018-04-012-4/+2
| | * | mlxsw: spectrum: Change KVD linear parts from list to arrayJiri Pirko2018-04-011-143/+92
| | * | mlxsw: Constify devlink_resource_opsJiri Pirko2018-04-012-4/+4
| | * | mlxsw: spectrum_kvdl: Fix handling of resource_size_paramJiri Pirko2018-04-011-33/+14
| | * | mlxsw: spectrum_acl: Fix flex actions header ifndef define constructJiri Pirko2018-04-011-2/+2
| |/ /
| * | Merge branch 'chelsio-inline-tls'David S. Miller2018-03-3122-26/+6295
| |\ \
| | * | crypto: chtls - Makefile KconfigAtul Gupta2018-03-313-0/+16
| | * | crypto: chtls - Program the TLS session KeyAtul Gupta2018-03-311-0/+412
| | * | crypto: chtls - Inline TLS record RxAtul Gupta2018-03-312-1/+602
| | * | crypto: chtls - Inline TLS record TxAtul Gupta2018-03-312-0/+1224
| | * | crypto : chtls - CPL handler definitionAtul Gupta2018-03-312-0/+2127
| | * | crypto: chtls - Register chtls with net tlsAtul Gupta2018-03-311-0/+575
| | * | crypto: chtls - structure and macro for Inline TLSAtul Gupta2018-03-312-0/+685
| | * | crypto: chcr - Inline TLS Key MacrosAtul Gupta2018-03-312-1/+96
| | * | cxgb4: LLD driver changes to support TLSAtul Gupta2018-03-313-15/+131
| | * | cxgb4: Inline TLS FW InterfaceAtul Gupta2018-03-313-6/+283
| | * | ethtool: enable Inline TLS in HWAtul Gupta2018-03-312-0/+3
| | * | tls: support for Inline tls recordAtul Gupta2018-03-312-4/+142
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-3177-399/+4265
| |\ \
| | * \ Merge branch 'bpf-cgroup-bind-connect'Daniel Borkmann2018-03-3133-132/+2314
| | |\ \
| | | * | selftests/bpf: Selftest for sys_bind post-hooks.Andrey Ignatov2018-03-313-1/+493
| | | * | bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-316-30/+195
| | | * | selftests/bpf: Selftest for sys_connect hooksAndrey Ignatov2018-03-318-4/+284
| | | * | bpf: Hooks for sys_connectAndrey Ignatov2018-03-3113-1/+202
| | | * | net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov2018-03-314-28/+52
| | | * | selftests/bpf: Selftest for sys_bind hooksAndrey Ignatov2018-03-314-1/+517
| | | * | bpf: Hooks for sys_bindAndrey Ignatov2018-03-3110-8/+366
| | | * | libbpf: Support expected_attach_type at prog loadAndrey Ignatov2018-03-315-46/+133
| | | * | bpf: Check attach type at prog load timeAndrey Ignatov2018-03-318-29/+88
| | |/ /
| | * | Merge branch 'bpf-sockmap-sg-api-fixes'Daniel Borkmann2018-03-303-13/+27
| | |\ \
| | | * | bpf: sockmap: initialize sg table entries properlyPrashant Bhole2018-03-301-5/+8
| | | * | lib/scatterlist: add sg_init_marker() helperPrashant Bhole2018-03-302-8/+19
| | |/ /
| | * | Merge branch 'bpf-sockmap-ingress'Daniel Borkmann2018-03-308-37/+430
| | |\ \
| | | * | bpf: sockmap, more BPF_SK_SKB_STREAM_VERDICT testsJohn Fastabend2018-03-303-4/+60
| | | * | bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-303-19/+78
| | | * | bpf: sockmap, add BPF_F_INGRESS testsJohn Fastabend2018-03-303-11/+87
| | | * | bpf: sockmap redirect ingress supportJohn Fastabend2018-03-305-5/+207
| | |/ /
| | * | Merge branch 'nfp-bpf-updates'Alexei Starovoitov2018-03-2810-80/+771
| | |\ \
| | | * | nfp: bpf: improve wrong FW response warningsJakub Kicinski2018-03-281-6/+6
| | | * | nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski2018-03-286-2/+47
| | | * | nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski2018-03-285-15/+88
| | | * | nfp: bpf: expose command delay slotsJakub Kicinski2018-03-281-29/+24
| | | * | nfp: bpf: add basic support for atomic addsJakub Kicinski2018-03-286-3/+212
| | | * | bpf: add parenthesis around argument of BPF_LDST_BYTES()Jakub Kicinski2018-03-281-1/+1
| | | * | nfp: bpf: add map deletes from the datapathJakub Kicinski2018-03-284-0/+17
| | | * | nfp: bpf: add map updates from the datapathJakub Kicinski2018-03-284-0/+21
| | | * | nfp: bpf: add helper for basic map call checksJakub Kicinski2018-03-281-15/+25
| | | * | nfp: bpf: add helper for validating stack pointersJakub Kicinski2018-03-283-27/+50