summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-22net: aquantia: Introduce support for new firmware on AQC cardsIgor Russkikh5-4/+257
2018-01-22net: aquantia: Introduce firmware ops callbacksIgor Russkikh8-81/+101
2018-01-22net: aquantia: Change confusing no_ff_addr to more meaningful nameIgor Russkikh4-4/+9
2018-01-22net: aquantia: Remove create/destroy from hw opsIgor Russkikh3-54/+0
2018-01-22net: aquantia: Cleanup pci functions moduleIgor Russkikh7-385/+156
2018-01-22net: aquantia: Convert hw and caps structures to const static pointersIgor Russkikh2-50/+50
2018-01-22net: aquantia: Introduce new AQC devices and capabilitiesIgor Russkikh12-159/+239
2018-01-22net: aquantia: Introduce new device ids and constantsIgor Russkikh10-87/+94
2018-01-22Merge tag 'mlx5-updates-2018-01-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller15-304/+821
2018-01-22nfp: flower: prioritize stats updatesPieter Jansen van Vuuren1-11/+18
2018-01-22net: gemini: Depend on HAS_IOMEMLinus Walleij1-0/+1
2018-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller62-2226/+1241
2018-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller44-222/+1828
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller115-751/+1723
2018-01-20Merge branch 'bpf-misc-improvements'Alexei Starovoitov17-75/+347
2018-01-20bpf: move event_output to const_size_or_zero for xdp/skb as wellDaniel Borkmann1-2/+2
2018-01-20bpf: add upper complexity limit to verifier logDaniel Borkmann1-1/+2
2018-01-20bpf, x86: small optimization in alu ops with immDaniel Borkmann1-5/+30
2018-01-20bpf: restrict access to core bpf sysctlsDaniel Borkmann1-3/+43
2018-01-20bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann13-42/+24
2018-01-20bpf: add couple of test cases for div/mod by zeroDaniel Borkmann1-0/+87
2018-01-20bpf: add couple of test cases for signed extended immsDaniel Borkmann1-0/+104
2018-01-20bpf: add csum_diff helper to xdp as wellDaniel Borkmann1-0/+2
2018-01-20bpf, verifier: detect misconfigured mem, size argument pairDaniel Borkmann1-24/+55
2018-01-20samples/bpf: xdp_monitor include cpumap tracepoints in monitoringJesper Dangaard Brouer2-67/+443
2018-01-20Merge branch 'bpf-lpm-get-next-key'Daniel Borkmann2-2/+215
2018-01-20tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE mapYonghong Song1-0/+122
2018-01-20bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE mapYonghong Song1-2/+93
2018-01-20selftests: bpf: update .gitignore with missing generated filesShuah Khan1-0/+7
2018-01-20bpftool: recognize BPF_MAP_TYPE_CPUMAP mapsRoman Gushchin1-0/+1
2018-01-19Merge branch 'dsa-mv88e6xxx-ATU-VTU-irq-fixes'David S. Miller3-4/+6
2018-01-19net: dsa: mv88e6xxx: Free ATU/VTU irq only when there is chip irqAndrew Lunn1-2/+4
2018-01-19net: dsa: mv88e6xxx: Return error from irq_find_mapping()Andrew Lunn2-2/+2
2018-01-19Merge branch 'net-sched-cls-add-extack-support'David S. Miller14-92/+194
2018-01-19net: sched: cls_u32: add extack supportAlexander Aring1-14/+44
2018-01-19net: sched: cls: add extack support for tcf_change_indevAlexander Aring4-7/+11
2018-01-19net: sched: cls: add extack support for delete callbackAlexander Aring13-14/+26
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring13-32/+50
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring13-13/+20
2018-01-19net: sched: cls_api: handle generic cls errorsAlexander Aring1-11/+41
2018-01-19net: sched: cls: fix code style issuesAlexander Aring3-6/+7
2018-01-19mlxsw: spectrum: Upper-bound supported FW versionYuval Mintz1-19/+11
2018-01-19Merge branch 'nfp-devlink-capabilities-extensions-and-updates'David S. Miller19-208/+463
2018-01-19nfp: bpf: disable all ctrl vNIC capabilitiesJakub Kicinski1-1/+1
2018-01-19nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski4-0/+12
2018-01-19nfp: split reading capabilities out of nfp_net_init()Jakub Kicinski1-11/+20
2018-01-19nfp: read mailbox address from TLV capsJakub Kicinski3-10/+46
2018-01-19nfp: read ME frequency from vNIC ctrl memoryJakub Kicinski5-13/+19
2018-01-19nfp: add TLV capabilities to the BARJakub Kicinski5-3/+186
2018-01-19nfp: improve app not found messageJakub Kicinski1-1/+1