summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-09net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang1-1/+3
2021-09-09net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet2-2/+2
2021-09-09net: macb: fix use after free on rmmodTong Zhang1-1/+1
2021-09-09ibmvnic: check failover_pending in login responseSukadev Bhattiprolu1-0/+8
2021-09-09vhost_net: fix OoB on sendmsg() failure.Paolo Abeni1-1/+10
2021-09-08net: stmmac: fix system hang caused by eee_ctrl_timer during suspend/resumeJoakim Zhang2-14/+44
2021-09-08net: ipa: initialize all filter table slotsAlex Elder1-1/+2
2021-09-08net: phylink: Update SFP selected interface on advertising changesNathan Rossi1-1/+29
2021-09-08ne2000: fix unused function warningArnd Bergmann1-15/+7
2021-09-08Merge tag 'mlx5-fixes-2021-09-07' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller9-22/+26
2021-09-08ibmvnic: check failover_pending in login responseSukadev Bhattiprolu1-0/+8
2021-09-08mctp: perform route destruction under RCU read lockJeremy Kerr1-0/+2
2021-09-08dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng1-0/+2
2021-09-08dt-bindings: net: sun8i-emac: Add compatible for D1Samuel Holland1-1/+3
2021-09-08net/mlx5e: Fix condition when retrieving PTP-rqnAya Levin1-1/+1
2021-09-08net/mlx5e: Fix mutual exclusion between CQE compression and HW TSAya Levin3-8/+9
2021-09-08net/mlx5: Fix potential sleeping in atomic contextMaor Gottlieb1-3/+2
2021-09-08net/mlx5: FWTrace, cancel work on alloc pd error flowSaeed Mahameed1-1/+2
2021-09-08net/mlx5: Lag, don't update lag if lag isn't supportedMark Bloch1-2/+8
2021-09-08net/mlx5: Fix rdma aux device on devlink reloadParav Pandit1-5/+2
2021-09-08net/mlx5: Bridge, fix uninitialized variable usageVlad Buslov1-2/+2
2021-09-08Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds89-389/+1066
2021-09-07Merge tag 'linux-watchdog-5.15-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds17-318/+213
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds120-1605/+2891
2021-09-07Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2021-09-07Merge tag 'ntb-5.15' of git://github.com/jonmason/ntbLinus Torvalds7-38/+11
2021-09-07Merge tag 'rproc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds8-90/+96
2021-09-07Merge tag 'backlight-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-46/+83
2021-09-07Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds37-120/+1906
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds29-447/+752
2021-09-07Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-80/+214
2021-09-07Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds10-728/+387
2021-09-07Revert "memcg: enable accounting for pollfd and select bits arrays"Linus Torvalds1-2/+2
2021-09-07Revert "memcg: enable accounting for file lock caches"Linus Torvalds1-4/+2
2021-09-07Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds4-20/+15
2021-09-07ieee802154: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-09-07Merge branch 'stmmac-wol-fix'David S. Miller3-18/+103
2021-09-07net: stmmac: fix MAC not working when system resume back with WoL activeJoakim Zhang1-18/+18
2021-09-07net: phylink: add suspend/resume supportRussell King (Oracle)2-0/+85
2021-09-07net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda1-0/+1
2021-09-07bonding: 3ad: pass parameter bond_params by referenceColin Ian King1-4/+4
2021-09-07Merge tag 'linux-can-fixes-for-5.15-20210907' of git://git.kernel.org/pub/scm...David S. Miller2-4/+2
2021-09-07Merge tag 'wireless-drivers-2021-09-07' of git://git.kernel.org/pub/scm/linux...David S. Miller4-4/+9
2021-09-07cxgb3: fix oops on module removalHeiner Kallweit1-0/+3
2021-09-07mfd: lpc_sch: Rename GPIOBASE to prevent build errorRandy Dunlap1-2/+2
2021-09-07mfd: syscon: Use of_iomap() instead of ioremap()Hector Martin1-1/+1
2021-09-07can: c_can: fix null-ptr-deref on ioctl()Tong Zhang1-3/+1
2021-09-07can: rcar_canfd: add __maybe_unused annotation to silence warningMarc Kleine-Budde1-1/+1
2021-09-06thunderbolt: test: split up test cases in tb_test_credit_alloc_allLinus Torvalds1-17/+81
2021-09-06lib/test_scanf: split up number parsing test routinesLinus Torvalds1-8/+71