summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-12net: rfkill: gpio: Add check for clk_enable()Mingwei Zheng
2024-11-07wifi: cfg80211: Fix an error handling path in nl80211_start_ap()Christophe JAILLET
2024-11-07wifi: nl80211: fix bounds checker error in nl80211_parse_sched_scanAleksei Vetrov
2024-11-07wifi: cfg80211: Remove the Medium Synchronization Delay validity checkLingbo Kong
2024-10-29Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-10-29devlink: remove unused devlink_resource_register()Przemek Kitszel
2024-10-29devlink: remove unused devlink_resource_occ_get_register() and _unregister()Przemek Kitszel
2024-10-29net: dsa: replace devlink resource registration calls by devl_ variantsPrzemek Kitszel
2024-10-29devlink: region: snapshot IDs: consolidate error valuesPrzemek Kitszel
2024-10-29devlink: devl_resource_register(): differentiate error codesPrzemek Kitszel
2024-10-29devlink: use devlink_nl_put_u64() helperPrzemek Kitszel
2024-10-29devlink: introduce devlink_nl_put_u64()Przemek Kitszel
2024-10-29socket: Print pf->create() when it does not clear sock->sk on failure.Kuniyuki Iwashima
2024-10-29rtnetlink: Fix kdoc of rtnl_af_register().Kuniyuki Iwashima
2024-10-29ipv4: Prepare ip_rt_get_source() to future .flowi4_tos conversion.Guillaume Nault
2024-10-29ipv4: Prepare ipmr_rt_fib_lookup() to future .flowi4_tos conversion.Guillaume Nault
2024-10-29ipv4: Prepare icmp_reply() to future .flowi4_tos conversion.Guillaume Nault
2024-10-29ipv4: Prepare fib_compute_spec_dst() to future .flowi4_tos conversion.Guillaume Nault
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-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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
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