summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* dt-bindings: net: meson-dwmac: convert to yamlNeil Armstrong2019-08-223-71/+118
* dt-bindings: net: snps, dwmac: update reg minItems maxItemsNeil Armstrong2019-08-222-1/+5
* net/mlx5e: Add trace point for neigh updateVlad Buslov2019-08-211-0/+7
* net/mlx5e: Add trace point for neigh used value updateVlad Buslov2019-08-211-0/+7
* net/mlx5e: Add tc flower tracepointsDmytro Linkin2019-08-211-0/+32
* Documentation: net: mlx5: Devlink health documentation updatesAya Levin2019-08-201-2/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-1910-236/+58
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-193-48/+3
| |\
| | * net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-18/+0
| | * net: docs: replace IPX in tuntap documentationStephen Hemminger2019-08-081-2/+2
| | * docs: admin-guide: remove references to IPX and token-ringStephen Hemminger2019-08-081-28/+1
| * | Merge tag 'devicetree-fixes-for-5.3-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-08-153-15/+22
| |\ \
| | * | dt-bindings: pinctrl: stm32: Fix 'st,syscfg' schemaRob Herring2019-08-141-1/+2
| | * | dt-bindings: fec: explicitly mark deprecated propertiesSven Van Asbroeck2019-08-121-13/+17
| | * | dt-bindings: Fix generated example files getting added to schemasRob Herring2019-07-301-1/+3
| * | | Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-08-103-163/+17
| |\ \ \
| | * | | dt-bindings: riscv: fix the schema compatible string for the HiFive Unleashed...Paul Walmsley2019-08-081-1/+1
| | * | | dt-bindings: riscv: remove obsolete cpus.txtPaul Walmsley2019-08-082-162/+12
| | * | | dt-bindings: Update the riscv,isa string descriptionAtish Patra2019-08-081-0/+4
| * | | | Merge tag '5.3-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-08-081-10/+16
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | smb3: update TODO list of missing featuresSteve French2019-08-051-10/+16
| | |/ /
* | | | dt-bindings: net: mediatek: Add support for MediaTek MT7628/88 SoCStefan Roese2019-08-181-0/+1
* | | | Documentation: Add a section for devlink-trap testingIdo Schimmel2019-08-171-0/+10
* | | | Documentation: Add description of netdevsim trapsIdo Schimmel2019-08-173-0/+32
* | | | Documentation: Add devlink-trap documentationIdo Schimmel2019-08-172-0/+188
* | | | dt-bindings: net: add bindings for ADIN PHY driverAlexandru Ardelean2019-08-161-0/+73
* | | | Documentation/bindings: net: ocelot: document the PTP ready IRQAntoine Tenart2019-08-151-5/+6
* | | | Documentation/bindings: net: ocelot: document the PTP bankAntoine Tenart2019-08-151-3/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-132-0/+35
|\ \ \ \
| * | | | btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko2019-08-131-1/+1
| * | | | btf: expose BTF info through sysfsAndrii Nakryiko2019-08-131-0/+17
| * | | | bpf/flow_dissector: document flagsStanislav Fomichev2019-07-251-0/+18
* | | | | tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt2019-08-091-0/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-06117-804/+1031
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-061-6/+17
| |\ \ \ \
| | * | | | net/tls: partially revert fix transition through disconnect with closeJakub Kicinski2019-08-051-6/+0
| | * | | | Merge tag 'mlx5-fixes-2019-07-25' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-261-6/+17
| | |\ \ \ \
| | | * | | | Documentation: TLS: fix stat counters descriptionTariq Toukan2019-07-251-6/+17
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-251-0/+6
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | net/tls: fix transition through disconnect with closeJohn Fastabend2019-07-221-0/+6
| * | | | | | Merge branch 'x86/grand-schemozzle' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-062-12/+84
| |\ \ \ \ \ \
| | * | | | | | Documentation: Add swapgs description to the Spectre v1 documentationJosh Poimboeuf2019-08-031-8/+80
| | * | | | | | Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner2019-07-281817-105936/+119931
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | x86/speculation: Enable Spectre v1 swapgs mitigationsJosh Poimboeuf2019-07-091-4/+4
| * | | | | | | Merge tag 'spi-fix-v5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-08-051-1/+0
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | spi: dt-bindings: spi-controller: remove unnecessary 'maxItems: 1' from regRob Herring2019-07-101-1/+0
| * | | | | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-301-1/+1
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}Christoph Hellwig2019-07-251-1/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'usb-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-281-4/+2
| |\ \ \ \ \ \
| | * | | | | | Revert "usb: usb251xb: Add US lanes inversion dts-bindings"Lucas Stach2019-07-251-4/+2
| | |/ / / / /