aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-11-04netpoll: Fix deadlock in memory allocation under spinlockBreno Leitao1-5/+2
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook2-2/+2
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook2-3/+4
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: devmem: Remove unused declaration net_devmem_bind_tx_release()Yue Haibing1-1/+0
2025-11-04net: mark deliver_skb() as unlikely and not inlinedEric Dumazet1-11/+11
2025-11-04rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATSAdrian Moreno1-4/+11
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja3-11/+52
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov6-22/+70
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner1-1/+1
2025-10-31Merge 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-29net: devmem: refresh devmem TX dst in case of route invalidationShivaji Kant1-3/+24
2025-10-29ipv6: icmp: Add RFC 5837 supportIdo Schimmel1-0/+1
2025-10-28net: optimize enqueue_to_backlog() for the fast pathEric Dumazet1-8/+10
2025-10-28bpf: Reject negative head_room in __bpf_skb_change_headDaniel Borkmann1-1/+2
2025-10-27net: Add sk_clone().Kuniyuki Iwashima1-8/+16
2025-10-24neighbour: Convert rwlock of struct neigh_table to spinlock.Kuniyuki Iwashima1-33/+35
2025-10-24neighbour: Convert RTM_SETNEIGHTBL to RCU.Kuniyuki Iwashima1-5/+14
2025-10-24neighbour: Convert RTM_GETNEIGHTBL to RCU.Kuniyuki Iwashima1-14/+9
2025-10-24neighbour: Annotate access to neigh_parms fields.Kuniyuki Iwashima1-11/+6
2025-10-24neighbour: 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-21net: add a common function to compute features for upper devicesHangbin Liu1-0/+88
2025-10-21net: 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
2025-10-20net: shrink napi_skb_cache_{put,get}() and napi_skb_cache_get_bulk()Eric Dumazet1-5/+10
2025-10-20net: add a fast path in __netif_schedule()Eric Dumazet1-0/+7
2025-10-20bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann1-0/+7
2025-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2Alexei Starovoitov3-5/+46
2025-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-7/+124
2025-10-16net: dev_queue_xmit() llist adoptionEric Dumazet1-35/+56
2025-10-16Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet1-6/+0
2025-10-16net: add add indirect call wrapper in skb_release_head_state()Eric Dumazet1-1/+10
2025-10-16rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck1-3/+0
2025-10-16net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()Eric Dumazet1-2/+8
2025-10-16bpf: Introduce SK_BPF_BYPASS_PROT_MEM.Kuniyuki Iwashima1-0/+37
2025-10-16bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE.Kuniyuki Iwashima1-0/+48
2025-10-16net: Introduce net.core.bypass_prot_mem sysctl.Kuniyuki Iwashima2-0/+14
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima1-7/+25
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-5/+48
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-5/+46
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet1-0/+1
2025-10-15net: allow busy connected flows to switch tx queuesEric Dumazet1-2/+27
2025-10-15net: add /proc/sys/net/core/txq_reselection_ms controlEric Dumazet2-0/+8
2025-10-15net: control skb->ooo_okay from skb_set_owner_w()Eric Dumazet1-1/+11
2025-10-15net: add SK_WMEM_ALLOC_BIAS constantEric Dumazet1-3/+2
2025-10-14net: core: fix lockdep splat on device unregisterFlorian Westphal1-5/+35