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