summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-11-14bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov
2025-11-13net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()Jiaming Zhang
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-12net: clear skb->sk in skb_release_head_state()Eric Dumazet
2025-11-11net: export netdev_get_by_index_lock()David Wei
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner
2025-11-10net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao
2025-11-10bpf: Make bpf_skb_change_head helper metadata-safeJakub Sitnicki
2025-11-10bpf: Make bpf_skb_change_proto helper metadata-safeJakub Sitnicki
2025-11-10bpf: Make bpf_skb_adjust_room metadata-safeJakub Sitnicki
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki
2025-11-10net: Preserve metadata on pskb_expand_headJakub Sitnicki
2025-11-07net: increase skb_defer_max default to 128Eric Dumazet
2025-11-07net: fix napi_consume_skb() with alien skbsEric Dumazet
2025-11-07net: allow skb_release_head_state() to be called multiple timesEric Dumazet
2025-11-07net: add prefetch() in skb_defer_free_flush()Eric Dumazet
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-11-06net: selftests: export packet creation helpers for driver useRaju Rangoju
2025-11-05net: gro_cells: Reduce lock scope in gro_cell_pollSebastian Andrzej Siewior
2025-11-04netpoll: Fix deadlock in memory allocation under spinlockBreno Leitao
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: devmem: Remove unused declaration net_devmem_bind_tx_release()Yue Haibing
2025-11-04net: mark deliver_skb() as unlikely and not inlinedEric Dumazet
2025-11-04rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATSAdrian Moreno
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-29net: devmem: refresh devmem TX dst in case of route invalidationShivaji Kant
2025-10-29ipv6: icmp: Add RFC 5837 supportIdo Schimmel
2025-10-28net: optimize enqueue_to_backlog() for the fast pathEric Dumazet
2025-10-28bpf: Reject negative head_room in __bpf_skb_change_headDaniel Borkmann
2025-10-27net: Add sk_clone().Kuniyuki Iwashima
2025-10-24neighbour: Convert rwlock of struct neigh_table to spinlock.Kuniyuki Iwashima
2025-10-24neighbour: Convert RTM_SETNEIGHTBL to RCU.Kuniyuki Iwashima
2025-10-24neighbour: Convert RTM_GETNEIGHTBL to RCU.Kuniyuki Iwashima
2025-10-24neighbour: Annotate access to neigh_parms fields.Kuniyuki Iwashima
2025-10-24neighbour: Use RCU list helpers for neigh_parms.list writers.Kuniyuki Iwashima
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-23net: datagram: introduce datagram_poll_queue for custom receive queuesRalf Lici
2025-10-21net: add a common function to compute features for upper devicesHangbin Liu
2025-10-21net: gro_cells: fix lock imbalance in gro_cells_receive()Eric Dumazet
2025-10-21net: avoid extra access to sk->sk_wmem_alloc in sock_wfree()Eric Dumazet