summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-181-0/+5
|\
| * bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj2024-10-171-0/+5
* | net: Fix an unsafe loop on the listAnastasia Kovaleva2024-10-041-0/+2
|/
* tcp: RX path for devmem TCPMina Almasry2024-09-111-0/+2
* net: Correct spelling in headersSimon Horman2024-08-261-2/+2
* net/ipv4: Use nested-BH locking for ipv4_tcp_sk.Sebastian Andrzej Siewior2024-06-241-0/+5
* net: use unrcu_pointer() helperEric Dumazet2024-06-061-1/+1
* net: fix __dst_negative_advice() raceEric Dumazet2024-05-291-10/+3
* net: pass back whether socket was empty post acceptJens Axboe2024-05-131-0/+1
* net: change proto and proto_ops accept typeJens Axboe2024-05-131-3/+9
* net: add <net/proto_memory.h>Eric Dumazet2024-04-301-78/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-18/+20
|\
| * net: fix sk_memory_allocated_{add|sub} vs softirqsEric Dumazet2024-04-231-18/+20
* | net: skbuff: generalize the skb->decrypted bitJakub Kicinski2024-04-061-3/+1
* | net: add sk_wake_async_rcu() helperEric Dumazet2024-03-291-0/+6
|/
* tcp: properly terminate timers for kernel socketsEric Dumazet2024-03-251-0/+7
* 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