aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-01-14Merge tag 'nf-next-25-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextPaolo Abeni5-27/+84
2025-01-14net: ethtool: add support for structured PHY statisticsJakub Kicinski3-1/+44
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski2-2/+21
2025-01-14ethtool: linkstate: migrate linkstate functions to support multi-PHY setupsOleksij Rempel1-8/+15
2025-01-14udp: Make rehash4 independent in udp_lib_rehash()Philo Lu1-19/+27
2025-01-14net: sched: calls synchronize_net() only when neededEric Dumazet1-11/+11
2025-01-13net: cleanup init_dummy_netdev_core()Jakub Kicinski1-10/+4
2025-01-13net: remove init_dummy_netdev()Jakub Kicinski3-28/+11
2025-01-13net/ncsi: fix locking in Get MAC Address handlingPaul Fertser3-15/+22
2025-01-13net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang3-21/+26
2025-01-13SUNRPC: display total RPC tasks for RPC clientDai Ngo2-2/+8
2025-01-13SUNRPC: only put task on cl_tasks list after the RPC call slot is reserved.Dai Ngo1-5/+13
2025-01-13wifi: mac80211: avoid double free in auth/assoc timeoutMiri Korenblit1-2/+4
2025-01-13wifi: mac80211: ibss: mark IBSS left before leavingJohannes Berg1-1/+1
2025-01-13wifi: mac80211: ibss: stop transmit when merging IBSSJohannes Berg1-0/+1
2025-01-13wifi: mac80211: don't flush non-uploaded STAsJohannes Berg1-0/+3
2025-01-13wifi: mac80211: set key link ID to the deflink oneBenjamin Berg2-4/+9
2025-01-13wifi: mac80211: pass correct link ID on assocBenjamin Berg1-0/+2
2025-01-13wifi: nl80211: simplify nested if checksJohannes Berg1-4/+3
2025-01-13wifi: mac80211: Support parsing EPCS ML elementIlan Peer2-0/+31
2025-01-13wifi: cfg80211: Add support for controlling EPCSIlan Peer3-0/+109
2025-01-13wifi: mac80211: Support dynamic link addition and removalIlan Peer5-1/+800
2025-01-13wifi: mac80211: Pull link space calculation to a functionIlan Peer1-30/+52
2025-01-13wifi: mac80211: Refactor adding association elementsIlan Peer1-34/+37
2025-01-13wifi: cfg80211: Add support for dynamic addition/removal of linksIlan Peer6-0/+231
2025-01-13wifi: nl80211: Split the links handling of an association requestIlan Peer1-75/+76
2025-01-13wifi: nl80211: fix nl80211_start_radar_detection return valueNicolas Escande1-18/+19
2025-01-13wifi: cfg80211: skip regulatory for punctured subchannelsKavita Kavita1-247/+123
2025-01-13wifi: mac80211: fix tid removal during mesh forwardingAndy Strohman1-0/+1
2025-01-13wifi: cfg80211: Move cfg80211_scan_req_add_chan() n_channels increment earlierKees Cook1-2/+1
2025-01-13wifi: mac80211: prohibit deactivating all linksJohannes Berg1-1/+1
2025-01-13wifi: mac80211: tests: add utility to create sdata skeletonBenjamin Berg3-1/+350
2025-01-13wifi: mac80211: also verify requirements in EXT_SUPP_RATESBenjamin Berg1-3/+10
2025-01-13wifi: mac80211: verify BSS membership selectors and basic ratesBenjamin Berg2-65/+132
2025-01-13wifi: nl80211: permit userspace to pass supported selectorsBenjamin Berg1-0/+32
2025-01-13wifi: mac80211: parse BSS selectors and unknown ratesBenjamin Berg1-7/+18
2025-01-13wifi: mac80211: skip all known membership selectorsBenjamin Berg1-7/+2
2025-01-13wifi: mac80211: log link information in ieee80211_determine_chan_modeBenjamin Berg2-14/+26
2025-01-13wifi: mac80211: fix typo in HE MCS checkBenjamin Berg1-1/+1
2025-01-13wifi: mac80211: Remove unused basic_rates variableBenjamin Berg1-3/+2
2025-01-13wifi: mac80211: improve stop/wake queue tracingEmmanuel Grumbach2-12/+20
2025-01-13wifi: cfg80211: check extended MLD capa/ops in assocJohannes Berg1-0/+7
2025-01-13wifi: cfg80211: scan: skip duplicate RNR entriesJohannes Berg1-1/+12
2025-01-13wifi: mac80211: mlme: improve messages from config_bw()Johannes Berg1-11/+13
2025-01-13wifi: mac80211: reject per-band vendor elements with MLOJohannes Berg1-0/+5
2025-01-13wifi: mac80211: remove an unneeded check in RxEmmanuel Grumbach1-2/+1
2025-01-13wifi: mac80211: add some support for RX OMI power savingJohannes Berg6-5/+277
2025-01-13wifi: mac80211: Remove unused ieee80211_smps_is_restrictiveDr. David Alan Gilbert2-27/+0
2025-01-13wifi: cfg80211: copy multi-link element from the multi-link probe request's frame body to the generated elementsMichael-CY Lee1-1/+26
2025-01-13wifi: mac80211: change disassoc sequence a bitMiri Korenblit1-2/+22