summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-16seg6: fix skb transport_header after decap_and_validate()Andrea Mayer1-0/+6
2019-11-16seg6: fix srh pointer in get_srh()Andrea Mayer1-0/+5
2019-11-16net: stmmac: Use the correct style for SPDX License IdentifierNishad Kamdar3-3/+3
2019-11-16octeontx2-af: Use the correct style for SPDX License IdentifierNishad Kamdar9-18/+18
2019-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-86/+133
2019-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-0/+11
2019-11-16mm/debug.c: PageAnon() is true for PageKsm() pagesRalph Campbell1-3/+3
2019-11-16mm/debug.c: __dump_page() prints an extra lineRalph Campbell1-12/+15
2019-11-16mm/page_io.c: do not free shared swap slotsVinayak Menon1-3/+3
2019-11-16mm/memory_hotplug: fix try_offline_node()David Hildenbrand3-16/+64
2019-11-16mm,thp: recheck each page before collapsing file THPSong Liu1-12/+16
2019-11-16mm: slub: really fix slab walking for init_on_freeLaura Abbott1-30/+9
2019-11-16mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin1-1/+1
2019-11-16mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin1-1/+1
2019-11-16lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin1-0/+1
2019-11-16mm: fix trying to reclaim unevictable lru page when calling madvise_pageoutzhong jiang1-4/+12
2019-11-16mm: mempolicy: fix the wrong return value and potential pages leak of mbindYang Shi1-5/+9
2019-11-16Input: synaptics - enable RMI mode for X1 Extreme 2nd GenerationLyude Paul1-0/+1
2019-11-16netfilter: nf_tables: add nft_unregister_flowtable_hook()Pablo Neira Ayuso1-10/+14
2019-11-16netfilter: nf_tables: check if bind callback fails and unbind if hook registr...wenxu1-3/+11
2019-11-16netfilter: nf_tables_offload: undo updates if transaction failsPablo Neira Ayuso2-1/+64
2019-11-16netfilter: nf_tables_offload: release flow_rule on error from commit pathPablo Neira Ayuso1-5/+21
2019-11-16netfilter: nf_tables_offload: remove reference to flow rule from deletion pathPablo Neira Ayuso1-2/+1
2019-11-16netfilter: nf_flow_table: remove unnecessary parameter in flow_offload_fill_dirwenxu1-4/+4
2019-11-16netfilter: nf_flow_table_offload: Fix check ndo_setup_tc when setup_blockwenxu1-0/+3
2019-11-16netfilter: Support iif matches in POSTROUTINGPhil Sutter4-6/+6
2019-11-16netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso5-11/+127
2019-11-16netfilter: nf_flow_table_offload: add flow_action_entry_next() and use itPablo Neira Ayuso1-38/+38
2019-11-16netfilter: nft_meta: use 64-bit time arithmeticArnd Bergmann1-5/+5
2019-11-16netfilter: xt_time: use time64_tArnd Bergmann1-8/+11
2019-11-16Merge tag 'for-linus-20191115' of git://git.kernel.dk/linux-blockLinus Torvalds5-17/+59
2019-11-15Merge branch 'ptp-Validate-the-ancillary-ioctl-flags-more-carefully'David S. Miller11-8/+156
2019-11-15ptp: Extend the test program to check the external time stamp flags.Richard Cochran1-2/+51
2019-11-15mlx5: Reject requests to enable time stamping on both edges.Richard Cochran1-0/+6
2019-11-15igb: Reject requests that fail to enable time stamping on both edges.Richard Cochran1-0/+6
2019-11-15dp83640: Reject requests to enable time stamping on both edges.Richard Cochran1-0/+7
2019-11-15mv88e6xxx: Reject requests to enable time stamping on both edges.Richard Cochran1-0/+6
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran7-6/+15
2019-11-15renesas: reject unsupported external timestamp flagsJacob Keller1-0/+6
2019-11-15mlx5: reject unsupported external timestamp flagsJacob Keller1-0/+6
2019-11-15igb: reject unsupported external timestamp flagsJacob Keller1-0/+6
2019-11-15dp83640: reject unsupported external timestamp flagsJacob Keller1-0/+5
2019-11-15mv88e6xxx: reject unsupported external timestamp flagsJacob Keller1-0/+6
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller7-0/+27
2019-11-15ptp: Validate requests to enable time stamping of external signals.Richard Cochran2-5/+14
2019-11-15tun: fix data-race in gro_normal_list()Petar Penkov1-2/+2
2019-11-15selftests: net: tcp_mmap should create detached threadsEric Dumazet1-1/+6
2019-11-15net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang1-14/+8
2019-11-15net: ep93xx_eth: fix mismatch of request_mem_region in removeChuhong Yuan1-2/+3
2019-11-15Merge branch 'DSA-driver-for-Vitesse-Felix-switch'David S. Miller19-599/+2043