| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tcp: tcp_grow_window() needs to respect tcp_space() | Eric Dumazet | 2019-04-27 | 1 | -5/+5 |
* | ipv4: ensure rcu_read_lock() in ipv4_link_failure() | Eric Dumazet | 2019-04-27 | 1 | -2/+8 |
* | ipv4: recompile ip options in ipv4_link_failure | Stephen Suryaputra | 2019-04-27 | 1 | -1/+9 |
* | net: bridge: multicast: use rcu to access port list from br_multicast_start_q... | Nikolay Aleksandrov | 2019-04-27 | 1 | -1/+3 |
* | bonding: fix event handling for stacked bonds | Sabrina Dubroca | 2019-04-27 | 1 | -1/+5 |
* | tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete | Jarkko Sakkinen | 2019-04-27 | 1 | -1/+9 |
* | crypto: crypto4xx - properly set IV after de- and encrypt | Christian Lamparter | 2019-04-27 | 2 | -1/+11 |
* | appletalk: Fix compile regression | Arnd Bergmann | 2019-04-27 | 1 | -4/+14 |
* | inet: update the IP ID generation algorithm to higher standards. | Amit Klein | 2019-04-27 | 2 | -1/+6 |
* | include/linux/swap.h: use offsetof() instead of custom __swapoffset macro | Pi-Hsun Shih | 2019-04-27 | 1 | -2/+2 |
* | lib/div64.c: off by one in shift | Stanislaw Gruszka | 2019-04-27 | 1 | -2/+2 |
* | appletalk: Fix use-after-free in atalk_proc_exit | YueHaibing | 2019-04-27 | 4 | -9/+37 |
* | iommu/dmar: Fix buffer overflow during PCI bus notification | Julia Cartwright | 2019-04-27 | 1 | -1/+1 |
* | ACPI / SBS: Fix GPE storm on recent MacBookPro's | Ronald Tschalär | 2019-04-27 | 1 | -2/+6 |
* | ARM: samsung: Limit SAMSUNG_PM_CHECK config option to non-Exynos platforms | Bartlomiej Zolnierkiewicz | 2019-04-27 | 1 | -1/+1 |
* | serial: uartps: console_setup() can't be placed to init section | Michal Simek | 2019-04-27 | 1 | -1/+1 |
* | 9p locks: add mount option for lock retry interval | Dinu-Razvan Chis-Serban | 2019-04-27 | 3 | -1/+27 |
* | 9p: do not trust pdu content for stat item size | Gertjan Halkes | 2019-04-27 | 2 | -6/+5 |
* | rsi: improve kernel thread handling to fix kernel panic | Siva Rebbagondla | 2019-04-27 | 1 | -1/+0 |
* | fix incorrect error code mapping for OBJECTID_NOT_FOUND | Steve French | 2019-04-27 | 1 | -1/+2 |
* | iommu/vt-d: Check capability before disabling protected memory | Lu Baolu | 2019-04-27 | 1 | -0/+3 |
* | x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processors | Matthew Whitehead | 2019-04-27 | 1 | -7/+7 |
* | x86/hpet: Prevent potential NULL pointer dereference | Aditya Pakki | 2019-04-27 | 1 | -0/+2 |
* | perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test() | Changbin Du | 2019-04-27 | 1 | -0/+1 |
* | perf top: Fix error handling in cmd_top() | Changbin Du | 2019-04-27 | 1 | -2/+3 |
* | tools/power turbostat: return the exit status of a command | David Arcari | 2019-04-27 | 1 | -0/+3 |
* | thermal/int340x_thermal: fix mode setting | Matthew Garrett | 2019-04-27 | 1 | -4/+3 |
* | ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declaration | Colin Ian King | 2019-04-27 | 1 | -1/+1 |
* | mmc: davinci: remove extraneous __init annotation | Arnd Bergmann | 2019-04-27 | 1 | -1/+1 |
* | IB/mlx4: Fix race condition between catas error reset and aliasguid flows | Jack Morgenstein | 2019-04-27 | 1 | -1/+1 |
* | ALSA: sb8: add a check for request_region | Kangjie Lu | 2019-04-27 | 1 | -0/+4 |
* | ALSA: echoaudio: add a check for ioremap_nocache | Kangjie Lu | 2019-04-27 | 1 | -0/+5 |
* | ext4: report real fs size after failed resize | Lukas Czerner | 2019-04-27 | 1 | -1/+5 |
* | perf/core: Restore mmap record type correctly | Stephane Eranian | 2019-04-27 | 1 | -0/+2 |
* | string: drop __must_check from strscpy() and restore strscpy() usages in cgroup | Tejun Heo | 2019-04-27 | 1 | -1/+1 |
* | PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controller | Andre Przywara | 2019-04-27 | 1 | -0/+2 |
* | xtensa: fix return_address | Max Filippov | 2019-04-27 | 1 | -1/+5 |
* | sched/fair: Do not re-read ->h_load_next during hierarchical load calculation | Mel Gorman | 2019-04-27 | 1 | -3/+3 |
* | xen: Prevent buffer overflow in privcmd ioctl | Dan Carpenter | 2019-04-27 | 1 | -0/+3 |
* | arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value | Will Deacon | 2019-04-27 | 1 | -8/+8 |
* | block: do not leak memory in bio_copy_user_iov() | Jérôme Glisse | 2019-04-27 | 1 | -1/+4 |
* | ASoC: fsl_esai: fix channel swap issue when stream starts | S.j. Wang | 2019-04-27 | 1 | -10/+37 |
* | ALSA: seq: Fix OOB-reads from strlcpy | Zubin Mithra | 2019-04-27 | 1 | -3/+3 |
* | ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev type | Sheena Mira-ato | 2019-04-27 | 1 | -2/+2 |
* | net: ethtool: not call vzalloc for zero sized memory request | Li RongQing | 2019-04-27 | 1 | -10/+19 |
* | netns: provide pure entropy for net_hash_mix() | Eric Dumazet | 2019-04-27 | 3 | -13/+5 |
* | sctp: initialize _pad of sockaddr_in before copying to user memory | Xin Long | 2019-04-27 | 1 | -0/+1 |
* | qmi_wwan: add Olicard 600 | Bjørn Mork | 2019-04-27 | 1 | -0/+1 |
* | openvswitch: fix flow actions reallocation | Andrea Righi | 2019-04-27 | 1 | -2/+2 |
* | tty: ldisc: add sysctl to prevent autoloading of ldiscs | Greg Kroah-Hartman | 2019-04-27 | 3 | -0/+73 |