summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-07rtlwifi: Convert individual interrupt results to structLarry Finger
2017-12-07brcmfmac: Rename bcmerror to errIan Molton
2017-12-07brcmfmac: Remove noisy debugging.Ian Molton
2017-12-07brcmfmac: Fix asymmetric IO functions.Ian Molton
2017-12-07brcmfmac: Remove brcmf_sdiod_request_data()Ian Molton
2017-12-07brcmfmac: Remove bandaid for SleepCSRIan Molton
2017-12-07brcmfmac: Remove dead IO codeIan Molton
2017-12-07brcmfmac: Clean up brcmf_sdiod_set_sbaddr_window()Ian Molton
2017-12-07brcmfmac: Split brcmf_sdiod_regrw_helper() up.Ian Molton
2017-12-07brcmfmac: Register sizes on hardware are not dependent on compiler typesIan Molton
2017-12-07brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb()Ian Molton
2017-12-02Merge tag 'iwlwifi-next-for-kalle-2017-11-29' of git://git.kernel.org/pub/scm...Kalle Valo
2017-11-30Documentation: net: dsa: Cut set_addr() documentationLinus Walleij
2017-11-30Merge branch 'net-dst_entry-shrink'David S. Miller
2017-11-30net: Remove dst->nextDavid Miller
2017-11-30xfrm: Stop using dst->next in bundle construction.David Miller
2017-11-30net: Rearrange dst_entry layout to avoid useless padding.David Miller
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller
2017-11-30ipsec: Create and use new helpers for dst child access.David Miller
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller
2017-11-30decnet: Move dn_next into decnet route structure.David Miller
2017-11-30net: dst->rt_next is unused.David Miller
2017-11-30forcedeth: optimize the xmit with unlikelyZhu Yanjun
2017-11-30atm: mpoa: remove 32-bit timekeepingTina Ruchandani
2017-11-30atm: eni: fix several indentation issuesColin Ian King
2017-11-30openvswitch: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann
2017-11-30netxen: remove timespec usageArnd Bergmann
2017-11-30net: phy: harmonize phy_id{,_mask} data typeRichard Leitner
2017-11-30net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matchingLukas Wunner
2017-11-30net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham
2017-11-30net: thunderx: Add support for xdp redirectSunil Goutham
2017-11-29Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-11-29Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-29Merge tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-29sparc64: Fix boot on T4 and later.David S. Miller
2017-11-29vsprintf: don't use 'restricted_pointer()' when not restrictingLinus Torvalds
2017-11-29kallsyms: take advantage of the new '%px' formatLinus Torvalds
2017-11-29Merge tag 'printk-hash-pointer-4.15-rc2' of git://github.com/tcharding/linuxLinus Torvalds
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds
2017-11-29ethernet: dwmac-stm32: Fix copyrightBenjamin Gaignard
2017-11-29net: via: via-rhine: use %p to format void * address instead of %xColin Ian King
2017-11-29net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven
2017-11-29myri10ge: Update MAINTAINERSHyong-Youb Kim
2017-11-29kasan: use %px to print addresses instead of %pTobin C. Harding
2017-11-29vsprintf: add printk specifier %pxTobin C. Harding