summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2024-10-23net: sysctl: remove always-true conditionAntoine Tenart
2024-10-23net: use sock_valbool_flag() only in __sock_set_timestamps()Yajun Deng
2024-10-22bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-10-22tools: ynl-gen: use big-endian netlink attribute typesAsbjørn Sloth Tønnesen
2024-10-22Merge tag 'nf-24-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-10-22rtnetlink: Protect struct rtnl_af_ops with SRCU.Kuniyuki Iwashima
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima
2024-10-22rtnetlink: Call rtnl_link_get_net_capable() in do_setlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Clean up rtnl_setlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Clean up rtnl_dellink().Kuniyuki Iwashima
2024-10-22rtnetlink: Fetch IFLA_LINK_NETNSID in rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Call rtnl_link_get_net_capable() in rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Protect struct rtnl_link_ops with SRCU.Kuniyuki Iwashima
2024-10-22rtnetlink: Move ops->validate to rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Move rtnl_link_ops_get() and retry to rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Move simple validation from __rtnl_newlink() to rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Factorise do_setlink() path from __rtnl_newlink().Kuniyuki Iwashima