summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-11Linux 4.17.1v4.17.1Greg Kroah-Hartman1-1/+1
2018-06-11PCI: hv: Do not wait forever on a device that has disappearedDexuan Cui1-12/+34
2018-06-11ipmr: fix error path when ipmr_new_table failsSabrina Dubroca3-19/+17
2018-06-11net: dsa: b53: Fix for brcm tag issue in Cygnus SoCArun Parameswaran3-3/+18
2018-06-11vrf: check the original netdevice for generating redirectStephen Suryaputra2-1/+8
2018-06-11team: use netdev_features_t instead of u32Dan Carpenter1-1/+2
2018-06-11sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long1-1/+1
2018-06-11rtnetlink: validate attributes in do_setlink()Eric Dumazet1-4/+4
2018-06-11net/packet: refine check for priv area sizeEric Dumazet1-1/+1
2018-06-11net: metrics: add proper netlink validationEric Dumazet1-0/+4
2018-06-11netdev-FAQ: clarify DaveM's position for stable backportsCong Wang1-0/+9
2018-06-11l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault1-18/+17
2018-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek3-3/+8
2018-06-11ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca1-1/+2
2018-06-11bnx2x: use the right constantJulia Lawall1-1/+1
2018-06-11netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld2-2/+4
2018-06-04Linux 4.17v4.17Linus Torvalds1-1/+1
2018-06-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-21/+34
2018-06-03Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro3-19/+33
2018-06-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-18/+35
2018-06-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-21/+185
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-115/+192
2018-06-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+20
2018-06-03Merge tag 'drm-fixes-for-v4.17-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds8-44/+91
2018-06-02Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-9/+22
2018-06-02Merge tag 'mips_fixes_4.17_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-38/+6
2018-06-02Merge tag 'vfio-v4.17' of git://github.com/awilliam/linux-vfioLinus Torvalds1-15/+10
2018-06-02Merge tag 'char-misc-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+8
2018-06-02Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-68/+93
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds14-62/+172
2018-06-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+10
2018-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2018-06-02mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-06-02mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins1-1/+1
2018-06-02Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Alex Williamson1-15/+10
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-0/+4
2018-06-02bpf: fix uapi hole for 32 bit compat applicationsDaniel Borkmann2-0/+4
2018-06-01net: usb: cdc_mbim: add flag FLAG_SEND_ZLPDaniele Palmas1-1/+1
2018-06-01Merge branch 'tunnel-mtus'David S. Miller3-9/+15
2018-06-01ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2-5/+11
2018-06-01ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel1-4/+4
2018-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-4/+3
2018-06-01net: dsa: b53: Add BCM5389 supportDamien Thébault4-1/+19
2018-06-01kcm: Fix use-after-free caused by clonned socketsKirill Tkhai1-1/+1
2018-06-01net-sysfs: Fix memory leak in XPS configurationAlexander Duyck1-3/+3
2018-06-01ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý1-5/+4
2018-06-01Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2018-05-31net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter1-10/+12
2018-05-31net/ncsi: Fix array size in dumpit handlerSamuel Mendoza-Jonas1-1/+1
2018-05-31Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub...David S. Miller2-9/+8