summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams2017-01-111-0/+4
| * ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren2017-01-113-0/+19
| * bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko2017-01-112-2/+2
| * mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDERMichal Hocko2017-01-111-2/+2
| * dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler2017-01-113-19/+38
| * mm: add follow_pte_pmd()Ross Zwisler2017-01-112-7/+32
| * mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c...Aneesh Kumar K.V2017-01-111-19/+2Star
| * dax: fix deadlock with DAX 4k holesRoss Zwisler2017-01-111-1/+1
| * MAINTAINERS: remove duplicate bug filling descriptionVlastimil Babka2017-01-111-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-1131-121/+243
|\ \
| * | net: vrf: do not allow table id 0David Ahern2017-01-111-0/+2
| * | net: phy: marvell: fix Marvell 88E1512 used in SGMII modeRussell King2017-01-111-1/+2
| * | sctp: Fix spelling mistake: "Atempt" -> "Attempt"Colin Ian King2017-01-111-1/+1
| * | net: ipv4: Fix multipath selection with vrfDavid Ahern2017-01-112-2/+9
| * | cgroup: move CONFIG_SOCK_CGROUP_DATA to init/KconfigArnd Bergmann2017-01-112-4/+4
| * | gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-01-111-2/+3
| * | Merge branch 'mlx5-fixes'David S. Miller2017-01-114-44/+75
| |\ \
| | * | net/mlx5: Only cancel recovery work when cleaning up deviceDaniel Jurgens2017-01-111-2/+4
| | * | net/mlx5e: Remove WARN_ONCE from adaptive moderation codeGil Rockah2017-01-111-6/+1Star
| | * | net/mlx5e: Un-register uplink representor on nic_disableSaeed Mahameed2017-01-111-7/+6Star
| | * | net/mlx5e: Properly handle FW errors while adding TC rulesOr Gerlitz2017-01-111-7/+11
| | * | net/mlx5e: Fix kbuild warnings for uninitialized parametersHadar Hen Zion2017-01-111-2/+2
| | * | net/mlx5e: Set inline mode requirements for matching on IP fragmentsOr Gerlitz2017-01-111-0/+4
| | * | net/mlx5e: Properly get address type of encapsulation IP headersOr Gerlitz2017-01-111-4/+9
| | * | net/mlx5e: TC ipv4 tunnel encap offload error flow fixesOr Gerlitz2017-01-111-8/+8
| | * | net/mlx5e: Warn when rejecting offload attempts of IP tunnelsOr Gerlitz2017-01-111-6/+24
| | * | net/mlx5e: Properly handle offloading of source udp port for IP tunnelsOr Gerlitz2017-01-111-4/+8
| |/ /
| * | gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu2017-01-112-2/+8
| * | gro: Enter slow-path if there is no tailroomHerbert Xu2017-01-111-1/+2
| * | mlx4: Return EOPNOTSUPP instead of ENOTSUPPMartin KaFai Lau2017-01-111-1/+1
| * | net/af_iucv: don't use paged skbs for TX on HiperSocketsJulian Wiedmann2017-01-111-11/+14
| * | net: add the AF_QIPCRTR entries to family name tablesAnna, Suman2017-01-111-3/+3
| * | net: qrtr: Mark 'buf' as little endianStephen Boyd2017-01-111-2/+2
| * | net: dsa: Ensure validity of dst->ds[0]Florian Fainelli2017-01-111-4/+7
| * | net: skb_flow_get_be16() can be staticEric Dumazet2017-01-101-2/+2
| * | Merge branch 'r8152-fix-autosuspend'David S. Miller2017-01-101-16/+64
| |\ \
| | * | r8152: fix rx issue for runtime suspendhayeswang2017-01-101-3/+28
| | * | r8152: split rtl8152_suspend functionhayeswang2017-01-101-17/+40
| |/ /
| * | net: socket: Make unnecessarily global sockfs_setattr() staticTobias Klauser2017-01-101-1/+1
| * | Merge tag 'wireless-drivers-for-davem-2017-01-10' of git://git.kernel.org/pub...David S. Miller2017-01-104-21/+31
| |\ \
| | * | rtlwifi: rtl_usb: Fix missing entry in USB driver's private dataLarry Finger2016-12-301-0/+1
| | * | orinoco: Use shash instead of ahash for MIC calculationsAndrew Lutomirski2016-12-303-21/+30
| * | | tcp: do not export tcp_peer_is_proven()Eric Dumazet2017-01-091-1/+0Star
| * | | net: phy: Add Meson GXL PHY hardware dependencyJean Delvare2017-01-091-0/+1
| * | | net/appletalk: Fix kernel memory disclosureVlad Tsyrklevich2017-01-091-1/+1
| * | | ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned intPavel Tikhomirov2017-01-091-1/+1
| * | | ipv6: fix typosAlexander Alemayhu2017-01-091-2/+2
| * | | phy state machine: failsafe leave invalid RUNNING stateZefir Kurtisi2017-01-091-0/+9
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-01-111-1/+2
|\ \ \ \
| * | | | crypto: aesni - Fix failure when built-in with modular pcbcHerbert Xu2016-12-301-1/+2