summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2024-11-11rtnetlink: Convert RTM_NEWLINK to per-netns RTNL.Kuniyuki Iwashima-3/+24
2024-11-11rtnetlink: Add peer_type in struct rtnl_link_ops.Kuniyuki Iwashima-4/+51
2024-11-11rtnetlink: Introduce struct rtnl_nets and helpers.Kuniyuki Iwashima-3/+67
2024-11-11rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima-29/+7
2024-11-11rtnetlink: Protect link_ops by mutex.Kuniyuki Iwashima-13/+20
2024-11-11rtnetlink: Remove __rtnl_link_unregister().Kuniyuki Iwashima-22/+10
2024-11-11net: hsr: Add VLAN CTAG filter supportMurali Karicheri-1/+79
2024-11-11net: hsr: Add VLAN supportWingMan Kwok-10/+14
2024-11-11net: fix data-races around sk->sk_forward_allocWang Liang-4/+2
2024-11-11rxrpc: Add a tracepoint for aborts being proposedDavid Howells-0/+1
2024-11-11ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi-19/+34
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin-13/+7
2024-11-11svcrdma: Address an integer overflowChuck Lever-1/+7
2024-11-11net: convert to nla_get_*_default()Johannes Berg-209/+114
2024-11-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+1
2024-11-09bridge: Allow deleting FDB entries with non-existent VLANIdo Schimmel-7/+2
2024-11-09neighbour: Create netdev->neighbour associationGilad Naaman-38/+58
2024-11-09neighbour: Remove bare neighbour::next pointerGilad Naaman-81/+11
2024-11-09neighbour: Convert iteration to use hlist+macroGilad Naaman-29/+18
2024-11-09neighbour: Convert seq_file functions to use hlistGilad Naaman-56/+48
2024-11-09neighbour: Add hlist_node to struct neighbourGilad Naaman-1/+19
2024-11-09sctp: fix possible UAF in sctp_v6_available()Eric Dumazet-6/+13
2024-11-09hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim-0/+1
2024-11-09mptcp: remove the redundant assignment of 'new_ctx->tcp_sock' in subflow_ulp_...MoYuanhao-1/+0
2024-11-09net: mctp: Expose transport binding identifier via IFLA attributeKhang Nguyen-3/+9
2024-11-08bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye-1/+1
2024-11-08SUNRPC: Fix a hang in TLS sock_close if sk_write_pendingBenjamin Coddington-0/+1
2024-11-07phonet: do not call synchronize_rcu() from phonet_route_del()Eric Dumazet-4/+13
2024-11-07ipv4: Prepare ip_route_output() to future .flowi4_tos conversion.Guillaume Nault-1/+1
2024-11-07netlink: terminate outstanding dump on socket closeJakub Kicinski-25/+8
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-20/+49
2024-11-07Merge tag 'net-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-20/+47
2024-11-07net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet-1/+3
2024-11-07rxrpc: Fix missing locking causing hanging callsDavid Howells-0/+4
2024-11-07net/smc: Fix lookup of netdev by using ib_device_get_netdev()Wenjia Zhang-9/+3
2024-11-07Merge tag 'nf-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-7/+34
2024-11-07sctp: Avoid enqueuing addr events redundantlyGilad Naaman-2/+16
2024-11-07wifi: cfg80211: Fix an error handling path in nl80211_start_ap()Christophe JAILLET-4/+4
2024-11-07wifi: nl80211: fix bounds checker error in nl80211_parse_sched_scanAleksei Vetrov-0/+1
2024-11-07wifi: cfg80211: Remove the Medium Synchronization Delay validity checkLingbo Kong-6/+0
2024-11-07Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-67/+117
2024-11-07netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso-7/+34
2024-11-07net: nfc: Propagate ISO14443 type A target ATS to userspace via netlinkJuraj Ĺ arinay-2/+48
2024-11-07net: pktgen: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao-1/+1
2024-11-06ipv6: release nexthop on device removalPaolo Abeni-3/+3
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner-3/+1
2024-11-06bpf, sockmap: Fix sk_msg_reset_currZijian Zhang-11/+9
2024-11-06bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang-6/+9
2024-11-06bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang-20/+33
2024-11-06xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.Guillaume Nault-2/+3