summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-08net: introduce include/net/rps.hEric Dumazet1-35/+0
2024-02-28net: make SK_MEMORY_PCPU_RESERV tunableAdam Li1-2/+3
2024-02-20net: reorganize "struct sock" fieldsEric Dumazet1-47/+61
2024-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-25/+0
2024-01-24tcp: Move skb_steal_sock() to request_sock.hKuniyuki Iwashima1-25/+0
2024-01-21udp: fix busy pollingEric Dumazet1-1/+17
2023-12-29net: sock: remove excess structure-member documentationJonathan Corbet1-2/+0
2023-12-26net: remove SOCK_DEBUG macroDenis Kirjanov1-13/+0
2023-12-23tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima1-4/+0
2023-12-23tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima1-10/+0
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+5
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet1-1/+0
2023-12-14bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend1-0/+5
2023-11-02Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2023-10-20net/socket: Break down __sys_getsockoptBreno Leitao1-2/+2
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+4
2023-10-19net/socket: Break down __sys_setsockoptBreno Leitao1-0/+2
2023-10-14tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni1-6/+4
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-3/+3
2023-10-01net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet1-4/+16
2023-10-01net: constify sk_dst_get() and __sk_dst_get() argumentEric Dumazet1-2/+2
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet1-1/+1
2023-09-12net: sock_release_ownership() cleanupEric Dumazet1-5/+4
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet1-7/+10
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet1-3/+9
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2023-08-19sock: annotate data-races around prot->memory_pressureEric Dumazet1-3/+4
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-0/+6
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer1-2/+5
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet1-0/+1
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-06-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima1-0/+1
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-6/+0
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-1/+4
2023-06-09splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells1-0/+1
2023-06-07rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet1-5/+13
2023-05-30tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+4
2023-05-10net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima1-1/+1
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski1-1/+1
2023-03-29net: dst: Switch to rcuref_t reference countingThomas Gleixner1-1/+1
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+13
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing1-28/+0
2023-02-11dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-0/+13
2023-02-06net: add sock_init_data_uid()Pietro Borrello1-1/+6
2022-12-20net: simplify sk_page_fragBenjamin Coddington1-7/+2
2022-12-20net: Introduce sk_use_task_frag in struct sock.Guillaume Nault1-2/+9
2022-12-09net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn1-3/+3
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki1-1/+1