summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: minimal: Add validation for FW versionVadim Pasternak2019-10-061-0/+30
* mlxsw: core: Push minor/subminor fw version check into helperVadim Pasternak2019-10-063-3/+16
* mlxsw: thermal: Provide optimization for QSFP modules number detectionVadim Pasternak2019-10-061-21/+16
* mlxsw: hwmon: Provide optimization for QSFP modules number detectionVadim Pasternak2019-10-061-35/+29
* mlxsw: reg: Extend MGPIR register with new field exposing the number of QSFP ...Vadim Pasternak2019-10-063-3/+12
* Merge branch 'netdevsim-allow-to-test-reload-failures'David S. Miller2019-10-063-0/+46
|\
| * selftests: test netdevsim reload forbid and failJiri Pirko2019-10-061-0/+24
| * netdevsim: add couple of debugfs bools to debug devlink reloadJiri Pirko2019-10-062-0/+22
|/
* Merge branch 'net-genetlink-parse-attrs-for-dumpit-callback'David S. Miller2019-10-0611-225/+243
|\
| * devlink: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-32/+6
| * net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko2019-10-062-21/+0
| * net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com...Jiri Pirko2019-10-063-17/+15
| * net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-064-18/+9
| * net: nfc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-12/+5
| * net: ieee802154: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-25/+14
| * net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko2019-10-062-17/+26
| * net: genetlink: push attrbuf allocation and parsing to a separate functionJiri Pirko2019-10-061-22/+45
| * net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko2019-10-062-9/+52
| * net: genetlink: push doit/dumpit code from genl_family_rcv_msgJiri Pirko2019-10-061-77/+96
|/
* openvswitch: Allow attaching helper in later commitYi-Hung Wei2019-10-061-8/+13
* Merge branch 'create-netdevsim-instances-in-namespace'David S. Miller2019-10-067-4/+97
|\
| * selftests: test creating netdevsim inside network namespaceJiri Pirko2019-10-062-1/+78
| * netdevsim: create devlink and netdev instances in namespaceJiri Pirko2019-10-063-0/+5
| * net: devlink: export devlink net setterJiri Pirko2019-10-062-3/+14
|/
* Merge branch 'net-tls-add-ctrl-path-tracing-and-statistics'David S. Miller2019-10-0613-15/+425
|\
| * net/tls: add TlsDeviceRxResync statisticJakub Kicinski2019-10-064-0/+6
| * net/tls: add TlsDecryptError statJakub Kicinski2019-10-064-0/+10
| * net/tls: add statistics for installed sessionsJakub Kicinski2019-10-064-4/+49
| * net/tls: add skeleton of MIB statisticsJakub Kicinski2019-10-068-1/+110
| * net/tls: add device decrypted trace pointJakub Kicinski2019-10-062-0/+38
| * net/tls: add tracing for device/offload eventsJakub Kicinski2019-10-066-11/+213
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-05367-2656/+4093
|\
| * Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-10-0515-86/+41
| |\
| | * kheaders: make headers archive reproducibleDmitry Goldin2019-10-052-5/+13
| | * kbuild: update compile-test header list for v5.4-rc2Masahiro Yamada2019-10-051-10/+0
| | * kbuild: two minor updates for Documentation/kbuild/modules.rstMasahiro Yamada2019-10-051-2/+2
| | * scripts/setlocalversion: clear local variable to make it work for shMasahiro Yamada2019-10-051-1/+1
| | * namespace: fix namespace.pl script to support relative pathsJacob Keller2019-10-051-6/+7
| | * video/logo: do not generate unneeded logo C filesMasahiro Yamada2019-10-051-19/+2
| | * video/logo: remove unneeded *.o pattern from clean-filesMasahiro Yamada2019-10-051-1/+1
| | * integrity: remove pointless subdir-$(CONFIG_...)Masahiro Yamada2019-10-051-2/+0
| | * integrity: remove unneeded, broken attempt to add -fshort-wcharMasahiro Yamada2019-10-051-1/+0
| | * modpost: fix static EXPORT_SYMBOL warnings for UML buildMasahiro Yamada2019-10-011-4/+9
| | * kbuild: correct formatting of header in kbuild module docsAlex Gaynor2019-10-011-1/+2
| | * kbuild: remove SUBDIRS supportMasahiro Yamada2019-10-011-18/+2
| | * kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada2019-10-016-17/+3
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-10-0515-80/+193
| |\ \
| | * | scsi: qla2xxx: Fix Nport ID display valueQuinn Tran2019-09-241-3/+4
| | * | scsi: qla2xxx: Fix N2N link up failQuinn Tran2019-09-242-4/+4
| | * | scsi: qla2xxx: Fix N2N link resetQuinn Tran2019-09-244-34/+103