summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-05net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook1-1/+1
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-10-28net: Add sk_clone().Kuniyuki Iwashima1-8/+16
2025-10-21net: avoid extra access to sk->sk_wmem_alloc in sock_wfree()Eric Dumazet1-6/+8
2025-10-16net: Introduce net.core.bypass_prot_mem sysctl.Kuniyuki Iwashima1-0/+5
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima1-7/+25
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-09-23net: move sk->sk_err_soft and sk->sk_sndbufEric Dumazet1-1/+2
2025-09-23net: move sk_uid and sk_protocol to sock_read_txEric Dumazet1-0/+2
2025-09-18udp: add udp_drops_inc() helperEric Dumazet1-1/+0
2025-09-05net: call cond_resched() less often in __release_sock()Eric Dumazet1-4/+8
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-22/+0
2025-09-04net: lockless sock_i_ino()Eric Dumazet1-22/+0
2025-08-30net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet1-6/+10
2025-08-28net: add sk->sk_drop_countersEric Dumazet1-0/+2
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet1-7/+7
2025-08-21net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet1-4/+4
2025-08-20net: Define sk_memcg under CONFIG_MEMCG.Kuniyuki Iwashima1-0/+4
2025-08-20net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima1-13/+11
2025-08-20net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima1-3/+3
2025-08-20net: Clean up __sk_mem_raise_allocated().Kuniyuki Iwashima1-4/+5
2025-08-20net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima1-2/+1
2025-07-19net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer1-7/+13
2025-07-03net: dst: add four helpers to annotate data-races around dst->devEric Dumazet1-4/+4
2025-07-03net: dst: annotate data-races around dst->obsoleteEric Dumazet1-2/+2
2025-06-24net: make sk->sk_rcvtimeo locklessEric Dumazet1-6/+4
2025-06-24net: make sk->sk_sndtimeo locklessEric Dumazet1-8/+4
2025-06-24net: remove sock_i_uid()Eric Dumazet1-11/+0
2025-06-11net: remove unused sock_enable_timestampsWillem de Bruijn1-8/+0
2025-05-29Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocatedTengteng Yang1-4/+4
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-32/+72
2025-05-26Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+11
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima1-0/+14
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima1-21/+23
2025-05-23net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.Kuniyuki Iwashima1-0/+18
2025-05-23tcp: Restrict SO_TXREHASH to TCP socket.Kuniyuki Iwashima1-0/+5
2025-05-13net: devmem: Implement TX pathMina Almasry1-0/+5
2025-04-28net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pidChristian Brauner1-10/+12
2025-04-17net, pidfd: report EINVAL for ESRCHChristian Brauner1-1/+9
2025-04-12net: Unexport shared functions for DCCP.Kuniyuki Iwashima1-18/+14
2025-04-12sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu1-2/+2
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+5
2025-04-10net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-0/+5
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-03-18tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet1-1/+5
2025-03-04sock: add sock_kmemdup helperGeliang Tang1-0/+16
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+22
2025-02-22net: better track kernel sockets lifetimeEric Dumazet1-5/+22