aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-15net: warn, if pf->create does not clear sock->sk on errorIgnat Korchagin1-2/+2
2024-10-15net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin1-12/+10
2024-10-15net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin1-12/+10
2024-10-15net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()Ignat Korchagin1-5/+7
2024-10-15net: af_can: do not leave a dangling sk pointer in can_create()Ignat Korchagin1-0/+1
2024-10-15Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()Ignat Korchagin1-5/+5
2024-10-15Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_cre...Ignat Korchagin1-0/+1
2024-10-15af_packet: avoid erroring out after sock_init_data() in packet_create()Ignat Korchagin1-6/+6
2024-10-15net/sched: cbs: Fix integer overflow in cbs_set_port_rate()Elena Salomatkina1-1/+1
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki2-2/+6
2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet3-22/+18
2024-10-15tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima1-5/+16
2024-10-15neighbour: Remove NEIGH_DN_TABLE.Kuniyuki Iwashima1-1/+1
2024-10-15mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni5-0/+15
2024-10-15net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing1-1/+1
2024-10-15kcm: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-9/+1
2024-10-15net: bridge: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-8/+1
2024-10-15ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-8/+1
2024-10-15inetpeer: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-7/+2
2024-10-15ipv4: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-7/+1
2024-10-15af_packet: allow fanout_add when socket is not RUNNINGGur Stavi1-4/+5
2024-10-15netfilter: nf_tables: prefer nft_trans_elem_alloc helperFlorian Westphal1-4/+2
2024-10-15netfilter: nf_tables: replace deprecated strncpy with strscpy_padJustin Stitt1-1/+1
2024-10-15netfilter: nf_tables: Fix percpu address space issues in nf_tables_api.cUros Bizjak1-8/+8
2024-10-15Merge tag 'batadv-next-pullrequest-20241015' of git://git.open-mesh.org/linux...Paolo Abeni4-80/+30
2024-10-15Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni4-49/+62
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-15netfilter: Make legacy configs user selectableBreno Leitao3-4/+29
2024-10-14netdev-genl: Support setting per-NAPI config valuesJoe Damato3-0/+64
2024-10-14net: napi: Add napi_configJoe Damato2-7/+85
2024-10-14netdev-genl: Dump gro_flush_timeoutJoe Damato1-0/+6
2024-10-14net: napi: Make gro_flush_timeout per-NAPIJoe Damato3-7/+47
2024-10-14netdev-genl: Dump napi_defer_hard_irqsJoe Damato1-0/+6
2024-10-14net: napi: Make napi_defer_hard_irqs per-NAPIJoe Damato3-6/+42
2024-10-14ipv4: tcp: give socket pointer to control skbsEric Dumazet2-3/+6
2024-10-14ipv6: tcp: give socket pointer to control skbsEric Dumazet1-0/+3
2024-10-14net: add skb_set_owner_edemux() helperEric Dumazet2-7/+4
2024-10-14net_sched: sch_fq: prepare for TIME_WAIT socketsEric Dumazet1-1/+2
2024-10-14net: add TIME_WAIT logic to sk_to_full_sk()Eric Dumazet1-5/+1
2024-10-14net/smc: Fix memory leak when using percpu refsKai Shen1-1/+5
2024-10-14xsk: Use xsk_buff_pool directly for cq functionsMaciej Fijalkowski1-16/+16
2024-10-14xsk: Wrap duplicated code to functionMaciej Fijalkowski1-16/+18
2024-10-14xsk: Carry a copy of xdp_zc_max_segs within xsk_buff_poolMaciej Fijalkowski2-1/+2
2024-10-14xsk: Get rid of xdp_buff_xsk::orig_addrMaciej Fijalkowski2-2/+4
2024-10-14xsk: s/free_list_node/list_node/Maciej Fijalkowski2-9/+9
2024-10-14xsk: Get rid of xdp_buff_xsk::xskb_list_nodeMaciej Fijalkowski2-3/+2