summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-11-2919-118/+614
|\
| * wifi: mac80211: use wiphy locked debugfs for sdata/linkJohannes Berg2023-11-271-45/+105
| * wifi: mac80211: use wiphy locked debugfs helpers for agg_statusJohannes Berg2023-11-273-36/+44
| * wifi: cfg80211: add locked debugfs wrappersJohannes Berg2023-11-272-0/+206
| * debugfs: add API to allow debugfs operations cancellationJohannes Berg2023-11-274-1/+137
| * debugfs: annotate debugfs handlers vs. removal with lockdepJohannes Berg2023-11-273-0/+28
| * debugfs: fix automount d_fsdata usageJohannes Berg2023-11-273-9/+36
| * wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_capBen Greear2023-11-241-0/+1
| * wifi: avoid offset calculation on NULL pointerMichael-CY Lee2023-11-241-1/+3
| * wifi: cfg80211: hold wiphy mutex for send_interfaceJohannes Berg2023-11-242-2/+7
| * wifi: cfg80211: lock wiphy mutex for rfkill pollJohannes Berg2023-11-241-0/+2
| * wifi: cfg80211: fix CQM for non-range useJohannes Berg2023-11-242-19/+32
| * wifi: mac80211: do not pass AP_VLAN vif pointer to drivers during flushOldřich Jedlička2023-11-241-2/+7
| * wifi: iwlwifi: mvm: fix an error code in iwl_mvm_mld_add_sta()Dan Carpenter2023-11-241-1/+3
| * wifi: mt76: mt7925: fix typo in mt7925_init_he_capsLorenzo Bianconi2023-11-221-2/+2
| * wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC configMing Yen Hsieh2023-11-081-0/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-2910-15/+66
|\ \
| * | bpf, sockmap: Add af_unix test with both sockets in mapJohn Fastabend2023-11-302-11/+47
| * | bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2023-11-305-2/+9
| * | netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_linkDaniel Borkmann2023-11-271-0/+6
| * | bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao2023-11-261-0/+2
| * | netdevsim: Don't accept device bound programsStanislav Fomichev2023-11-231-2/+2
* | | tools: ynl-gen: always construct struct ynl_req_stateJakub Kicinski2023-11-295-55/+102
* | | ethtool: don't propagate EOPNOTSUPP from dumpsJakub Kicinski2023-11-291-0/+1
* | | ravb: Fix races between ravb_tx_timeout_work() and net related opsYoshihiro Shimoda2023-11-281-1/+10
* | | r8169: prevent potential deadlock in rtl8169_closeHeiner Kallweit2023-11-281-1/+3
* | | r8169: fix deadlock on RTL8125 in jumbo mtu modeHeiner Kallweit2023-11-281-1/+4
* | | neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva2023-11-281-1/+1
* | | octeontx2-pf: Restore TC ingress police rules when interface is upSubbaraya Sundeep2023-11-284-25/+102
* | | octeontx2-pf: Fix adding mbox work queue entry when num_vfs > 64Geetha sowjanya2023-11-281-2/+5
* | | net: stmmac: xgmac: Disable FPE MMC interruptsFurong Xu2023-11-281-0/+4
* | | octeontx2-af: Fix possible buffer overflowElena Salomatkina2023-11-281-2/+2
* | | Merge branch 'selftests-net-fix-a-few-small-compiler-warnings'Jakub Kicinski2023-11-275-18/+11
|\ \ \
| * | | selftests/net: mptcp: fix uninitialized variable warningsWillem de Bruijn2023-11-272-14/+8
| * | | selftests/net: unix: fix unused variable compiler warningWillem de Bruijn2023-11-271-1/+0
| * | | selftests/net: fix a char signedness issueWillem de Bruijn2023-11-271-1/+1
| * | | selftests/net: ipsec: fix constant out of rangeWillem de Bruijn2023-11-271-2/+2
|/ / /
* | | Merge branch 'dpaa2-eth-fixes'David S. Miller2023-11-262-7/+11
|\ \ \
| * | | dpaa2-eth: recycle the RX buffer only after all processing doneIoana Ciornei2023-11-261-2/+6
| * | | dpaa2-eth: increase the needed headroom to account for alignmentIoana Ciornei2023-11-262-5/+5
|/ / /
* | | net: dsa: mv88e6xxx: fix marvell 6350 probe crashGreg Ungerer2023-11-261-2/+4
* | | net: dsa: mv88e6xxx: fix marvell 6350 switch probingGreg Ungerer2023-11-261-4/+16
* | | ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao2023-11-241-2/+4
* | | mptcp: fix uninit-value in mptcp_incoming_optionsEdward Adam Davis2023-11-241-0/+1
* | | Merge branch 'rswitch-fixes'David S. Miller2023-11-241-9/+13
|\ \ \ | |/ / |/| |
| * | net: rswitch: Fix missing dev_kfree_skb_any() in error pathYoshihiro Shimoda2023-11-241-8/+12
| * | net: rswitch: Fix return value in rswitch_start_xmit()Yoshihiro Shimoda2023-11-241-1/+1
| * | net: rswitch: Fix type of ret in rswitch_start_xmit()Yoshihiro Shimoda2023-11-241-1/+1
|/ /
* | Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-2372-667/+1429
|\ \
| * | tools: ynl: fix duplicate op name in devlinkJakub Kicinski2023-11-232-1/+7