aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-11/+48
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+3
2020-01-07Documentation: networking: Add stmmac to device drivers listJose Abreu1-0/+1
2020-01-07Documentation: networking: Convert stmmac documentation to RST formatJose Abreu2-401/+697
2020-01-06Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-2/+2
2020-01-05net: phylink: add support for polling MAC PCSVladimir Oltean1-1/+2
2020-01-05net: phy: add PHY_INTERFACE_MODE_10GBASERRussell King1-0/+18
2020-01-05Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds4-1/+38
2020-01-04Documentation: riscv: add patch acceptance guidelinesPaul Walmsley3-0/+37
2020-01-04kcov: fix struct layout for kcov_remote_argAndrey Konovalov1-5/+5
2020-01-03doc/net: Update git https URLs in netdev-FAQ documentationJesper Dangaard Brouer1-2/+2
2020-01-03riscv: gcov: enable gcov for RISC-VZong Li1-1/+1
2020-01-03spi: Document Octal mode as valid SPI bus widthVignesh Raghavendra1-2/+2
2020-01-02net: Correct type of tcp_syncookies sysctl.David S. Miller1-1/+1
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-14/+5
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-6/+0
2019-12-30Documentation: net: dsa: sja1105: Remove text about taprio base-time limitationVladimir Oltean1-6/+0
2019-12-27ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek1-1/+32
2019-12-27ethtool: add LINKMODES_NTF notificationMichal Kubecek1-0/+1
2019-12-27ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek1-0/+27
2019-12-27ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek1-0/+36
2019-12-27ethtool: add LINKINFO_NTF notificationMichal Kubecek1-0/+1
2019-12-27ethtool: set link settings with LINKINFO_SET requestMichal Kubecek1-2/+22
2019-12-27ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek1-2/+35
2019-12-27ethtool: provide string sets with STRSET_GET requestMichal Kubecek1-2/+73
2019-12-27ethtool: netlink bitset handlingMichal Kubecek1-0/+84
2019-12-27ethtool: introduce ethtool netlink interfaceMichal Kubecek2-0/+217
2019-12-25dt-bindings: ptp: Introduce MII time stamping devices.Richard Cochran2-0/+77
2019-12-23kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park1-7/+5
2019-12-23docs/kunit/start: Use in-tree 'kunit_defconfig'SeongJae Park1-2/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller72-134/+210
2019-12-22Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2019-12-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-8/+11
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+3
2019-12-21ext4: clarify impact of 'commit' mount optionJan Kara1-8/+11
2019-12-21Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-7/+14
2019-12-22kbuild: clarify the difference between obj-y and obj-m w.r.t. descendingMasahiro Yamada1-3/+13
2019-12-20Merge tag 'wireless-drivers-next-2019-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-0/+273
2019-12-20dt-bindings: net: dsa: qca, ar9331 switch documentationOleksij Rempel1-0/+148
2019-12-20Merge tag 'devicetree-fixes-for-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+1
2019-12-20Merge tag 'platform-drivers-x86-v5.5-2' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-5/+5
2019-12-20platform/mellanox: fix the mlx-bootctl sysfsLiming Sun1-5/+5
2019-12-18kconfig: remove ---help--- from documentationMasahiro Yamada1-4/+1
2019-12-17dt-bindings: Add missing 'properties' keyword enclosing 'snps,tso'Rob Herring1-0/+1
2019-12-17net-next: dt-binding: dwmac-mediatek: add more description for RMIIBiao Huang1-10/+23
2019-12-16Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2019-12-16Merge tag 'linux-kselftest-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds5-21/+82
2019-12-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-12-14Merge tag 'staging-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+3
2019-12-14Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-4/+6