summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
8 daysnet: fix __dst_negative_advice() raceEric Dumazet1-10/+3
2024-05-13net: pass back whether socket was empty post acceptJens Axboe1-0/+1
2024-05-13net: change proto and proto_ops accept typeJens Axboe1-3/+9
2024-04-30net: add <net/proto_memory.h>Eric Dumazet1-78/+0
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+20
2024-04-23net: fix sk_memory_allocated_{add|sub} vs softirqsEric Dumazet1-18/+20
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski1-3/+1
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet1-0/+6
2024-03-25tcp: properly terminate timers for kernel socketsEric Dumazet1-0/+7
2024-03-07net: 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-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-25/+0
2024-01-23tcp: 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-22tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima1-4/+0
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima1-10/+0
2023-12-21Merge 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-13bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend1-0/+5
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2023-10-19net/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-13tcp: 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-18sock: 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-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-6/+0
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-1/+4
2023-06-08splice, 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-29tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+4
2023-05-09net: 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-28net: dst: Switch to rcuref_t reference countingThomas Gleixner1-1/+1