summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-10-29xfrm: Restrict percpu SA attribute to specific netlink message typesSteffen Klassert
2024-10-29xfrm: Add an inbound percpu state cache.Steffen Klassert
2024-10-29xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert
2024-10-29xfrm: Add support for per cpu xfrm state handling.Steffen Klassert
2024-10-29ipv4: Convert devinet_ioctl to per-netns RTNL.Kuniyuki Iwashima
2024-10-29ipv4: Convert devinet_ioctl() to per-netns RTNL except for SIOCSIFFLAGS.Kuniyuki Iwashima
2024-10-29ipv4: Convert devinet_sysctl_forward() to per-netns RTNL.Kuniyuki Iwashima
2024-10-29rtnetlink: Define rtnl_net_trylock().Kuniyuki Iwashima
2024-10-29ipv4: Convert check_lifetime() to per-netns RTNL.Kuniyuki Iwashima
2024-10-29ipv4: Convert RTM_DELADDR to per-netns RTNL.Kuniyuki Iwashima
2024-10-29ipv4: Use per-netns RTNL helpers in inet_rtm_newaddr().Kuniyuki Iwashima
2024-10-29ipv4: Convert RTM_NEWADDR to per-netns RTNL.Kuniyuki Iwashima
2024-10-29ipv4: Don't allocate ifa for 0.0.0.0 in inet_rtm_newaddr().Kuniyuki Iwashima
2024-10-29ipv4: Factorise RTM_NEWADDR validation to inet_validate_rtm().Kuniyuki Iwashima
2024-10-28sock_map: fix a NULL pointer dereference in sock_map_link_update_prog()Cong Wang
2024-10-28neighbour: use kvzalloc()/kvfree()Eric Dumazet
2024-10-28vsock: do not leave dangling sk pointer in vsock_create()Eric Dumazet
2024-10-28mptcp: use "middlebox interference" RST when no DSSDavide Caratti
2024-10-28mptcp: implement mptcp_pm_connection_closedGeliang Tang
2024-10-28mptcp: annotate data-races around subflow->fully_establishedGang Yan
2024-10-28mptcp: pm: send ACK on non-stale subflowsMatthieu Baerts (NGI0)
2024-10-28mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)
2024-10-26wifi: mac80211: ieee80211_i: Fix memory corruption bug in struct ieee80211_ch...Gustavo A. R. Silva
2024-10-25wifi: cfg80211: clear wdev->cqm_config pointer on freeJohannes Berg
2024-10-25mac80211: fix user-power when emulating chanctxBen Greear
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-10-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-24bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...Martin KaFai Lau
2024-10-24phonet: Don't hold RTNL for route_doit().Kuniyuki Iwashima
2024-10-24phonet: Convert phonet_routes.lock to spinlock_t.Kuniyuki Iwashima
2024-10-24phonet: Pass net and ifindex to rtm_phonet_notify().Kuniyuki Iwashima
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