summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nf-24-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-04-252-3/+7
|\
| * netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso2024-04-251-1/+3
| * ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno2024-04-251-2/+4
* | af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima2024-04-252-1/+4
* | net: b44: set pause params only when interface is upPeter Münster2024-04-251-6/+8
* | tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca2024-04-253-5/+6
* | dpll: fix dpll_pin_on_pin_register() for multiple parent pinsArkadiusz Kubalewski2024-04-251-25/+33
* | net: ravb: Fix registered interrupt namesGeert Uytterhoeven2024-04-251-6/+5
* | octeontx2-af: fix the double free in rvu_npc_freemem()Su Hui2024-04-251-1/+0
* | net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packetsJason Reeder2024-04-251-0/+5
* | Merge branch 'intel-wired-lan-driver-updates-2024-04-23-i40e-iavf-ice'Jakub Kicinski2024-04-253-12/+40
|\ \
| * | ice: fix LAG and VF lock dependency in ice_reset_vf()Jacob Keller2024-04-251-8/+8
| * | iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari2024-04-251-1/+29
| * | i40e: Report MFS in decimal base instead of hexErwan Velu2024-04-251-2/+2
| * | i40e: Do not use WQ_MEM_RECLAIM flag for workqueueSindhu Devale2024-04-251-1/+1
|/ /
* | Merge branch 'fix-isolation-of-broadcast-traffic-and-unmatched-unicast-traffi...Jakub Kicinski2024-04-255-21/+65
|\ \
| * | net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsecRahul Rameshbabu2024-04-251-0/+1
| * | macsec: Detect if Rx skb is macsec-related for offloading devices that update...Rahul Rameshbabu2024-04-251-10/+36
| * | ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu2024-04-252-11/+26
| * | macsec: Enable devices to advertise whether they update sk_buff md_dst during...Rahul Rameshbabu2024-04-251-0/+2
|/ /
* | net: ti: icssg-prueth: Fix signedness bug in prueth_init_rx_chns()Dan Carpenter2024-04-251-3/+5
* | Merge tag 'wireless-2024-04-23' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2024-04-2519-44/+152
|\ \
| * | wifi: iwlwifi: mvm: fix link ID managementJohannes Berg2024-04-221-1/+1
| * | wifi: mac80211: fix unaligned le16 accessJohannes Berg2024-04-191-1/+1
| * | wifi: mac80211: remove link before APJohannes Berg2024-04-191-2/+5
| * | wifi: mac80211_hwsim: init peer measurement resultJohannes Berg2024-04-191-1/+1
| * | wifi: nl80211: don't free NULL coalescing ruleJohannes Berg2024-04-191-0/+2
| * | wifi: mac80211: mlme: re-parse if AP mode is less than clientJohannes Berg2024-04-191-4/+9
| * | wifi: mac80211: mlme: fix memory leakJohannes Berg2024-04-191-1/+3
| * | wifi: mac80211: mlme: re-parse with correct modeJohannes Berg2024-04-191-1/+1
| * | wifi: mac80211: fix idle calculation with multi-linkJohannes Berg2024-04-191-5/+22
| * | Revert "wifi: iwlwifi: bump FW API to 90 for BZ/SC devices"Johannes Berg2024-04-192-2/+2
| * | wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmdMiri Korenblit2024-04-171-1/+2
| * | wifi: iwlwifi: mvm: remove old PASN station when adding a new oneAvraham Stern2024-04-171-0/+2
| * | wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau2024-04-174-16/+72
| * | wifi: ath11k: use RCU when accessing struct inet6_dev::ac_listKalle Valo2024-04-161-1/+3
| * | wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt ...Igor Artemiev2024-04-081-2/+2
| * | wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon times...Richard Kinder2024-04-081-1/+2
| * | wifi: mac80211: don't use rate mask for scanningJohannes Berg2024-04-084-5/+18
| * | wifi: mac80211: check EHT/TTLM action frame lengthJohannes Berg2024-04-081-0/+4
* | | net: phy: dp83869: Fix MII mode failureMD Danish Anwar2024-04-251-1/+2
* | | Merge tag 'for-net-2024-04-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-04-2412-49/+124
|\ \ \
| * | | Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()Bartosz Golaszewski2024-04-241-5/+13
| * | | Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee2024-04-241-2/+2
| * | | Bluetooth: qca: fix NULL-deref on non-serdev setupJohan Hovold2024-04-241-2/+4
| * | | Bluetooth: qca: fix NULL-deref on non-serdev suspendJohan Hovold2024-04-241-0/+3
| * | | Bluetooth: btusb: mediatek: Fix double free of skb in coredumpSean Wang2024-04-241-4/+3
| * | | Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUIDLuiz Augusto von Dentz2024-04-241-5/+15
| * | | Bluetooth: qca: fix invalid device address checkJohan Hovold2024-04-242-2/+38
| * | | Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz2024-04-242-3/+6