summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-09neighbour: Convert iteration to use hlist+macroGilad Naaman
2024-11-09neighbour: Convert seq_file functions to use hlistGilad Naaman
2024-11-09neighbour: Add hlist_node to struct neighbourGilad Naaman
2024-11-09sctp: fix possible UAF in sctp_v6_available()Eric Dumazet
2024-11-09hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim
2024-11-09mptcp: remove the redundant assignment of 'new_ctx->tcp_sock' in subflow_ulp_...MoYuanhao
2024-11-09net: mctp: Expose transport binding identifier via IFLA attributeKhang Nguyen
2024-11-08bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye
2024-11-08SUNRPC: Fix a hang in TLS sock_close if sk_write_pendingBenjamin Coddington
2024-11-07phonet: do not call synchronize_rcu() from phonet_route_del()Eric Dumazet
2024-11-07ipv4: Prepare ip_route_output() to future .flowi4_tos conversion.Guillaume Nault
2024-11-07netlink: terminate outstanding dump on socket closeJakub Kicinski
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-07Merge tag 'net-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-11-07net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet
2024-11-07rxrpc: Fix missing locking causing hanging callsDavid Howells
2024-11-07net/smc: Fix lookup of netdev by using ib_device_get_netdev()Wenjia Zhang
2024-11-07Merge tag 'nf-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-11-07sctp: Avoid enqueuing addr events redundantlyGilad Naaman
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-11-07Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2024-11-07netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2024-11-07net: nfc: Propagate ISO14443 type A target ATS to userspace via netlinkJuraj Ĺ arinay
2024-11-07net: pktgen: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao
2024-11-06ipv6: release nexthop on device removalPaolo Abeni
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner
2024-11-06bpf, sockmap: Fix sk_msg_reset_currZijian Zhang
2024-11-06bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang
2024-11-06bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang
2024-11-06xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.Guillaume Nault
2024-11-06xfrm: Convert xfrm_dst_lookup() to dscp_t.Guillaume Nault
2024-11-06xfrm: Convert xfrm_bundle_create() to dscp_t.Guillaume Nault
2024-11-06xfrm: Convert xfrm_get_tos() to dscp_t.Guillaume Nault
2024-11-06vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim
2024-11-05mptcp: remove unneeded lock when listing schedsMatthieu Baerts (NGI0)
2024-11-05mptcp: use sock_kfree_s instead of kfreeGeliang Tang
2024-11-05mptcp: no admin perm to list endpointsMatthieu Baerts (NGI0)
2024-11-05openvswitch: Pass on secpath details for internal port rx.Aaron Conole
2024-11-05netfilter: nf_tables: must hold rcu read lock while iterating object type listFlorian Westphal
2024-11-05netfilter: nf_tables: must hold rcu read lock while iterating expression type...Florian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with basechain hookFlorian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats in set walkerFlorian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with flowtablesFlorian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with setsFlorian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splat on rule deletionFlorian Westphal
2024-11-04sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown
2024-11-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-11-03net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov