summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1619-34/+33
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-113-8/+8
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-118-11/+11
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-111-1/+1
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-116-7/+7
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-118-10/+9
* | Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-1337-71/+199
|\ \ | |/ |/|
| * sunhme: fix an IS_ERR() vs NULL check in probeDan Carpenter2022-10-131-2/+2
| * net: marvell: prestera: fix a couple NULL vs IS_ERR() checksDan Carpenter2022-10-131-3/+3
| * Merge tag 'wireless-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Abeni2022-10-131-0/+2
| |\
| | * Merge branch 'cve-fixes-2022-10-13'Johannes Berg2022-10-1314-23/+49
| | |\
| | | * wifi: mac80211_hwsim: avoid mac80211 warning on bad rateJohannes Berg2022-10-101-0/+2
| * | | net: phy: micrel: Fixes FIELD_GET assertionDivya Koppera2022-10-121-4/+5
| * | | net/mlx5: Make ASO poll CQ usable in atomic contextLeon Romanovsky2022-10-124-13/+11
| * | | net: ethernet: ti: am65-cpsw: set correct devlink flavour for unused portsMatthias Schiffer2022-10-121-1/+4
| * | | Merge tag 'wireless-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-10-117-19/+31
| |\| |
| | * | wifi: ath11k: mac: fix reading 16 bytes from a region of size 0 warningKalle Valo2022-10-111-2/+3
| | * | wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue (other c...Jose Ignacio Tornos Martinez2022-10-111-0/+2
| | * | wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau2022-10-114-7/+10
| | * | wifi: mt76: fix receiving LLC packets on mt7615/mt7915Felix Fietkau2022-10-112-8/+8
| | * | wifi: mt76: fix rate reporting / throughput regression on mt7915 and newerFelix Fietkau2022-10-061-2/+8
| * | | can: kvaser_usb_leaf: Fix CAN state after restartAnssi Hannula2022-10-111-0/+2
| * | | can: kvaser_usb_leaf: Fix TX queue out of sync after restartAnssi Hannula2022-10-113-1/+5
| * | | can: kvaser_usb: Fix use of uninitialized completionAnssi Hannula2022-10-112-1/+2
| * | | can: kvaser_usb_leaf: Fix overread with an invalid commandAnssi Hannula2022-10-111-0/+75
| * | | nfp: flower: fix incorrect struct type in GRE key_sizeLouis Peens2022-10-101-2/+2
| * | | net: sfp: fill also 5gbase-r and 25gbase-r modes in sfp_parse_support()Marek BehĂșn2022-10-101-0/+3
| * | | net: systemport: Enable all RX descriptors for SYSTEMPORT LiteFlorian Fainelli2022-10-101-1/+1
| * | | net: prestera: span: do not unbind things things that were never boundMaksym Glubokiy2022-10-101-1/+4
| | |/ | |/|
| * | octeontx2-pf: mcs: fix possible memory leak in otx2_probe()Yang Yingliang2022-10-101-1/+3
| * | octeontx2-af: cn10k: mcs: Fix error return code in mcs_register_interrupts()Yang Yingliang2022-10-091-1/+3
| * | octeontx2-pf: mcs: fix missing unlock in some error pathsYang Yingliang2022-10-091-2/+3
| * | macvlan: enforce a consistent minimal mtuEric Dumazet2022-10-091-1/+1
| * | net: ethernet: bgmac: Remove -Warray-bounds exceptionKees Cook2022-10-071-5/+0
| * | net: ethernet: mediatek: Remove -Warray-bounds exceptionKees Cook2022-10-071-5/+0
| * | prestera: matchall: do not rollback if rule existsSerhiy Boiko2022-10-071-0/+2
| * | net: enetc: Remove duplicated include in enetc_qos.cYang Li2022-10-071-1/+0
| * | octeontx2-pf: mcs: remove unneeded semicolonYang Li2022-10-071-1/+1
| * | hv_netvsc: Fix race between VF offering and VF association message from hostGaurav Kohli2022-10-073-1/+25
| * | net: ethernet: adi: adin1110: Add check in netdev_eventAlexandru Tachici2022-10-051-5/+8
| * | net: pse-pd: PSE_REGULATOR should depend on REGULATORGeert Uytterhoeven2022-10-051-0/+1
| |/
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+1
|\ \
| * | crypto: kmsan: disable accelerated configs under KMSANAlexander Potapenko2022-10-031-0/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-10-101-16/+32
|\ \ \
| * | | virtio-net: use mtu size as buffer length for big packetsGavin Li2022-10-071-13/+24
| * | | virtio-net: introduce and use helper function for guest gso support checksGavin Li2022-10-071-4/+9
* | | | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-102-3/+2
|\ \ \ \
| * | | | crypto: Kconfig - submenus for arm and arm64Robert Elliott2022-08-261-2/+0
| * | | | hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld2022-08-191-1/+2
* | | | | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-072-1/+3
|\ \ \ \ \