summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-11-11net: phy: add macros for PHYID matchingHeiner Kallweit1-0/+4
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit1-3/+0
2018-11-11net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit1-5/+2
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-3/+2
2018-11-11dmaengine: sa11x0: unexport sa11x0_dma_filter_fn and clean upRussell King1-24/+0
2018-11-11dmaengine: sh: convert to SPDX identifiersKuninori Morimoto1-5/+2
2018-11-11bpf: Allow narrow loads with offset > 0Andrey Ignatov1-15/+1
2018-11-11bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet1-2/+2
2018-11-11bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2-2/+2
2018-11-11bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2-5/+1
2018-11-11bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2-2/+2
2018-11-11bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2-7/+1
2018-11-11bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet1-0/+1
2018-11-11bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet1-1/+2
2018-11-10Merge tag 'drm-fixes-2018-11-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+9
2018-11-10ide: don't use req->specialChristoph Hellwig1-0/+1
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+7
2018-11-10net: phy: leds: Don't make our own link speed namesKyle Roeschley1-1/+1
2018-11-10net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit1-5/+5
2018-11-10ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar1-0/+2
2018-11-10ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar2-0/+43
2018-11-10block: remove the BLKPREP_* values.Christoph Hellwig1-10/+0
2018-11-10scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig1-1/+1
2018-11-10scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig2-2/+3
2018-11-10ide: cleanup ->prep_rq calling conventionChristoph Hellwig1-1/+1
2018-11-10Merge tag 'ceph-for-4.20-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds1-7/+1
2018-11-10power: supply: core: Add some helpers to use the battery OCV capacity tableBaolin Wang1-0/+19
2018-11-10power: supply: core: Add one field to present the battery internal resistanceBaolin Wang1-0/+1
2018-11-10Merge tag 'kfree_validate_v7-for-4.20' of git://git.kernel.org/pub/scm/linux/...Rob Herring1-5/+16
2018-11-10of/pdt: Remove unused of_pdt_build_more function ptrRob Herring1-2/+0
2018-11-09USB: remove the unused struct hcd_timeout definitionChristoph Hellwig1-5/+0
2018-11-09block: remove req->timeout_listChristoph Hellwig1-2/+0
2018-11-09serial: core: Include console.h from serial_core.hDouglas Anderson1-0/+1
2018-11-09serial: core: Allow processing sysrq at port unlock timeDouglas Anderson1-1/+36
2018-11-09writeback: don't decrement wb->refcnt if !wb->bdiAnders Roxell1-0/+8
2018-11-09can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to can_rx_offload_...Oleksij Rempel1-1/+2
2018-11-09can: rx-offload: introduce can_rx_offload_get_echo_skb() and can_rx_offload_q...Oleksij Rempel1-0/+4
2018-11-09can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_s...Marc Kleine-Budde1-0/+1
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds8-6/+30
2018-11-09xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal1-0/+1
2018-11-09xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal1-0/+1
2018-11-09xfrm: policy: store inexact policies in an rhashtableFlorian Westphal2-0/+3
2018-11-09{nl,mac}80211: add rssi to mesh candidatesBob Copeland1-1/+2
2018-11-09{nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfBob Copeland2-1/+12
2018-11-09{nl,mac}80211: report gate connectivity in station infoBob Copeland3-0/+8
2018-11-09mac80211: allow hardware scan to fall back to softwareJohannes Berg1-0/+5
2018-11-09mac80211: allow drivers to use peer measurement APIJohannes Berg1-0/+7
2018-11-09cfg80211: add peer measurement with FTM initiator APIJohannes Berg2-0/+681
2018-11-09netlink: add nl_set_extack_cookie_u64()Johannes Berg1-0/+9
2018-11-09bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande1-0/+4