summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-24216-2828/+2213
|\
| * Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-24106-579/+980
| |\
| | * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-2321-161/+238
| | |\
| | | * xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer2023-03-225-10/+19
| | | * bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann2023-03-211-1/+1
| | | * xsk: Add missing overflow check in xdp_umem_regKal Conley2023-03-161-6/+7
| | | * Merge branch 'bpf: Allow reads from uninit stack'Alexei Starovoitov2023-03-1311-136/+204
| | | |\
| | | * | selftests/bpf: Fix progs/test_deny_namespace.c issues.Alexei Starovoitov2023-03-101-6/+4
| | | * | selftests/bpf: Fix progs/find_vma_fail1.c build error.Alexei Starovoitov2023-03-101-0/+1
| | | * | libbpf: Revert poisoning of strlcpyJesus Sanchez-Palencia2023-03-101-2/+2
| | * | | Merge tag 'for-net-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-03-2311-107/+206
| | |\ \ \
| | | * | | Bluetooth: HCI: Fix global-out-of-boundsSungwoo Kim2023-03-231-0/+2
| | | * | | Bluetooth: mgmt: Fix MGMT add advmon with RSSI commandHoward Chung2023-03-231-1/+2
| | | * | | Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished ...Zheng Wang2023-03-231-0/+1
| | | * | | Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz2023-03-231-38/+79
| | | * | | Bluetooth: btqcomsmd: Fix command timeout after setting BD addressStephan Gerhold2023-03-231-1/+16
| | | * | | Bluetooth: btinel: Check ACPI handle for NULL before accessingKiran K2023-03-231-2/+9
| | | * | | Bluetooth: Remove "Power-on" check from Mesh featureBrian Gix2023-03-221-6/+0
| | | * | | Bluetooth: Fix race condition in hci_cmd_sync_clearMin Li2023-03-221-0/+2
| | | * | | Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K2023-03-223-25/+27
| | | * | | Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen2023-03-221-2/+7
| | | * | | Bluetooth: btusb: Remove detection of ISO packets over bulkLuiz Augusto von Dentz2023-03-221-10/+0
| | | * | | Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz2023-03-221-4/+19
| | | * | | Bluetooth: hci_sync: Resume adv with no RPA when active scanZhengping Jiang2023-03-221-20/+44
| | * | | | Merge tag 'wireless-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-03-2315-64/+119
| | |\ \ \ \
| | | * | | | wifi: mac80211: fix mesh path discovery based on unicast packetsFelix Fietkau2023-03-221-11/+11
| | | * | | | wifi: mac80211: fix qos on mesh interfacesFelix Fietkau2023-03-221-2/+4
| | | * | | | wifi: iwlwifi: mvm: protect TXQ list manipulationJohannes Berg2023-03-224-34/+39
| | | * | | | wifi: iwlwifi: mvm: fix mvmtxq->stopped handlingJohannes Berg2023-03-224-5/+13
| | | * | | | wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue()Alexander Wetzel2023-03-153-0/+8
| | | * | | | wifi: mwifiex: mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-152-2/+2
| | | * | | | wifi: mt76: connac: do not check WED status for non-mmio devicesLorenzo Bianconi2023-03-131-0/+3
| | | * | | | wifi: mt76: mt7915: add back 160MHz channel width support for MT7915Felix Fietkau2023-03-131-10/+30
| | | * | | | wifi: mt76: do not run mt76_unregister_device() on unregistered hwLorenzo Bianconi2023-03-132-0/+9
| | * | | | | net: mdio: thunder: Add missing fwnode_handle_put()Liang He2023-03-231-0/+1
| | * | | | | Merge tag 'mlx5-fixes-2023-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-03-227-7/+39
| | |\ \ \ \ \
| | | * | | | | net/mlx5: E-Switch, Fix an Oops in error handling codeDan Carpenter2023-03-211-2/+1
| | | * | | | | net/mlx5: Read the TC mapping of all priorities on ETS queryMaher Sanalla2023-03-211-2/+4
| | | * | | | | net/mlx5e: Overcome slow response for first macsec ASO WQEEmeel Hakim2023-03-211-1/+8
| | | * | | | | net/mlx5e: Initialize link speed to zeroRoy Novich2023-03-211-1/+1
| | | * | | | | net/mlx5: Fix steering rules cleanupLama Kayal2023-03-211-0/+1
| | | * | | | | net/mlx5e: Block entering switchdev mode with ns inconsistencyGavin Li2023-03-211-0/+19
| | | * | | | | net/mlx5e: Set uplink rep as NETNS_LOCALGavin Li2023-03-211-1/+5
| | * | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-03-224-6/+13
| | |\ \ \ \ \ \
| | | * | | | | | ice: remove filters only if VSI is deletedMichal Swiatkowski2023-03-212-2/+8
| | | * | | | | | ice: check if VF exists before mode checkMichal Swiatkowski2023-03-211-4/+4
| | | * | | | | | ice: fix rx buffers handling for flow director packetsPiotr Raczynski2023-03-211-0/+1
| | | |/ / / / /
| | * | | | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-03-222-4/+9
| | |\ \ \ \ \ \
| | | * | | | | | i40e: fix flow director packet filter programmingRadoslaw Tyl2023-03-211-4/+4
| | | * | | | | | iavf: fix hang on reboot with iceStefan Assmann2023-03-211-0/+5
| | | |/ / / / /