summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-11-11rtnetlink: Add peer_type in struct rtnl_link_ops.Kuniyuki Iwashima
2024-11-11rtnetlink: Introduce struct rtnl_nets and helpers.Kuniyuki Iwashima
2024-11-11rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima
2024-11-11rtnetlink: Protect link_ops by mutex.Kuniyuki Iwashima
2024-11-11rtnetlink: Remove __rtnl_link_unregister().Kuniyuki Iwashima
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-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-08bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye
2024-11-07net: pktgen: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao
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-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-11-03fdget(), trivial conversionsAl Viro
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
2024-10-30rtnetlink: Fix an error handling path in rtnl_newlink()Christophe JAILLET
2024-10-30net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin
2024-10-30bpf: bpf_csum_diff: Optimize and homogenize for all archsPuranjay Mohan
2024-10-29net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang
2024-10-29rtnetlink: Fix kdoc of rtnl_af_register().Kuniyuki Iwashima
2024-10-29ipv4: Convert devinet_ioctl to per-netns RTNL.Kuniyuki Iwashima
2024-10-29rtnetlink: Define rtnl_net_trylock().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-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-24bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...Martin KaFai Lau
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet
2024-10-23net: sysctl: allow dump_cpumask to handle higher numbers of CPUsAntoine Tenart
2024-10-23net: sysctl: do not reserve an extra char in dump_cpumask temporary bufferAntoine Tenart
2024-10-23net: sysctl: remove always-true conditionAntoine Tenart
2024-10-23net: use sock_valbool_flag() only in __sock_set_timestamps()Yajun Deng
2024-10-22bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-10-22rtnetlink: Protect struct rtnl_af_ops with SRCU.Kuniyuki Iwashima
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima
2024-10-22rtnetlink: Call rtnl_link_get_net_capable() in do_setlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Clean up rtnl_setlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Clean up rtnl_dellink().Kuniyuki Iwashima
2024-10-22rtnetlink: Fetch IFLA_LINK_NETNSID in rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Call rtnl_link_get_net_capable() in rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Protect struct rtnl_link_ops with SRCU.Kuniyuki Iwashima
2024-10-22rtnetlink: Move ops->validate to rtnl_newlink().Kuniyuki Iwashima