index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
sock.h
Age
Commit message (
Expand
)
Author
2019-11-26
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-06
net: silence data-races on sk_backlog.tail
Eric Dumazet
2019-11-06
net: annotate lockless accesses to sk->sk_max_ack_backlog
Eric Dumazet
2019-11-06
net: annotate lockless accesses to sk->sk_ack_backlog
Eric Dumazet
2019-11-06
net: avoid potential false sharing in neighbor related code
Eric Dumazet
2019-11-05
net: prevent load/store tearing on sk->sk_stamp
Eric Dumazet
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-30
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
2019-10-29
net/smc: remove unneeded include for smc.h
Ursula Braun
2019-10-28
net: fix sk_page_frag() recursion from memory reclaim
Tejun Heo
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-13
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
2019-10-13
tcp: annotate sk->sk_sndbuf lockless reads
Eric Dumazet
2019-10-09
net: annotate sk->sk_rcvlowat lockless reads
Eric Dumazet
2019-10-09
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
2019-10-04
net: spread "enum sock_flags"
Alexey Dobriyan
2019-08-08
net/tls: prevent skb_orphan() from leaking TLS plain text with offload
Jakub Kicinski
2019-07-08
coallocate socket_wq with socket itself
Al Viro
2019-06-14
net: add high_order_alloc_disable sysctl/static key
Eric Dumazet
2019-06-14
tcp: add tcp_tx_skb_cache sysctl
Eric Dumazet
2019-06-14
tcp: add tcp_rx_skb_cache sysctl
Eric Dumazet
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-15
tcp: do not recycle cloned skbs
Eric Dumazet
2019-04-27
bpf: Introduce bpf sk local storage
Martin KaFai Lau
2019-04-19
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-11
net/smc: propagate file from SMC to TCP socket
Ursula Braun
2019-03-27
tcp: fix zerocopy and notsent_lowat issues
Eric Dumazet
2019-03-23
tcp: add one skb cache for rx
Eric Dumazet
2019-03-23
tcp: add one skb cache for tx
Eric Dumazet
2019-03-23
net: convert rps_needed and rfs_needed to new static branch api
Eric Dumazet
2019-03-18
packets: Always register packet sk in the same order
Maxime Chevallier
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-13
net: fix possible overflow in __sk_mem_raise_allocated()
Eric Dumazet
2019-02-03
socket: Add SO_TIMESTAMP[NS]_NEW
Deepa Dinamani
2019-01-01
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-17
net: add missing SOF_TIMESTAMPING_OPT_ID support
Willem de Bruijn
2018-12-04
tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT
Eric Dumazet
2018-10-23
Revert "net: simplify sock_poll_wait"
Karsten Graul
2018-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-10-15
net: extend sk_pacing_rate to unsigned long
Eric Dumazet
2018-10-15
tls: convert to generic sk_msg interface
Daniel Borkmann
2018-10-02
tcp: do not release socket ownership in tcp_close()
Eric Dumazet
2018-09-13
net: sock: introduce SOCK_XDP
Jason Wang
2018-07-31
net: remove bogus RCU annotations on socket.wq
Christoph Hellwig
2018-07-30
net: don not detour through struct sock to find the poll waitqueue
Christoph Hellwig
2018-07-30
net: simplify sock_poll_wait
Christoph Hellwig
2018-07-07
sock: sockc cookie initializer
Willem de Bruijn
[next]