aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-17drop_monitor: Add basic infrastructure for hardware dropsIdo Schimmel3-0/+62
2019-08-17drop_monitor: Initialize hardware per-CPU dataIdo Schimmel1-2/+23
2019-08-17drop_monitor: Move per-CPU data init/fini to separate functionsIdo Schimmel1-17/+36
2019-08-17Merge branch 'bridge-mdb'David S. Miller3-65/+142
2019-08-17net: bridge: mdb: allow add/delete for host-joined groupsNikolay Aleksandrov3-30/+80
2019-08-17net: bridge: mdb: dump host-joined entries as wellNikolay Aleksandrov1-10/+31
2019-08-17net: bridge: mdb: factor out mdb fillingNikolay Aleksandrov1-31/+37
2019-08-17net: bridge: mdb: move vlan commentsNikolay Aleksandrov1-6/+6
2019-08-17Merge branch 'net-phy-remove-genphy_config_init'David S. Miller13-90/+9
2019-08-17net: phy: remove genphy_config_initHeiner Kallweit2-52/+0
2019-08-17net: dsa: remove calls to genphy_config_initHeiner Kallweit1-5/+0
2019-08-17net: phy: remove calls to genphy_config_initHeiner Kallweit10-33/+9
2019-08-16ipvlan: set hw_enc_features like macvlanBill Sommerfeld1-0/+1
2019-08-16selftests: Fix get_ifidx and callers in nettest.cDavid Ahern1-12/+13
2019-08-16net: dsa: mv88e6xxx: check for mode change in port_setup_macMarek BehĂșn3-1/+42
2019-08-16Merge branch 'net-phy-adin-add-support-for-Analog-Devices-PHYs'David S. Miller5-0/+815
2019-08-16dt-bindings: net: add bindings for ADIN PHY driverAlexandru Ardelean2-0/+74
2019-08-16net: phy: adin: add ethtool get_stats supportAlexandru Ardelean1-0/+128
2019-08-16net: phy: adin: implement downshift configuration via phy-tunableAlexandru Ardelean1-0/+86
2019-08-16net: phy: adin: implement PHY subsystem software resetAlexandru Ardelean1-0/+26
2019-08-16net: phy: adin: add EEE translation layer from Clause 45 to Clause 22Alexandru Ardelean1-2/+66
2019-08-16net: phy: adin: add support MDI/MDIX/Auto-MDI selectionAlexandru Ardelean1-4/+113
2019-08-16net: phy: adin: make RMII fifo depth configurableAlexandru Ardelean1-0/+29
2019-08-16net: phy: adin: make RGMII internal delays configurableAlexandru Ardelean1-0/+82
2019-08-16net: phy: adin: configure RGMII/RMII/MII modes on configAlexandru Ardelean1-1/+78
2019-08-16net: phy: adin: add {write,read}_mmd hooksAlexandru Ardelean1-0/+34
2019-08-16net: phy: adin: add support for interruptsAlexandru Ardelean1-0/+36
2019-08-16net: phy: adin: hook genphy_{suspend, resume} into the driverAlexandru Ardelean1-0/+4
2019-08-16net: phy: adin: add support for Analog Devices PHYsAlexandru Ardelean4-0/+66
2019-08-15Merge branch 'mscc-PTP-support'David S. Miller6-34/+633
2019-08-15net: mscc: PTP Hardware Clock (PHC) supportAntoine Tenart3-13/+539
2019-08-15net: mscc: remove the frame_info cpuq memberAntoine Tenart2-2/+0
2019-08-15net: mscc: improve the frame header parsing readabilityAntoine Tenart1-11/+13
2019-08-15net: mscc: describe the PTP register rangeAntoine Tenart4-1/+70
2019-08-15Documentation/bindings: net: ocelot: document the PTP ready IRQAntoine Tenart1-5/+6
2019-08-15Documentation/bindings: net: ocelot: document the PTP bankAntoine Tenart1-3/+6
2019-08-15Merge branch 'qed-NVM'David S. Miller5-0/+138
2019-08-15qed: Add driver API for flashing the config attributes.Sudarsana Reddy Kalluru2-0/+69
2019-08-15qed: Add API for configuring NVM attributes.Sudarsana Reddy Kalluru3-0/+69
2019-08-15Merge tag 'linux-can-next-for-5.4-20190814' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller12-533/+579
2019-08-15page_pool: fix logic in __page_pool_get_cachedJonathan Lemon1-23/+16
2019-08-15Merge branch 'rds-next'David S. Miller5-3/+28
2019-08-15rds: check for excessive looping in rds_send_xmitAndy Grover3-1/+14
2019-08-15net/rds: Add a few missing rds_stat_names entriesGerd Rausch1-0/+2
2019-08-15RDS: don't use GFP_ATOMIC for sk_alloc in rds_createChris Mason1-1/+1
2019-08-15RDS: limit the number of times we loop in rds_send_xmitChris Mason1-1/+11
2019-08-15Merge branch 'netdevsim-implement-support-for-devlink-region-and-snapshots'David S. Miller3-2/+116
2019-08-15selftests: netdevsim: add devlink regions testsJiri Pirko1-1/+53
2019-08-15netdevsim: implement support for devlink region and snapshotsJiri Pirko2-1/+63
2019-08-15Merge branch 'selftests-netdevsim-add-devlink-paramstests'David S. Miller3-14/+84