aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-11-03fdget(), trivial conversionsAl Viro1-6/+4
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-29/+25
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+4
2024-10-31Merge tag 'net-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+6
2024-10-30rtnetlink: Fix an error handling path in rtnl_newlink()Christophe JAILLET1-2/+4
2024-10-30net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin1-0/+4
2024-10-30bpf: bpf_csum_diff: Optimize and homogenize for all archsPuranjay Mohan1-28/+11
2024-10-29net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang1-2/+2
2024-10-29rtnetlink: Fix kdoc of rtnl_af_register().Kuniyuki Iwashima1-1/+1
2024-10-29ipv4: Convert devinet_ioctl to per-netns RTNL.Kuniyuki Iwashima1-3/+3
2024-10-29rtnetlink: Define rtnl_net_trylock().Kuniyuki Iwashima1-0/+11
2024-10-28sock_map: fix a NULL pointer dereference in sock_map_link_update_prog()Cong Wang1-0/+4
2024-10-28neighbour: use kvzalloc()/kvfree()Eric Dumazet1-17/+2
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-3/+13
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov4-35/+69
2024-10-24bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...Martin KaFai Lau1-3/+3
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet1-1/+1
2024-10-23net: sysctl: allow dump_cpumask to handle higher numbers of CPUsAntoine Tenart1-9/+23
2024-10-23net: sysctl: do not reserve an extra char in dump_cpumask temporary bufferAntoine Tenart1-1/+1
2024-10-23net: sysctl: remove always-true conditionAntoine Tenart1-2/+4
2024-10-23net: use sock_valbool_flag() only in __sock_set_timestamps()Yajun Deng1-5/+2
2024-10-22bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann1-27/+15
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann1-2/+2
2024-10-22rtnetlink: Protect struct rtnl_af_ops with SRCU.Kuniyuki Iwashima1-16/+47
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima1-1/+3
2024-10-22rtnetlink: Call rtnl_link_get_net_capable() in do_setlink().Kuniyuki Iwashima1-16/+16
2024-10-22rtnetlink: Clean up rtnl_setlink().Kuniyuki Iwashima1-10/+7
2024-10-22rtnetlink: Clean up rtnl_dellink().Kuniyuki Iwashima1-17/+10
2024-10-22rtnetlink: Fetch IFLA_LINK_NETNSID in rtnl_newlink().Kuniyuki Iwashima1-25/+24
2024-10-22rtnetlink: Call rtnl_link_get_net_capable() in rtnl_newlink().Kuniyuki Iwashima1-23/+28
2024-10-22rtnetlink: Protect struct rtnl_link_ops with SRCU.Kuniyuki Iwashima1-22/+61
2024-10-22rtnetlink: Move ops->validate to rtnl_newlink().Kuniyuki Iwashima1-25/+24
2024-10-22rtnetlink: Move rtnl_link_ops_get() and retry to rtnl_newlink().Kuniyuki Iwashima1-24/+18
2024-10-22rtnetlink: Move simple validation from __rtnl_newlink() to rtnl_newlink().Kuniyuki Iwashima1-19/+24
2024-10-22rtnetlink: Factorise do_setlink() path from __rtnl_newlink().Kuniyuki Iwashima1-68/+74
2024-10-22rtnetlink: Call validate_linkmsg() in do_setlink().Kuniyuki Iwashima1-11/+4
2024-10-22rtnetlink: Allocate linkinfo[] as struct rtnl_newlink_tbs.Kuniyuki Iwashima1-3/+5
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-3/+13
2024-10-17bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj1-0/+8
2024-10-15rtnetlink: Remove rtnl_register() and rtnl_register_module().Kuniyuki Iwashima1-53/+21
2024-10-15ipv4: Use rtnl_register_many().Kuniyuki Iwashima1-7/+10
2024-10-15net: Use rtnl_register_many().Kuniyuki Iwashima1-5/+9
2024-10-15neighbour: Use rtnl_register_many().Kuniyuki Iwashima1-9/+10
2024-10-15rtnetlink: Use rtnl_register_many().Kuniyuki Iwashima1-30/+33
2024-10-15rtnetlink: Panic when __rtnl_register_many() fails for builtin callers.Kuniyuki Iwashima1-0/+4
2024-10-15Revert "net: do not leave a dangling sk pointer, when socket creation fails"Ignat Korchagin1-3/+0
2024-10-15Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-4/+13
2024-10-15rtnl_net_debug: Remove rtnl_net_debug_exit().Kuniyuki Iwashima1-6/+0
2024-10-15tools: ynl-gen: use names of constants in generated limitsJakub Kicinski1-3/+3
2024-10-14netdev-genl: Support setting per-NAPI config valuesJoe Damato3-0/+64