Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
5facae4f3549b5cf7c0e10ec312a65ffd43b5726
/
include
/
net
/
sock.h
5facae4
locking/lockdep: Remove unused @nested argument from lock_release()
by Qian Cai
· 5 years ago
4147766
net/tls: prevent skb_orphan() from leaking TLS plain text with offload
by Jakub Kicinski
· 5 years ago
333f790
coallocate socket_wq with socket itself
by Al Viro
· 6 years ago
ce27ec6
net: add high_order_alloc_disable sysctl/static key
by Eric Dumazet
· 6 years ago
0b7d7f6
tcp: add tcp_tx_skb_cache sysctl
by Eric Dumazet
· 6 years ago
ede61ca
tcp: add tcp_rx_skb_cache sysctl
by Eric Dumazet
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
858f501
tcp: do not recycle cloned skbs
by Eric Dumazet
· 6 years ago
6ac99e8
bpf: Introduce bpf sk local storage
by Martin KaFai Lau
· 6 years ago
c7cbdbf
net: rework SIOCGSTAMP ioctl handling
by Arnd Bergmann
· 6 years ago
6b0a7f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
07603b2
net/smc: propagate file from SMC to TCP socket
by Ursula Braun
· 6 years ago
4f66154
tcp: fix zerocopy and notsent_lowat issues
by Eric Dumazet
· 6 years ago
8b27dae
tcp: add one skb cache for rx
by Eric Dumazet
· 6 years ago
472c2e0
tcp: add one skb cache for tx
by Eric Dumazet
· 6 years ago
dc05360
net: convert rps_needed and rfs_needed to new static branch api
by Eric Dumazet
· 6 years ago
a4dc6a4
packets: Always register packet sk in the same order
by Maxime Chevallier
· 6 years ago
3313da8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
5bf325a
net: fix possible overflow in __sk_mem_raise_allocated()
by Eric Dumazet
· 6 years ago
887feae
socket: Add SO_TIMESTAMP[NS]_NEW
by Deepa Dinamani
· 6 years ago
3a0ed3e9
sock: Make sock->sk_stamp thread-safe
by Deepa Dinamani
· 6 years ago
2be09de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
8f932f7
net: add missing SOF_TIMESTAMPING_OPT_ID support
by Willem de Bruijn
· 6 years ago
a74f0fa
tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT
by Eric Dumazet
· 6 years ago
89ab066
Revert "net: simplify sock_poll_wait"
by Karsten Graul
· 6 years ago
e856795
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
76a9ebe
net: extend sk_pacing_rate to unsigned long
by Eric Dumazet
· 6 years ago
d829e9c
tls: convert to generic sk_msg interface
by Daniel Borkmann
· 6 years ago
8873c06
tcp: do not release socket ownership in tcp_close()
by Eric Dumazet
· 6 years ago
e4a2a30
net: sock: introduce SOCK_XDP
by Jason Wang
· 6 years ago
e6476c2
net: remove bogus RCU annotations on socket.wq
by Christoph Hellwig
· 6 years ago
d8bbd13
net: don not detour through struct sock to find the poll waitqueue
by Christoph Hellwig
· 6 years ago
dd979b4
net: simplify sock_poll_wait
by Christoph Hellwig
· 6 years ago
657a066
sock: sockc cookie initializer
by Willem de Bruijn
· 7 years ago
4b15c70
net/sched: Make etf report drops on error_queue
by Jesus Sanchez-Palencia
· 7 years ago
80b14de
net: Add a new socket option for a future transmit time.
by Richard Cochran
· 7 years ago
fc9bab2
net: Enable Tx queue selection based on Rx queues
by Amritha Nambiar
· 7 years ago
c6345ce
net: Record receive queue number for a connection
by Amritha Nambiar
· 7 years ago
755c31c
net: sock: Change tx_queue_mapping in sock_common to unsigned short
by Amritha Nambiar
· 7 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
984652d
net: remove sock_no_poll
by Christoph Hellwig
· 7 years ago
a7950ae
net/sock: Update memalloc_socks static key to modern api
by Davidlohr Bueso
· 7 years ago
ebf4e80
net: Add Software fallback infrastructure for socket dependent offloads
by Ilya Lesokhin
· 7 years ago
7bbdb81
slab: make usercopy region 32-bit
by Alexey Dobriyan
· 7 years ago
d74bad4
bpf: Hooks for sys_connect
by Andrey Ignatov
· 7 years ago
8934ce2
bpf: sockmap redirect ingress support
by John Fastabend
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8c05dbf
net: generalize sk_alloc_sg to work with scatterlist rings
by John Fastabend
· 7 years ago
2c3682f
sock: make static tls function alloc_sg generic sock helper
by John Fastabend
· 7 years ago
bf2ae2e
sock_diag: request _diag module only when the family or proto has been registered
by Xin Long
· 7 years ago
dead7cd
tcp: remove sk_check_csum_caps()
by Eric Dumazet
· 7 years ago
0a6b2a1
tcp: switch to GSO being always on
by Eric Dumazet
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
617aebe
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
05b9380
lockdep: Convert some users to const
by Matthew Wilcox
· 7 years ago
30c2c9f
net: Define usercopy region in struct proto slab cache
by David Windsor
· 8 years ago
54dc3e3
net: ipv6: Allow connect to linklocal address from socket bound to vrf
by David Ahern
· 7 years ago
6bb8824
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
602f7a2
sock: Add sock_owned_by_user_nocheck
by Tom Herbert
· 7 years ago
986ffdf
net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_store
by Yafang Shao
· 7 years ago
648845a
sock: Move the socket inuse to namespace.
by Tonghao Zhang
· 7 years ago
c9f1f58
net: sk_pacing_shift_update() helper
by Eric Dumazet
· 7 years ago
d7efc6c
net: remove hlist_nulls_add_tail_rcu()
by Eric Dumazet
· 7 years ago
ade994f
net: annotate ->poll() instances
by Al Viro
· 8 years ago
7c225c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
4950276
kmemcheck: remove annotations
by Levin, Alexander (Sasha Levin)
· 7 years ago
d50112e
slab, slub, slob: add slab_flags_t
by Alexey Dobriyan
· 7 years ago
3a9b76f
tcp: allow drivers to tweak TSQ logic
by Eric Dumazet
· 7 years ago
a3dcaf1
net: allow per netns sysctl_rmem and sysctl_wmem for protos
by Eric Dumazet
· 7 years ago
b6f4f84
net/sock: Update sk rcu iterator macro.
by Tim Hansen
· 7 years ago
75c119a
tcp: implement rb-tree based retransmit queue
by Eric Dumazet
· 7 years ago
222d7dbd
net: prevent dst uses after free
by Eric Dumazet
· 7 years ago
eaa72dc
neigh: increase queue_len_bytes to match wmem_default
by Eric Dumazet
· 7 years ago
e2a7c34
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a0917e0
datagram: When peeking datagrams with offset < 0 don't skip empty skbs
by Matthew Dawson
· 7 years ago
5226779
sock: add MSG_ZEROCOPY
by Willem de Bruijn
· 7 years ago
98ba0bd
sock: allocate skbs from optmem
by Willem de Bruijn
· 7 years ago
306b13e
proto_ops: Add locked held versions of sendmsg and sendpage
by Tom Herbert
· 7 years ago
e06fdaf
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
771edca
socket: add documentation for missing elements
by stephen hemminger
· 7 years ago
0ffdaf5
net/sock: add WARN_ON(parent->sk) in sock_graft()
by Sowmini Varadhan
· 8 years ago
5518b69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
41c6d65
net: convert sock.sk_refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
14afee4
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
3859a27
randstruct: Mark various structs for randomization
by Kees Cook
· 8 years ago
34cfb54
sock: avoid dirtying incoming_cpu if not needed
by Paolo Abeni
· 8 years ago
0604475
tcp: add TCPMemoryPressuresChrono counter
by Eric Dumazet
· 8 years ago
6312811
Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook
by Jonathan Corbet
· 8 years ago
218af59
tcp: internal implementation for pacing
by Eric Dumazet
· 8 years ago
65101ae
net/sock: factor out dequeue/peek with offset code
by Paolo Abeni
· 8 years ago
d651983
net: fix some identation issues at kernel-doc markups
by Mauro Carvalho Chehab
· 8 years ago
de4d195
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
58d30c3
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 8 years ago
5f0d5a3
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
by Paul E. McKenney
· 8 years ago
d3fbff3
sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()
by Eric Dumazet
· 8 years ago
6c7c98b
sock: avoid dirtying sk_stamp, if possible
by Paolo Abeni
· 8 years ago
a2d133b
sock: introduce SO_MEMINFO getsockopt
by Josh Hunt
· 8 years ago
101c431
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
Next »