Age | Commit message (Expand) | Author |
2019-12-07 | inet: protect against too small mtu values. | Eric Dumazet |
2019-12-06 | tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE() | Guillaume Nault |
2019-12-06 | tcp: tighten acceptance of ACKs not matching a child socket | Guillaume Nault |
2019-12-06 | tcp: fix rejected syncookies due to stale timestamps | Guillaume Nault |
2019-12-06 | net: core: rename indirect block ingress cb function | John Hurley |
2019-12-04 | net: Fixed updating of ethertype in skb_mpls_push() | Martin Varghese |
2019-12-04 | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup | Sabrina Dubroca |
2019-12-04 | net: ipv6: add net argument to ip6_dst_lookup_flow | Sabrina Dubroca |
2019-12-03 | cls_flower: Fix the behavior using port ranges with hw-offload | Yoshiki Komachi |
2019-12-02 | Fixed updating of ethertype in function skb_mpls_pop | Martin Varghese |
2019-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2019-12-01 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2019-12-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2019-12-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds |
2019-12-01 | Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-12-01 | Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds |
2019-12-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid... | Linus Torvalds |
2019-12-01 | Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds |
2019-12-01 | Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds |
2019-12-01 | Merge tag 'backlight-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2019-12-01 | Merge tag 'leds-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav... | Linus Torvalds |
2019-12-01 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2019-12-01 | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/... | Linus Torvalds |
2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-12-01 | mm/memory_hotplug.c: remove __online_page_set_limits() | Souptick Joarder |
2019-12-01 | mm: fix struct member name in function comments | Hao Lee |
2019-12-01 | hugetlb: remove unused hstate in hugetlb_fault_mutex_hash() | Wei Yang |
2019-12-01 | hugetlbfs: convert macros to static inline, fix sparse warning | Mike Kravetz |
2019-12-01 | hugetlbfs: hugetlb_fault_mutex_hash() cleanup | Mike Kravetz |
2019-12-01 | mm: support memblock alloc on the exact node for sparse_buffer_init() | Yunfeng Ye |
2019-12-01 | mm: vmscan: enforce inactive:active ratio at the reclaim root | Johannes Weiner |
2019-12-01 | mm: vmscan: detect file thrashing at the reclaim root | Johannes Weiner |
2019-12-01 | mm: vmscan: harmonize writeback congestion tracking for nodes & memcgs | Johannes Weiner |
2019-12-01 | mm: clean up and clarify lruvec lookup procedure | Johannes Weiner |
2019-12-01 | include/linux/mmzone.h: fix comment for ISOLATE_UNMAPPED macro | Hao Lee |
2019-12-01 | mm, pcpu: make zone pcp updates and reset internal to the mm | Mel Gorman |
2019-12-01 | mm/page_alloc: add alloc_contig_pages() | Anshuman Khandual |
2019-12-01 | kasan: support backing vmalloc space with real shadow memory | Daniel Axtens |
2019-12-01 | include/linux/memory_hotplug.h: move definitions of {set,clear}_zone_contiguous | Ben Dooks (Codethink) |
2019-12-01 | mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINE | David Hildenbrand |
2019-12-01 | mm/memory_hotplug: remove __online_page_free() and __online_page_increment_co... | David Hildenbrand |
2019-12-01 | mm/memory_hotplug: export generic_online_page() | David Hildenbrand |
2019-12-01 | mm, soft-offline: convert parameter to pfn | Naoya Horiguchi |
2019-12-01 | bpf: Avoid setting bpf insns pages read-only when prog is jited | Daniel Borkmann |
2019-12-01 | mm/memory.c: fix a huge pud insertion race during faulting | Thomas Hellstrom |
2019-12-01 | mm: move the backup x_devmap() functions to asm-generic/pgtable.h | Thomas Hellstrom |
2019-12-01 | asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDED | Vineet Gupta |
2019-12-01 | asm-generic/tlb: stub out pmd_free_tlb() if nopmd | Vineet Gupta |
2019-12-01 | asm-generic/tlb: stub out p4d_free_tlb() if nop4d ... | Vineet Gupta |
2019-12-01 | asm-generic/tlb: stub out pud_free_tlb() if nopud ... | Vineet Gupta |