summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | enc28j60: Convert HW related printk() to dev_printk()Andy Shevchenko2019-03-191-119/+141
* | enc28j60: Switch to dev_<level> from pr_<level>Andy Shevchenko2019-03-191-12/+17
* | enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()Andy Shevchenko2019-03-191-1/+1
* | enc28j60: Switch to use module_spi_driver() macroAndy Shevchenko2019-03-191-19/+2
* | enc28j60: Drop driver name duplication from messagesAndy Shevchenko2019-03-191-7/+6
* | enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()Andy Shevchenko2019-03-191-24/+18
* | enc28j60: Remove duplicate messagingAndy Shevchenko2019-03-191-20/+0
* | enc28j60: Use device_get_mac_address()Andy Shevchenko2019-03-191-4/+3
* | net: macb: simplify getting .driver_dataWolfram Sang2019-03-191-4/+2
* | net: pasemi: Make pasemi_mac_init_module staticYueHaibing2019-03-191-1/+1
* | net: hns3: Make hclgevf_update_link_mode staticYueHaibing2019-03-191-1/+1
* | ibmveth: Make array ibmveth_stats staticYueHaibing2019-03-191-1/+1
* | ibmvnic: Report actual backing device speed and duplex valuesMurilo Fossa Vicentini2019-03-192-17/+94
|/
* virtio_net: remove hcpu from virtnet_clean_affinityPeter Xu2019-03-191-4/+4
* s390/qeth: be drop monitor friendlyJulian Wiedmann2019-03-193-5/+6
* s390/qeth: fix race when initializing the IP address tableJulian Wiedmann2019-03-191-1/+3
* s390/qeth: don't erase configuration while probingJulian Wiedmann2019-03-192-3/+2
* mISDN: hfcpci: Test both vendor & device ID for Digium HFC4SBjorn Helgaas2019-03-191-1/+2
* vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu2019-03-191-3/+1
* net: aquantia: fix rx checksum offload for UDP/TCP over IPv6Dmitry Bogdanov2019-03-191-2/+3
* mac8390: Fix mmio access size probeFinn Thain2019-03-191-7/+12
* gtp: change NET_UDP_TUNNEL dependency to selectMatteo Croce2019-03-191-2/+2
* tun: add a missing rcu_read_unlock() in error pathEric Dumazet2019-03-161-0/+1
* tun: properly test for IFF_UPEric Dumazet2019-03-151-4/+11
* net: phy: meson-gxl: fix interrupt supportJerome Brunet2019-03-151-0/+6
* net: sis900: fix indentation issues, remove some spacesColin Ian King2019-03-151-5/+5
* drivers: net: atp: fix various indentation issuesColin Ian King2019-03-151-1/+1
* qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki2019-03-151-0/+2
* net: stmmac: fix jumbo frame sending with non-linear skbsAaro Koskinen2019-03-151-2/+4
* net: stmmac: don't set own bit too early for jumbo framesAaro Koskinen2019-03-152-8/+10
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-141-1/+1
|\
| * zram: default to lzo-rle instead of lzoDave Rodgman2019-03-141-1/+1
* | Merge tag 'acpi-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-03-144-22/+33
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'acpi-tables', 'acpi-debug', 'acpi-doc' and 'acpi-misc'Rafael J. Wysocki2019-03-143-21/+28
| |\ \ \ \ \
| | | | | * | ACPI / configfs: Mark local data structures staticAndy Shevchenko2019-03-121-3/+3
| | | | | * | ACPI / configfs: Mark local functions staticAndy Shevchenko2019-03-121-9/+10
| | | | |/ /
| | | * / / ACPI: sysfs: Prevent get_status() from returning acpi_statusRafael J. Wysocki2019-03-121-9/+12
| | | |/ /
| | * / / ACPI: tables: Simplify PPTT leaf node detectionJeremy Linton2019-03-111-0/+3
| | |/ /
| * / / ACPI / device_sysfs: Avoid OF modalias creation for removed deviceAndy Shevchenko2019-03-121-1/+5
| |/ /
* | | Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-1416-75/+81
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pm-opp' and 'pm-tools'Rafael J. Wysocki2019-03-142-3/+15
| |\ \ \ \
| | * | | | PM / OPP: Update performance state when freq == old_freqViresh Kumar2019-03-121-1/+1
| | * | | | OPP: Fix handling of multiple power domainsRajendra Nayak2019-03-111-2/+14
| * | | | | Merge branch 'pm-domains'Rafael J. Wysocki2019-03-142-5/+4
| |\ \ \ \ \
| | * | | | | PM / domains: Remove one unnecessary blank lineAisheng Dong2019-03-111-1/+0
| | * | | | | PM / Domains: Return early for all errors in _genpd_power_off()Aisheng Dong2019-03-111-3/+3
| | * | | | | PM / Domains: Improve warn for multiple states but no governorAisheng Dong2019-03-111-1/+1
| | |/ / / /
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2019-03-145-19/+14
| |\ \ \ \ \ \
| | | * | | | | cpufreq: intel_pstate: Fix up iowait_boost computationRafael J. Wysocki2019-03-121-1/+1
| | | * | | | | cpufreq: pxa2xx: remove incorrect __init annotationArnd Bergmann2019-03-071-2/+2