aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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: nl80211: Split memcpy() of struct nl80211_wowlan_tcp_data_token flexibl...Kees Cook2022-10-071-1/+3
| | * | | wifi: wext: use flex array destination for memcpy()Hawkins Jiawei2022-10-072-8/+19
| | * | | wifi: cfg80211: fix ieee80211_data_to_8023_exthdr handling of small packetsFelix Fietkau2022-10-071-19/+21
| | * | | wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel2022-10-072-7/+9
| | * | | wifi: mac80211: fix decap offload for stations on AP_VLAN interfacesFelix Fietkau2022-10-071-3/+4
| | * | | wifi: mac80211: unlock on error in ieee80211_can_powered_addr_change()Dan Carpenter2022-10-071-1/+1
| | * | | wifi: mac80211: remove/avoid misleading printsJames Prestwood2022-10-071-3/+4
| | * | | wifi: mac80211: fix probe req HE capabilities accessJames Prestwood2022-10-071-1/+1
| | * | | wifi: mac80211: do not drop packets smaller than the LLC-SNAP header on fast-rxFelix Fietkau2022-10-071-1/+1
| | * | | wifi: mt76: fix rate reporting / throughput regression on mt7915 and newerFelix Fietkau2022-10-061-2/+8
| * | | | Merge tag 'linux-can-fixes-for-6.1-20221011' of git://git.kernel.org/pub/scm/...Paolo Abeni2022-10-114-2/+84
| |\ \ \ \
| | * | | | Merge patch series "can: kvaser_usb: Various fixes"Marc Kleine-Budde2022-10-114-2/+84
| |/| | | |
| | * | | | 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
| * | | ] ptp: ocp: remove symlink for second GNSSVadim Fedorenko2022-10-101-0/+1
| * | | octeontx2-af: cn10k: mcs: Fix error return code in mcs_register_interrupts()Yang Yingliang2022-10-091-1/+3
| * | | net: dsa: fix wrong pointer passed to PTR_ERR() in dsa_port_phylink_create()Yang Yingliang2022-10-091-1/+1
| * | | 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
| * | | mISDN: hfcpci: Fix use-after-free bug in hfcpci_softirqDuoming Zhou2022-10-091-2/+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
| * | | ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern2022-10-072-4/+9
| * | | 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: ieee802154: return -EINVAL for unknown addr typeAlexander Aring2022-10-071-3/+9
| * | | MAINTAINERS: add Jan as SMC maintainerWenjia Zhang2022-10-071-0/+1
| * | | Merge tag 'ieee802154-for-net-2022-10-05' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2022-10-051-3/+4
| |\ \ \
| | * | | net/ieee802154: don't warn zero-sized raw_sendmsg()Tetsuo Handa2022-10-051-0/+4
| | * | | Revert "net/ieee802154: reject zero-sized raw_sendmsg()"Alexander Aring2022-10-051-3/+0
| | |/ /
| * | | net: ethernet: adi: adin1110: Add check in netdev_eventAlexandru Tachici2022-10-051-5/+8
| * | | docs: networking: phy: add missing spaceCasper Andersson2022-10-051-1/+1
| * | | net: pse-pd: PSE_REGULATOR should depend on REGULATORGeert Uytterhoeven2022-10-051-0/+1
| * | | Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean2022-10-051-5/+3
| |/ /
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-10-132-2/+6
|\ \ \
| * | | vdpa/ifcvf: add reviewerMichael S. Tsirkin2022-10-131-0/+4
| * | | virtio_pci: use irq to detect interrupt supportMichael S. Tsirkin2022-10-131-2/+2
* | | | Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2022-10-136-123/+146
|\ \ \ \