index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
sock.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: move early demux fields close to sk_refcnt
Eric Dumazet
2021-11-16
1
-3
/
+5
*
tcp: defer skb freeing after socket lock is released
Eric Dumazet
2021-11-16
1
-0
/
+3
*
tcp: add RETPOLINE mitigation to sk_backlog_rcv
Eric Dumazet
2021-11-16
1
-1
/
+7
*
net: forward_alloc_get depends on CONFIG_MPTCP
Eric Dumazet
2021-11-16
1
-4
/
+7
*
net: shrink struct sock by 8 bytes
Eric Dumazet
2021-11-16
1
-1
/
+1
*
net: remove sk_route_nocaps
Eric Dumazet
2021-11-16
1
-6
/
+5
*
net: remove sk_route_forced_caps
Eric Dumazet
2021-11-16
1
-3
/
+0
*
net: use sk_is_tcp() in more places
Eric Dumazet
2021-11-16
1
-0
/
+5
*
tcp: rename sk_wmem_free_skb
Talal Ahmad
2021-11-01
1
-7
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-28
1
-1
/
+7
|
\
|
*
net: Rename ->stream_memory_read to ->sock_is_readable
Cong Wang
2021-10-26
1
-1
/
+7
*
|
net: cleanup __sk_stream_memory_free()
Eric Dumazet
2021-10-28
1
-8
/
+2
*
|
net: introduce sk_forward_alloc_get()
Paolo Abeni
2021-10-27
1
-0
/
+11
*
|
tcp: define macros for a couple reclaim thresholds
Paolo Abeni
2021-10-27
1
-2
/
+7
*
|
tcp: rename sk_stream_alloc_skb
Eric Dumazet
2021-10-26
1
-3
/
+0
*
|
net: annotate accesses to sk->sk_rx_queue_mapping
Eric Dumazet
2021-10-25
1
-3
/
+7
*
|
net: avoid dirtying sk->sk_rx_queue_mapping
Eric Dumazet
2021-10-25
1
-4
/
+2
*
|
ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie
Eric Dumazet
2021-10-25
1
-0
/
+2
*
|
tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex
Eric Dumazet
2021-10-25
1
-0
/
+3
*
|
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
2021-10-15
1
-1
/
+1
*
|
vsock: Enable y2038 safe timeval for timeout
Richard Palethorpe
2021-10-08
1
-0
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-07
1
-0
/
+1
|
\
|
|
*
net: add kerneldoc comment for sk_peer_lock
Eric Dumazet
2021-10-01
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-30
1
-1
/
+32
|
\
|
|
*
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
2021-09-30
1
-0
/
+2
|
*
net: introduce and use lock_sock_fast_nested()
Paolo Abeni
2021-09-30
1
-1
/
+30
*
|
tcp: adjust sndbuf according to sk_reserved_mem
Wei Wang
2021-09-30
1
-0
/
+1
*
|
net: add new socket option SO_RESERVE_MEM
Wei Wang
2021-09-30
1
-5
/
+39
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-23
1
-0
/
+1
|
\
|
|
*
net: core: Correct the sock::sk_lock.owned lockdep annotations
Thomas Gleixner
2021-09-19
1
-0
/
+1
*
|
tcp: remove sk_{tr}x_skb_cache
Eric Dumazet
2021-09-23
1
-19
/
+0
|
/
*
sock: remove one redundant SKB_FRAG_PAGE_ORDER macro
Yunsheng Lin
2021-08-26
1
-0
/
+1
*
net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()
Wei Wang
2021-08-18
1
-0
/
+5
*
sock: allow reading and changing sk_userlocks with setsockopt
Pavel Tikhomirov
2021-08-04
1
-2
/
+1
*
skbuff: allow 'slow_gro' for skb carring sock reference
Paolo Abeni
2021-07-29
1
-0
/
+9
*
net: sock: extend SO_TIMESTAMPING for PHC binding
Yangbo Lu
2021-07-01
1
-2
/
+6
*
net: sock: introduce sk_error_report
Alexander Aring
2021-06-29
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-18
1
-4
/
+13
|
\
|
*
inet: annotate date races around sk->sk_txhash
Eric Dumazet
2021-06-10
1
-3
/
+7
|
*
net: annotate data race in sock_error()
Eric Dumazet
2021-06-10
1
-1
/
+6
*
|
sock: expose so_timestamping options for mptcp
Florian Westphal
2021-06-04
1
-0
/
+2
*
|
sock: expose so_timestamp options for mptcp
Florian Westphal
2021-06-04
1
-0
/
+1
|
/
*
net: really orphan skbs tied to closing sk
Paolo Abeni
2021-05-12
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-04-25
1
-1
/
+4
|
\
|
*
skmsg: Pass psock pointer to ->psock_update_sk_prot()
Cong Wang
2021-04-12
1
-1
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-09
1
-1
/
+14
|
\
\
|
|
/
|
/
|
|
*
Revert "net: correct sk_acceptq_is_full()"
Eric Dumazet
2021-03-31
1
-1
/
+5
|
*
net: let skb_orphan_partial wake-up waiters.
Paolo Abeni
2021-03-30
1
-0
/
+9
*
|
sock: Introduce sk->sk_prot->psock_update_sk_prot()
Cong Wang
2021-04-01
1
-0
/
+3
|
/
*
net: correct sk_acceptq_is_full()
liuyacan
2021-03-12
1
-1
/
+1
[next]