summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-11rxrpc: Add a tracepoint for aborts being proposedDavid Howells
2024-11-11ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-11-09bridge: Allow deleting FDB entries with non-existent VLANIdo Schimmel
2024-11-09neighbour: Create netdev->neighbour associationGilad Naaman
2024-11-09neighbour: Remove bare neighbour::next pointerGilad Naaman
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-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-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-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-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-06ipv6: release nexthop on device removalPaolo Abeni
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
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-11-03sctp: properly validate chunk size in sctp_sf_ootb()Xin Long
2024-11-03net: dsa: use ethtool string helpersRosen Penev
2024-11-03net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason()Yafang Shao
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-10-31netlink: Remove the dead code in netlink_proto_init()Jinjie Ruan
2024-10-31tcp: only release congestion control if it has been initializedPengcheng Yang
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-31Merge tag 'net-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds