summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-12Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds74-228/+848
2022-05-12Merge branch 'for-5.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+5
2022-05-12Merge tag 'fixes_for_v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-4/+21
2022-05-12tls: Fix context leak on tls_device_downMaxim Mikityanskiy1-0/+3
2022-05-12net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo1-0/+5
2022-05-12net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang1-2/+2
2022-05-12net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down()Florian Fainelli1-0/+3
2022-05-12mlxsw: Avoid warning during ip6gre device removalAmit Cohen1-8/+3
2022-05-12net: bcmgenet: Check for Wake-on-LAN interrupt probe deferralFlorian Fainelli1-0/+4
2022-05-12net: ethernet: mediatek: ppe: fix wrong size passed to memset()Yang Yingliang1-1/+1
2022-05-11Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-3/+6
2022-05-11Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski16-74/+120
2022-05-11Bluetooth: Fix the creation of hdev->nameItay Iellin2-3/+6
2022-05-11i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong1-13/+14
2022-05-11net/sched: act_pedit: really ensure the skb is writablePaolo Abeni2-4/+23
2022-05-11Merge branch 's390-net-fixes'David S. Miller3-10/+8
2022-05-11s390/lcs: fix variable dereferenced before checkAlexandra Winter1-3/+4
2022-05-11s390/ctcm: fix potential memory leakAlexandra Winter1-5/+1
2022-05-11s390/ctcm: fix variable dereferenced before checkAlexandra Winter1-2/+3
2022-05-11Merge branch 'atlantic-fixes'David S. Miller2-9/+18
2022-05-11net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler1-0/+7
2022-05-11net: atlantic: add check for MAX_SKB_FRAGSGrant Grundler1-1/+5
2022-05-11net: atlantic: reduce scope of is_rsc_completeGrant Grundler1-7/+6
2022-05-11net: atlantic: fix "frag[0] not initialized"Grant Grundler1-2/+1
2022-05-10net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang1-3/+1
2022-05-10net: phy: micrel: Fix incorrect variable type in micrelWan Jiabing1-3/+2
2022-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+7
2022-05-10udf: Avoid using stale lengthOfImpUseJan Kara1-4/+4
2022-05-10virtio: fix virtio transitional idsShunsuke Mie1-7/+7
2022-05-10decnet: Use container_of() for struct dn_neigh castsKees Cook3-5/+6
2022-05-10writeback: Avoid skipping inode writebackJing Xia1-0/+4
2022-05-10net: atlantic: always deep reset on pm op, fixing up my null deref regressionManuel Ullmann1-2/+2
2022-05-09Merge tag 'batadv-net-pullrequest-20220508' of git://git.open-mesh.org/linux-...Jakub Kicinski1-0/+11
2022-05-09net: dsa: flush switchdev workqueue on bridge join error pathVladimir Oltean1-0/+1
2022-05-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-28/+78
2022-05-09net: phy: Fix race condition on link status changeFrancesco Dolcini1-1/+6
2022-05-09dim: initialize all struct fieldsJesse Brandeburg1-22/+22
2022-05-09ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.Jonathan Lemon1-1/+1
2022-05-09ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang1-1/+4
2022-05-09ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang1-1/+2
2022-05-09Merge tag 'platform-drivers-x86-v5.18-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-14/+173
2022-05-09rfkill: uapi: fix RFKILL_IOCTL_MAX_SIZE ioctl request definitionGleb Fotengauer-Malinovskiy1-1/+1
2022-05-09nl80211: fix locking in nl80211_set_tx_bitrate_mask()Johannes Berg1-2/+7
2022-05-09mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protectionJohannes Berg1-0/+3
2022-05-09mac80211_hwsim: fix RCU protected chanctx accessJohannes Berg1-2/+5
2022-05-09mailmap: update Kalle Valo's emailKalle Valo1-0/+1
2022-05-09fanotify: do not allow setting dirent events in mask of non-dirAmir Goldstein1-0/+13
2022-05-09selftests net: add UDP GRO fraglist + bpf self-testsLina Wang4-0/+403
2022-05-09net: fix wrong network header lengthLina Wang1-1/+3
2022-05-09net: sfc: fix memory leak due to ptp channelTaehee Yoo3-2/+20