aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes1-1/+1
2020-05-29net: add a new bind_add methodChristoph Hellwig1-1/+5
2020-05-28net: add sock_set_reuseportChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_rcvbufChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_keepaliveChristoph Hellwig1-0/+1
2020-05-28net: add sock_enable_timestampsChristoph Hellwig1-0/+1
2020-05-28net: add sock_bindtoindexChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_sndtimeoChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_priorityChristoph Hellwig1-0/+1
2020-05-28net: add sock_no_lingerChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig1-0/+2
2020-04-07net: sock.h: fix skb_steal_sock() kernel-docLothar Rubusch1-3/+3
2020-03-30bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer1-8/+17
2020-03-30net: Track socket refcounts in skb_steal_sock()Joe Stringer1-1/+9
2020-03-30bpf: Add socket assign supportJoe Stringer1-0/+11
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+35
2020-02-21net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki1-2/+35
2020-02-16net/sock.h: fix all kernel-doc warningsRandy Dunlap1-5/+33
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+2
2020-01-22xsk, net: Make sock_def_readable() have external linkageBjörn Töpel1-0/+2
2020-01-09tcp: clean ext on tx recyclePaolo Abeni1-0/+1
2020-01-09sock: Make sk_protocol a 16-bit valueMat Martineau1-20/+5
2020-01-09net: Make sock protocol value checks more specificMat Martineau1-1/+0
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+7
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet1-2/+2
2019-12-13tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet1-0/+5
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-11-06net: silence data-races on sk_backlog.tailEric Dumazet1-2/+2
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet1-1/+1
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet1-3/+3
2019-11-06net: avoid potential false sharing in neighbor related codeEric Dumazet1-6/+6
2019-11-05net: prevent load/store tearing on sk->sk_stampEric Dumazet1-2/+2
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+10
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-29net/smc: remove unneeded include for smc.hUrsula Braun1-1/+0
2019-10-28net: fix sk_page_frag() recursion from memory reclaimTejun Heo1-3/+8
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+22
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-5/+10
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet1-7/+11
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet1-1/+3
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-1/+1
2019-10-04net: spread "enum sock_flags"Alexey Dobriyan1-1/+1
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-1/+9
2019-07-08coallocate socket_wq with socket itselfAl Viro1-2/+2
2019-06-14net: add high_order_alloc_disable sysctl/static keyEric Dumazet1-0/+2
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet1-1/+3
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet1-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1