aboutsummaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong
2022-05-16net: annotate races around sk->sk_bound_dev_ifEric Dumazet
2022-05-13inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet
2022-04-30net: inline sock_alloc_send_skbPavel Begunkov
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-11net: sock: introduce sock_queue_rcv_skb_reason()Menglong Dong
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov
2022-01-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2021-12-10sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-01net: avoid uninit-value from tcp_conn_requestEric Dumazet
2021-11-29tcp: fix page frag corruption on page faultPaolo Abeni
2021-11-23neigh: introduce neigh_confirm() helper functionYajun Deng
2021-11-18tcp: add missing htmldocs for skb->ll_node and sk->defer_listEric Dumazet
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet
2021-11-16net: make sock_inuse_add() availableEric Dumazet
2021-11-16net: inline sock_prot_inuse_add()Eric Dumazet
2021-11-16net: move early demux fields close to sk_refcntEric Dumazet
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet
2021-11-16tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet
2021-11-16net: forward_alloc_get depends on CONFIG_MPTCPEric Dumazet
2021-11-16net: shrink struct sock by 8 bytesEric Dumazet
2021-11-16net: remove sk_route_nocapsEric Dumazet
2021-11-16net: remove sk_route_forced_capsEric Dumazet
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet
2021-11-01tcp: rename sk_wmem_free_skbTalal Ahmad
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28net: cleanup __sk_stream_memory_free()Eric Dumazet
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni
2021-10-27tcp: define macros for a couple reclaim thresholdsPaolo Abeni
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet
2021-10-25net: annotate accesses to sk->sk_rx_queue_mappingEric Dumazet
2021-10-25net: avoid dirtying sk->sk_rx_queue_mappingEric Dumazet
2021-10-25ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet
2021-10-25tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe