summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-11ibmvnic: Do not process device remove during device resetJuliet Kim2-3/+27
2020-03-11net/smc: cancel event worker during device removalKarsten Graul1-0/+1
2020-03-11ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu1-0/+4
2020-03-11Merge tag 'clang-format-for-linus-v5.6-rc6' of git://github.com/ojeda/linuxLinus Torvalds1-4/+21
2020-03-11net: memcg: late association of sock to memcgShakeel Butt3-15/+24
2020-03-11cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2-0/+8
2020-03-11Merge tag 'auxdisplay-for-linus-v5.6-rc6' of git://github.com/ojeda/linuxLinus Torvalds3-12/+10
2020-03-11MAINTAINERS: update cxgb4vf maintainer to VishalJakub Kicinski1-1/+1
2020-03-11Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-14/+29
2020-03-11Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+24
2020-03-10workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton1-6/+8
2020-03-10Merge tag 'batadv-net-for-davem-20200306' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-0/+4
2020-03-10net: mscc: ocelot: properly account for VLAN header length when setting MRUVladimir Oltean2-12/+18
2020-03-10ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()Eric Dumazet1-1/+1
2020-03-10cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin1-10/+37
2020-03-10macvlan: add cond_resched() during multicast processingMahesh Bandewar1-0/+2
2020-03-10ipvlan: add cond_resched_rcu() while processing muticast backlogMahesh Bandewar1-0/+1
2020-03-10ipvlan: don't deref eth hdr before checking it's setMahesh Bandewar1-8/+10
2020-03-10sfc: detach from cb_page in efx_copy_channel()Edward Cree1-0/+1
2020-03-10Merge tag 'ktest-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-19/+19
2020-03-10Merge tag 'mmc-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2-1/+18
2020-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-8/+15
2020-03-10pid: make ENOMEM return value more obviousChristian Brauner1-0/+8
2020-03-09ktest: Fix typos in ktest.plMasanari Iida1-6/+6
2020-03-09ktest: Add timeout for ssh sync testingSteven Rostedt (VMware)1-1/+1
2020-03-09ktest: Make default build option oldconfig not randconfigSteven Rostedt (VMware)2-2/+2
2020-03-09ktest: Fix some typos in sample.confMasanari Iida1-10/+10
2020-03-09linux-next: DOC: RDS: Fix a typo in rds.txtMasanari Iida1-1/+1
2020-03-09pinctrl: qcom: Assign irq_eoi conditionallyLinus Walleij1-2/+1
2020-03-09pinctrl: falcon: fix syntax errorMathias Kresin1-1/+1
2020-03-09pinctrl: qcom: ssbi-gpio: Fix fwspec parsing bugLinus Walleij1-1/+1
2020-03-09MAINTAINERS: Correct MIPS patchwork URLThomas Bogendoerfer1-1/+1
2020-03-09inet_diag: return classid for all socket typesDmitry Yakunin5-40/+40
2020-03-09net: stmmac: dwmac1000: Disable ACS if enhanced descs are not usedRemi Pommarel1-1/+2
2020-03-09gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet1-2/+10
2020-03-09ipvlan: do not add hardware address of master to its unicast filter listJiri Wiesner1-4/+1
2020-03-09Linux 5.6-rc5v5.6-rc5Linus Torvalds1-1/+1
2020-03-09Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds43-91/+416
2020-03-09Merge tag 'edac_urgent-2020-03-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+7
2020-03-08Merge tag 'char-misc-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-8/+31
2020-03-08Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-30/+44
2020-03-08Merge tag 'tty-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-29/+90
2020-03-08Merge tag 'usb-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-117/+163
2020-03-08pid: Fix error return value in some casesCorey Minyard1-0/+2
2020-03-08virtio_balloon: Adjust label in virtballoon_probeNathan Chancellor1-1/+1
2020-03-08virtio-blk: improve virtqueue error to BLK_STSHalil Pasic1-2/+7
2020-03-08virtio-blk: fix hw_queue stopped on arbitrary errorHalil Pasic1-3/+5
2020-03-08virtio_ring: Fix mem leak with vring_new_virtqueue()Suman Anna1-2/+2
2020-03-08fscrypt: don't evict dirty inodes after removing keyEric Biggers1-0/+9
2020-03-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds15-59/+95