index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-16
seg6: fix skb transport_header after decap_and_validate()
Andrea Mayer
1
-0
/
+6
2019-11-16
seg6: fix srh pointer in get_srh()
Andrea Mayer
1
-0
/
+5
2019-11-16
net: stmmac: Use the correct style for SPDX License Identifier
Nishad Kamdar
3
-3
/
+3
2019-11-16
octeontx2-af: Use the correct style for SPDX License Identifier
Nishad Kamdar
9
-18
/
+18
2019-11-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
12
-86
/
+133
2019-11-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-0
/
+11
2019-11-16
mm/debug.c: PageAnon() is true for PageKsm() pages
Ralph Campbell
1
-3
/
+3
2019-11-16
mm/debug.c: __dump_page() prints an extra line
Ralph Campbell
1
-12
/
+15
2019-11-16
mm/page_io.c: do not free shared swap slots
Vinayak Menon
1
-3
/
+3
2019-11-16
mm/memory_hotplug: fix try_offline_node()
David Hildenbrand
3
-16
/
+64
2019-11-16
mm,thp: recheck each page before collapsing file THP
Song Liu
1
-12
/
+16
2019-11-16
mm: slub: really fix slab walking for init_on_free
Laura Abbott
1
-30
/
+9
2019-11-16
mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()
Roman Gushchin
1
-1
/
+1
2019-11-16
mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
Roman Gushchin
1
-1
/
+1
2019-11-16
lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocations
Lasse Collin
1
-0
/
+1
2019-11-16
mm: fix trying to reclaim unevictable lru page when calling madvise_pageout
zhong jiang
1
-4
/
+12
2019-11-16
mm: mempolicy: fix the wrong return value and potential pages leak of mbind
Yang Shi
1
-5
/
+9
2019-11-16
Input: synaptics - enable RMI mode for X1 Extreme 2nd Generation
Lyude Paul
1
-0
/
+1
2019-11-16
netfilter: nf_tables: add nft_unregister_flowtable_hook()
Pablo Neira Ayuso
1
-10
/
+14
2019-11-16
netfilter: nf_tables: check if bind callback fails and unbind if hook registr...
wenxu
1
-3
/
+11
2019-11-16
netfilter: nf_tables_offload: undo updates if transaction fails
Pablo Neira Ayuso
2
-1
/
+64
2019-11-16
netfilter: nf_tables_offload: release flow_rule on error from commit path
Pablo Neira Ayuso
1
-5
/
+21
2019-11-16
netfilter: nf_tables_offload: remove reference to flow rule from deletion path
Pablo Neira Ayuso
1
-2
/
+1
2019-11-16
netfilter: nf_flow_table: remove unnecessary parameter in flow_offload_fill_dir
wenxu
1
-4
/
+4
2019-11-16
netfilter: nf_flow_table_offload: Fix check ndo_setup_tc when setup_block
wenxu
1
-0
/
+3
2019-11-16
netfilter: Support iif matches in POSTROUTING
Phil Sutter
4
-6
/
+6
2019-11-16
netfilter: nf_flow_table_offload: add IPv6 support
Pablo Neira Ayuso
5
-11
/
+127
2019-11-16
netfilter: nf_flow_table_offload: add flow_action_entry_next() and use it
Pablo Neira Ayuso
1
-38
/
+38
2019-11-16
netfilter: nft_meta: use 64-bit time arithmetic
Arnd Bergmann
1
-5
/
+5
2019-11-16
netfilter: xt_time: use time64_t
Arnd Bergmann
1
-8
/
+11
2019-11-16
Merge tag 'for-linus-20191115' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-17
/
+59
2019-11-15
Merge branch 'ptp-Validate-the-ancillary-ioctl-flags-more-carefully'
David S. Miller
11
-8
/
+156
2019-11-15
ptp: Extend the test program to check the external time stamp flags.
Richard Cochran
1
-2
/
+51
2019-11-15
mlx5: Reject requests to enable time stamping on both edges.
Richard Cochran
1
-0
/
+6
2019-11-15
igb: Reject requests that fail to enable time stamping on both edges.
Richard Cochran
1
-0
/
+6
2019-11-15
dp83640: Reject requests to enable time stamping on both edges.
Richard Cochran
1
-0
/
+7
2019-11-15
mv88e6xxx: Reject requests to enable time stamping on both edges.
Richard Cochran
1
-0
/
+6
2019-11-15
ptp: Introduce strict checking of external time stamp options.
Richard Cochran
7
-6
/
+15
2019-11-15
renesas: reject unsupported external timestamp flags
Jacob Keller
1
-0
/
+6
2019-11-15
mlx5: reject unsupported external timestamp flags
Jacob Keller
1
-0
/
+6
2019-11-15
igb: reject unsupported external timestamp flags
Jacob Keller
1
-0
/
+6
2019-11-15
dp83640: reject unsupported external timestamp flags
Jacob Keller
1
-0
/
+5
2019-11-15
mv88e6xxx: reject unsupported external timestamp flags
Jacob Keller
1
-0
/
+6
2019-11-15
net: reject PTP periodic output requests with unsupported flags
Jacob Keller
7
-0
/
+27
2019-11-15
ptp: Validate requests to enable time stamping of external signals.
Richard Cochran
2
-5
/
+14
2019-11-15
tun: fix data-race in gro_normal_list()
Petar Penkov
1
-2
/
+2
2019-11-15
selftests: net: tcp_mmap should create detached threads
Eric Dumazet
1
-1
/
+6
2019-11-15
net: openvswitch: don't call pad_packet if not necessary
Tonghao Zhang
1
-14
/
+8
2019-11-15
net: ep93xx_eth: fix mismatch of request_mem_region in remove
Chuhong Yuan
1
-2
/
+3
2019-11-15
Merge branch 'DSA-driver-for-Vitesse-Felix-switch'
David S. Miller
19
-599
/
+2043
[prev]
[next]