aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-06nfp: parse crypto opcode TLVJakub Kicinski2-0/+21
2019-06-06nfp: add support for sending control messages via mailboxJakub Kicinski7-8/+646
2019-06-06nfp: parse the mailbox cmsg TLVJakub Kicinski2-0/+12
2019-06-06nfp: make bar_lock a semaphoreJakub Kicinski2-10/+5
2019-06-06nfp: count all failed TX attempts as errorsJakub Kicinski1-7/+5
2019-06-06net: phy: Add detection of 1000BaseX link mode supportRobert Hancock2-0/+5
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds14-28/+50
2019-06-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+4
2019-06-06Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-3/+11
2019-06-06Merge tag 'gfs2-v5.2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds6-31/+15
2019-06-06Merge tag 'ovl-fixes-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds8-22/+249
2019-06-06Merge tag 'fuse-fixes-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds2-12/+38
2019-06-06Merge tag 'nfs-for-5.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-37/+28
2019-06-06net: mscc: ocelot: remove unused variable 'vcap_data_t'YueHaibing1-1/+1
2019-06-06pktgen: do not sleep with the thread lock held.Paolo Abeni1-0/+11
2019-06-06net: fec: Do not use netdev messages too earlyFabio Estevam1-3/+3
2019-06-06vxlan: Use FDB_HASH_SIZE hash_locks to reduce contentionLitao jiao2-34/+60
2019-06-06Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-129/+89
2019-06-06net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier1-2/+2
2019-06-06ipv6: fix spelling mistake: "wtih" -> "with"Colin Ian King1-1/+1
2019-06-06net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun1-4/+6
2019-06-06Merge branch 'ipv6-fix-EFAULT-on-sendto-with-icmpv6-and-hdrincl'David S. Miller1-7/+18
2019-06-06ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz1-5/+8
2019-06-06ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz1-2/+10
2019-06-06r8169: silence sparse warning in rtl8169_start_xmitHeiner Kallweit1-1/+1
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson6-31/+15
2019-06-06arm64: Silence gcc warnings about arch ABI driftDave Martin1-0/+1
2019-06-06parisc: Fix crash due alternative coding for NP iopdir_fdc bitHelge Deller1-1/+2
2019-06-06parisc: Use lpa instruction to load physical addresses in driver codeJohn David Anglin3-2/+26
2019-06-06parisc: configs: Remove useless UEVENT_HELPER_PATHKrzysztof Kozlowski7-7/+0
2019-06-06parisc: Use implicit space register selection for loading the coherence index of I/O pdirsJohn David Anglin2-5/+2
2019-06-06ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fixGeorge G. Davis1-1/+1
2019-06-05Merge branch 'tcp-flowlabel'David S. Miller4-9/+31
2019-06-05ipv6: tcp: send consistent flowlabel in TIME_WAIT stateEric Dumazet1-0/+2
2019-06-05ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet4-9/+29
2019-06-05lib: objagg: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-06-05inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu1-3/+2
2019-06-05Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied"Hangbin Liu1-3/+3
2019-06-05net: phy: remove state PHY_FORCINGHeiner Kallweit2-35/+2
2019-06-05net: aquantia: fix wol configuration not applied sometimesNikita Danilov2-8/+10
2019-06-05ethtool: fix potential userspace buffer overflowVivien Didelot1-1/+4
2019-06-05Fix memory leak in sctp_process_initNeil Horman2-10/+8
2019-06-05net: rds: fix memory leak when unload rds_rdmaZhu Yanjun2-1/+4
2019-06-05net: rds: add per rds connection cache statisticsZhu Yanjun2-0/+4
2019-06-05Merge branch 'dwmac-mediatek'David S. Miller3-3/+15
2019-06-05net: stmmac: dwmac4: fix flow control issueBiao Huang1-2/+6
2019-06-05net: stmmac: modify default value of tx-framesBiao Huang1-1/+1
2019-06-05net: stmmac: dwmac-mediatek: disable rx watchdogBiao Huang1-0/+1
2019-06-05net: stmmac: dwmac-mediatek: enable Ethernet power domainBiao Huang1-0/+7
2019-06-05ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long1-2/+1