summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* net: introduce include/net/rps.hEric Dumazet2024-03-071-35/+0
* net: make SK_MEMORY_PCPU_RESERV tunableAdam Li2024-02-281-2/+3
* net: reorganize "struct sock" fieldsEric Dumazet2024-02-201-47/+61
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-261-25/+0
|\
| * tcp: Move skb_steal_sock() to request_sock.hKuniyuki Iwashima2024-01-231-25/+0
* | udp: fix busy pollingEric Dumazet2024-01-211-1/+17
|/
* net: sock: remove excess structure-member documentationJonathan Corbet2023-12-291-2/+0
* net: remove SOCK_DEBUG macroDenis Kirjanov2023-12-261-13/+0
* tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima2023-12-221-4/+0
* tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima2023-12-221-10/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-211-0/+5
|\
| * bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend2023-12-131-0/+5
* | net: Namespace-ify sysctl_optmem_maxEric Dumazet2023-12-151-1/+0
|/
* Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-2/+4
|\
| * net/socket: Break down __sys_getsockoptBreno Leitao2023-10-191-2/+2
| * net/socket: Break down __sys_setsockoptBreno Leitao2023-10-191-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-6/+4
|\ \
| * | tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2023-10-131-6/+4
| |/
* | net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2023-10-011-3/+3
* | net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet2023-10-011-4/+16
* | net: constify sk_dst_get() and __sk_dst_get() argumentEric Dumazet2023-10-011-2/+2
* | ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2023-09-151-1/+1
* | net: sock_release_ownership() cleanupEric Dumazet2023-09-121-5/+4
|/
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-7/+10
* net: annotate data-races around sk->sk_forward_allocEric Dumazet2023-09-011-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-3/+4
|\
| * sock: annotate data-races around prot->memory_pressureEric Dumazet2023-08-181-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-0/+6
|\|
| * sock: Fix misuse of sk_under_memory_pressure()Abel Wu2023-08-171-0/+6
* | bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-2/+5
* | ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-07-241-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-0/+1
|\
| * netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-06-271-0/+1
* | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-6/+0
* | net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-1/+4
* | splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells2023-06-081-0/+1
|/
* rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet2023-06-071-5/+13
* tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-05-291-0/+4
* net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima2023-05-091-1/+1
* net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski2023-04-191-1/+1
* net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-281-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-0/+13
|\
| * dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2023-02-101-0/+13
* | net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-28/+0
* | net: add sock_init_data_uid()Pietro Borrello2023-02-061-1/+6
|/
* net: simplify sk_page_fragBenjamin Coddington2022-12-191-7/+2
* net: Introduce sk_use_task_frag in struct sock.Guillaume Nault2022-12-191-2/+9
* net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn2022-12-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-1/+1
|\
| * l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki2022-11-161-1/+1