summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-09-23sfp: move module eeprom ethtool access into netdev core ethtoolRussell King
2017-09-23phy: fixed-phy: remove fixed_phy_update_state()Russell King
2017-09-23phylink: add module EEPROM supportRussell King
2017-09-23sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King
2017-09-23phylink: add phylink infrastructureRussell King
2017-09-23net: phy: provide a hook for link up/link down eventsRussell King
2017-09-23net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King
2017-09-23net: phy: split out PHY speed and duplex string generationRussell King
2017-09-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel
2017-08-31Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-31Merge tag 'for-4.13/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-08-31include/linux/compiler.h: don't perform compiletime_assert with -O0Joe Stringer
2017-08-31mm/mmu_notifier: kill invalidate_pageJérôme Glisse
2017-08-31dax: update to new mmu_notifier semanticJérôme Glisse
2017-08-30Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-30net/mlx5: Remove the flag MLX5_INTERFACE_STATE_SHUTDOWNHuy Nguyen
2017-08-30net/mlx5: Skip mlx5_unload_one if mlx5_load_one failsHuy Nguyen
2017-08-30Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe
2017-08-30nvme: fix the definition of the doorbell buffer config support bitChangpeng Liu
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-08-29Revert "libata: quirk read log on no-name M.2 SSD"Tejun Heo
2017-08-29libata: check for trusted computing in IDENTIFY DEVICE dataChristoph Hellwig
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming
2017-08-28cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo
2017-08-28ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-08-28libata: quirk read log on no-name M.2 SSDChristoph Hellwig
2017-08-28libnvdimm: clean up command definitionsDan Williams
2017-08-28dm: fix printk() rate limiting codeBart Van Assche
2017-08-27Merge tag 'iommu-fixes-v4.13-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-27Merge tag 'staging-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-08-27Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca
2017-08-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet
2017-08-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-08-24Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-24pty: Repair TIOCGPTPEEREric W. Biederman
2017-08-24IB/core: Avoid accessing non-allocated memory when inferring port typeNoa Osherovich
2017-08-24bsg-lib: fix kernel panic resulting from missing allocation of reply-bufferBenjamin Block
2017-08-23net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli
2017-08-23Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds
2017-08-23Revert "loop: support 4k physical blocksize"Omar Sandoval
2017-08-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2017-08-22ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov