index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
sock.c
Age
Commit message (
Expand
)
Author
2023-11-01
Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-10-24
sock: Ignore memcg pressure heuristics when raising allocated
Abel Wu
2023-10-24
sock: Doc behaviors for pressure heurisitics
Abel Wu
2023-10-24
sock: Code cleanup on __sk_mem_raise_allocated()
Abel Wu
2023-10-19
net/socket: Break down __sys_getsockopt
Breno Leitao
2023-10-01
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
2023-10-01
net: lockless implementation of SO_TXREHASH
Eric Dumazet
2023-10-01
net: implement lockless SO_MAX_PACING_RATE
Eric Dumazet
2023-10-01
net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO...
Eric Dumazet
2023-10-01
net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()
Eric Dumazet
2023-10-01
net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSEC
Eric Dumazet
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
2023-09-16
net: use indirect call helpers for sk->sk_prot->release_cb()
Eric Dumazet
2023-09-15
ipv6: lockless IPV6_MULTICAST_LOOP implementation
Eric Dumazet
2023-09-12
net: call prot->release_cb() when processing backlog
Eric Dumazet
2023-09-12
tcp: no longer release socket ownership in tcp_release_cb()
Eric Dumazet
2023-09-04
af_unix: Fix data race around sk->sk_err.
Kuniyuki Iwashima
2023-09-04
af_unix: Fix data-races around sk->sk_shutdown.
Kuniyuki Iwashima
2023-09-01
net: annotate data-races around sk->sk_bind_phc
Eric Dumazet
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-09-01
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
2023-09-01
net: use sk_forward_alloc_get() in sk_get_meminfo()
Eric Dumazet
2023-08-31
net: read sk->sk_family once in sk_mc_loop()
Eric Dumazet
2023-08-21
net: annotate data-races around sk->sk_lingertime
Eric Dumazet
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-17
sock: Fix misuse of sk_under_memory_pressure()
Abel Wu
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-09
net: annotate data-races around sock->ops
Eric Dumazet
2023-08-08
net/unix: use consistent error code in SO_PEERPIDFD
David Rheinsberg
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-07-31
net: Use sockaddr_storage for getsockopt(SO_PEERNAME).
Kuniyuki Iwashima
2023-07-29
net: annotate data-races around sk->sk_priority
Eric Dumazet
2023-07-29
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
2023-07-29
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
2023-07-29
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
2023-07-29
net: annotate data-races around sk->sk_{rcv|snd}timeo
Eric Dumazet
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
Eric Dumazet
2023-07-29
net: annotate data-races around sk->sk_max_pacing_rate
Eric Dumazet
2023-07-29
net: annotate data-race around sk->sk_txrehash
Eric Dumazet
2023-07-29
net: annotate data-races around sk->sk_reserved_mem
Eric Dumazet
2023-07-11
net/core: Make use of assign_bit() API
Andy Shevchenko
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-27
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-22
revert "net: align SO_RCVMARK required privileges with SO_MARK"
Maciej Żenczykowski
2023-06-20
net: remove sk_is_ipmr() and sk_is_icmpv6() helpers
Eric Dumazet
[next]