summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-11-20net: prefetch the next skb in napi_skb_cache_get()Jason Xing1-0/+2
2025-11-20net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing1-6/+8
2025-11-20net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing1-1/+1
2025-11-20net: increase default NAPI_SKB_CACHE_SIZE to 128Jason Xing1-1/+1
2025-11-19net: use napi_skb_cache even in process contextEric Dumazet1-0/+5
2025-11-19net: __alloc_skb() cleanupEric Dumazet1-10/+18
2025-11-19net: add a new @alloc parameter to napi_skb_cache_get()Eric Dumazet1-7/+8
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2025-11-12net: clear skb->sk in skb_release_head_state()Eric Dumazet1-0/+1
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing1-3/+5
2025-11-11net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao1-2/+5
2025-11-10bpf: Make bpf_skb_change_head helper metadata-safeJakub Sitnicki1-1/+3
2025-11-10bpf: Make bpf_skb_change_proto helper metadata-safeJakub Sitnicki1-1/+2
2025-11-10bpf: Make bpf_skb_adjust_room metadata-safeJakub Sitnicki1-4/+5
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki1-6/+12
2025-11-10net: Preserve metadata on pskb_expand_headJakub Sitnicki1-2/+4
2025-11-08net: increase skb_defer_max default to 128Eric Dumazet1-1/+1
2025-11-08net: fix napi_consume_skb() with alien skbsEric Dumazet1-0/+5
2025-11-08net: allow skb_release_head_state() to be called multiple timesEric Dumazet1-4/+3
2025-11-08net: add prefetch() in skb_defer_free_flush()Eric Dumazet1-0/+1
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+6
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-7/+4
2025-11-06net: selftests: export packet creation helpers for driver useRaju Rangoju1-41/+7
2025-11-06net: gro_cells: Reduce lock scope in gro_cell_pollSebastian Andrzej Siewior1-2/+2
2025-11-05netpoll: Fix deadlock in memory allocation under spinlockBreno Leitao1-5/+2
2025-11-05net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook2-2/+2
2025-11-05net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook2-3/+4
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-05net: devmem: Remove unused declaration net_devmem_bind_tx_release()Yue Haibing1-1/+0
2025-11-05net: mark deliver_skb() as unlikely and not inlinedEric Dumazet1-11/+11
2025-11-05rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATSAdrian Moreno1-4/+11
2025-11-04net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja3-11/+52
2025-11-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+2
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+24
2025-10-30net: devmem: refresh devmem TX dst in case of route invalidationShivaji Kant1-3/+24
2025-10-30ipv6: icmp: Add RFC 5837 supportIdo Schimmel1-0/+1
2025-10-29net: optimize enqueue_to_backlog() for the fast pathEric Dumazet1-8/+10
2025-10-29bpf: Reject negative head_room in __bpf_skb_change_headDaniel Borkmann1-1/+2
2025-10-28net: Add sk_clone().Kuniyuki Iwashima1-8/+16
2025-10-25neighbour: Convert rwlock of struct neigh_table to spinlock.Kuniyuki Iwashima1-33/+35
2025-10-25neighbour: Convert RTM_SETNEIGHTBL to RCU.Kuniyuki Iwashima1-5/+14
2025-10-25neighbour: Convert RTM_GETNEIGHTBL to RCU.Kuniyuki Iwashima1-14/+9
2025-10-25neighbour: Annotate access to neigh_parms fields.Kuniyuki Iwashima1-11/+6
2025-10-25neighbour: Use RCU list helpers for neigh_parms.list writers.Kuniyuki Iwashima1-2/+2
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-18/+44
2025-10-23net: datagram: introduce datagram_poll_queue for custom receive queuesRalf Lici1-10/+34
2025-10-22net: add a common function to compute features for upper devicesHangbin Liu1-0/+88
2025-10-22net: gro_cells: fix lock imbalance in gro_cells_receive()Eric Dumazet1-3/+2
2025-10-21net: avoid extra access to sk->sk_wmem_alloc in sock_wfree()Eric Dumazet1-6/+8