summaryrefslogtreecommitdiffstats
path: root/fs/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-17net: hns3: add support ethtool extended link stateGuangbin Huang5-0/+101
2021-08-17net: hns3: add header file hns3_ethtoo.hGuangbin Huang2-15/+26
2021-08-17ethtool: add two link extended substates of bad signal integrityGuangbin Huang1-0/+2
2021-08-17docs: ethtool: Add two link extended substates of bad signal integrityGuangbin Huang1-0/+8
2021-08-16bonding: improve nl error msg when device can't be enslaved because of IFF_MA...Antoine Tenart1-1/+1
2021-08-16net: bridge: mcast: account for ipv6 size when dumping querier stateNikolay Aleksandrov1-1/+7
2021-08-16net: bridge: mcast: drop sizeof for nest attribute's zero sizeNikolay Aleksandrov1-1/+1
2021-08-16net: bridge: mcast: don't dump querier state if snooping is disabledNikolay Aleksandrov1-0/+4
2021-08-16net: stmmac: add ethtool per-queue irq statistic supportVijayakannan Ayyathurai3-0/+6
2021-08-16net: stmmac: add ethtool per-queue statistic frameworkVijayakannan Ayyathurai3-1/+80
2021-08-16net: stmmac: fix INTR TBU status affecting irq count statisticVoon Weifeng1-2/+3
2021-08-16net: dsa: sja1105: reorganize probe, remove, setup and teardown orderingVladimir Oltean1-198/+199
2021-08-16r8169: rename rtl_csi_access_enable to rtl_set_aspm_entry_latencyHeiner Kallweit1-4/+7
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean8-254/+329
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean4-38/+9
2021-08-16s390/net: replace in_irq() with in_hardirq()Changbin Du2-2/+2
2021-08-16net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versaVladimir Oltean1-4/+4
2021-08-16ptp: ocp: don't allow on S390Randy Dunlap1-0/+1
2021-08-16af_unix: check socket state when queuing OOBRao Shoaib1-2/+9
2021-08-16net: phy: marvell: Add WAKE_PHY support to WOL eventSong Yoong Siang1-3/+36
2021-08-16net: pcs: xpcs: Add Pause Mode support for SGMII and 2500BaseXWong Vee Khee1-0/+4
2021-08-16samples: pktgen: add missing IPv6 option to pktgen scriptsJuhee Kang2-10/+14
2021-08-16samples: pktgen: pass the environment variable of normal user to sudoJuhee Kang1-1/+1
2021-08-16dt-bindings: net: Add the properties for ipq4019 MDIOLuo Jie1-1/+14
2021-08-16MDIO: Kconfig: Specify more IPQ chipset supportedLuo Jie2-1/+2
2021-08-16net: mdio: Add the reset function for IPQ MDIO driverLuo Jie2-0/+44
2021-08-14MAINTAINERS: Remove the ipx network layer infoCai Huoqing1-5/+0
2021-08-14net: Remove net/ipx.h and uapi/linux/ipx.h header filesCai Huoqing2-258/+0
2021-08-14net: ipa: don't hold clock reference while netdev openAlex Elder1-2/+10
2021-08-14net: ipa: don't stop TX on suspendAlex Elder1-2/+0
2021-08-14net: ipa: ensure hardware has power in ipa_start_xmit()Alex Elder1-1/+29
2021-08-14net: ipa: re-enable transmit in PM WQ contextAlex Elder1-2/+28
2021-08-14net: ipa: distinguish system from runtime suspendAlex Elder1-7/+31
2021-08-14net: ipa: enable wakeup in ipa_power_setup()Alex Elder3-7/+14
2021-08-14net: bridge: vlan: dump mcast ctx querier stateNikolay Aleksandrov2-1/+5
2021-08-14net: bridge: mcast: dump ipv6 querier stateNikolay Aleksandrov2-4/+35
2021-08-14net: bridge: mcast: dump ipv4 querier stateNikolay Aleksandrov5-1/+92
2021-08-14net: bridge: mcast: consolidate querier selection for ipv4 and ipv6Nikolay Aleksandrov1-38/+29
2021-08-14net: bridge: mcast: make sure querier port/address updates are consistentNikolay Aleksandrov2-21/+54
2021-08-14net: bridge: mcast: record querier port device ifindex instead of pointerNikolay Aleksandrov2-8/+13
2021-08-14net: hns3: remove always exist devlink pointer checkLeon Romanovsky2-14/+2
2021-08-14devlink: Clear whole devlink_flash_notify structLeon Romanovsky1-2/+2
2021-08-14devlink: Use xarray to store devlink instancesLeon Romanovsky2-22/+50
2021-08-14devlink: Count struct devlink consumersLeon Romanovsky2-35/+172
2021-08-14devlink: Remove check of always valid devlink pointerLeon Romanovsky1-56/+38
2021-08-14devlink: Simplify devlink_pernet_pre_exit callLeon Romanovsky1-10/+10
2021-08-14selftests: mptcp: add testcase for active-backPaolo Abeni1-31/+187
2021-08-14mptcp: backup flag from incoming MPJ ack optionPaolo Abeni1-2/+4
2021-08-14mptcp: add mibs for stale subflows processingPaolo Abeni5-0/+8
2021-08-14mptcp: faster active backup recoveryPaolo Abeni6-5/+100