summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-10-24phonet: Pass ifindex to fill_route().Kuniyuki Iwashima
2024-10-24phonet: Don't hold RTNL for getaddr_dumpit().Kuniyuki Iwashima
2024-10-24phonet: Don't hold RTNL for addr_doit().Kuniyuki Iwashima
2024-10-24phonet: Convert phonet_device_list.lock to spinlock_t.Kuniyuki Iwashima
2024-10-24phonet: Pass net and ifindex to phonet_address_notify().Kuniyuki Iwashima
2024-10-24phonet: Pass ifindex to fill_addr().Kuniyuki Iwashima
2024-10-24Merge tag 'for-net-2024-10-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2024-10-23mac80211: Remove NOP call to ieee80211_hw_configBen Greear
2024-10-23wifi: mac80211: re-order assigning channel in activate linksAditya Kumar Singh
2024-10-23wifi: mac80211: convert debugfs files to short fopsJohannes Berg
2024-10-23wifi: mac80211: remove misleading j_0 construction partsJohannes Berg
2024-10-23wifi: mac80211: refactor BW limitation check for CSA parsingMichael-CY Lee
2024-10-23wifi: mac80211: filter on monitor interfaces based on configured channelFelix Fietkau
2024-10-23wifi: mac80211: refactor ieee80211_rx_monitorFelix Fietkau
2024-10-23wifi: mac80211: add support for the monitor SKIP_TX flagFelix Fietkau
2024-10-23wifi: cfg80211: add monitor SKIP_TX flagFelix Fietkau
2024-10-23wifi: mac80211: add flag to opt out of virtual monitor supportFelix Fietkau
2024-10-23wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau
2024-10-23wifi: mac80211: remove status->ampdu_delimiter_crcFelix Fietkau
2024-10-23wifi: cfg80211: report per wiphy radio antenna maskFelix Fietkau
2024-10-23wifi: mac80211: use vif radio mask to limit creating chanctxFelix Fietkau
2024-10-23wifi: mac80211: use vif radio mask to limit ibss scan frequenciesFelix Fietkau
2024-10-23wifi: cfg80211: add option for vif allowed radiosFelix Fietkau
2024-10-23wifi: mac80211: expose ieee80211_chan_width_to_rx_bw() to driversJohannes Berg
2024-10-23wifi: mac80211: chan: calculate min_def also for client modeJohannes Berg
2024-10-23wifi: mac80211: add an option to fake ieee80211_connection_lossMiri Korenblit
2024-10-23wifi: mac80211: parse A-MSDU len from EHT capabilitiesMiri Korenblit
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg
2024-10-23wifi: mac80211: allow rate_control_rate_init() for linksJohannes Berg
2024-10-23wifi: mac80211: update the right link for tx powerEmmanuel Grumbach
2024-10-23wifi: mac80211: __ieee80211_recalc_txpower receives a linkEmmanuel Grumbach
2024-10-23wifi: mac80211: ieee80211_recalc_txpower receives a linkEmmanuel Grumbach
2024-10-23wifi: mac80211: remove unneeded parametersEmmanuel Grumbach
2024-10-23wifi: mac80211: make bss_param_ch_cnt available for the low level driverEmmanuel Grumbach
2024-10-23wifi: mac80211: rename IEEE80211_CHANCTX_CHANGE_MIN_WIDTHMiri Korenblit
2024-10-23wifi: cfg80211: disallow SMPS in AP modeJohannes Berg
2024-10-23wifi: mac80211: Add support to indicate that a new interface is to be addedIlan Peer
2024-10-23Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz
2024-10-23Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz
2024-10-23Bluetooth: hci_core: Disable works on hci_unregister_devLuiz Augusto von Dentz
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet
2024-10-23net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov
2024-10-23net: sched: fix use-after-free in taprio_change()Dmitry Antipov
2024-10-23ipv4: Switch inet_addr_hash() to less predictable hash.Kuniyuki Iwashima
2024-10-23ip6mr: Add __init to ip6_mr_cleanup().Kuniyuki Iwashima
2024-10-23net/sched: act_api: unexport tcf_action_dump_1()Vladimir Oltean
2024-10-23net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean
2024-10-23net: sysctl: allow dump_cpumask to handle higher numbers of CPUsAntoine Tenart
2024-10-23net: sysctl: do not reserve an extra char in dump_cpumask temporary bufferAntoine Tenart