summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2024-01-21udp: fix busy pollingEric Dumazet
2023-12-29net: sock: remove excess structure-member documentationJonathan Corbet
2023-12-26net: remove SOCK_DEBUG macroDenis Kirjanov
2023-12-22tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet
2023-12-13bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-19net/socket: Break down __sys_getsockoptBreno Leitao
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19net/socket: Break down __sys_setsockoptBreno Leitao
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-10-01net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet
2023-10-01net: constify sk_dst_get() and __sk_dst_get() argumentEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet
2023-09-12net: sock_release_ownership() cleanupEric Dumazet
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-18sock: annotate data-races around prot->memory_pressureEric Dumazet
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-06-08splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells
2023-06-07rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet
2023-05-29tcp: deny tcp_disconnect() when threads are waitingEric Dumazet
2023-05-09net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-10dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima
2023-02-06net: add sock_init_data_uid()Pietro Borrello
2022-12-19net: simplify sk_page_fragBenjamin Coddington
2022-12-19net: Introduce sk_use_task_frag in struct sock.Guillaume Nault
2022-12-08net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-28net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-24net-memcg: avoid stalls when under memory pressureJakub Kicinski
2022-10-24net: remove useless parameter of __sock_cmsg_sendxu xin