index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-17
net: Flush deferred skb free on socket destroy
Gal Pressman
1
-0
/
+3
2022-01-12
net: fix sock_timestamping_bind_phc() to release device
Miroslav Lichvar
1
-0
/
+2
2021-12-11
sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.
Kuniyuki Iwashima
1
-2
/
+2
2021-12-10
net: add netns refcount tracker to struct sock
Eric Dumazet
1
-3
/
+3
2021-11-25
net: allow SO_MARK with CAP_NET_RAW
Maciej Żenczykowski
1
-1
/
+2
2021-11-25
net: allow CAP_NET_RAW to setsockopt SO_PRIORITY
Maciej Żenczykowski
1
-0
/
+1
2021-11-22
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
1
-1
/
+2
2021-11-22
net: annotate accesses to dev->gso_max_size
Eric Dumazet
1
-1
/
+2
2021-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2021-11-16
net: merge net->core.prot_inuse and net->core.sock_inuse
Eric Dumazet
1
-11
/
+1
2021-11-16
net: make sock_inuse_add() available
Eric Dumazet
1
-10
/
+0
2021-11-16
net: inline sock_prot_inuse_add()
Eric Dumazet
1
-11
/
+0
2021-11-16
tcp: add RETPOLINE mitigation to sk_backlog_rcv
Eric Dumazet
1
-1
/
+4
2021-11-16
net: remove sk_route_nocaps
Eric Dumazet
1
-1
/
+2
2021-11-16
net: remove sk_route_forced_caps
Eric Dumazet
1
-1
/
+3
2021-11-16
net: use sk_is_tcp() in more places
Eric Dumazet
1
-4
/
+2
2021-11-15
sock: fix /proc/net/sockstat underflow in sk_clone_lock()
Tetsuo Handa
1
-3
/
+3
2021-11-04
net: fix possible NULL deref in sock_reserve_memory
Eric Dumazet
1
-1
/
+1
2021-10-08
vsock: Enable y2038 safe timeval for timeout
Richard Palethorpe
1
-11
/
+24
2021-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-24
/
+28
2021-09-30
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
1
-6
/
+26
2021-09-30
net: add new socket option SO_RESERVE_MEM
Wei Wang
1
-0
/
+69
2021-09-30
net: introduce and use lock_sock_fast_nested()
Paolo Abeni
1
-18
/
+2
2021-09-19
net: core: Correct the sock::sk_lock.owned lockdep annotations
Thomas Gleixner
1
-14
/
+23
2021-08-26
sock: remove one redundant SKB_FRAG_PAGE_ORDER macro
Yunsheng Lin
1
-1
/
+0
2021-08-18
net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()
Wei Wang
1
-4
/
+12
2021-08-04
sock: allow reading and changing sk_userlocks with setsockopt
Pavel Tikhomirov
1
-0
/
+13
2021-07-29
mctp: Add MCTP base
Jeremy Kerr
1
-0
/
+1
2021-07-08
sock: unlock on error in sock_setsockopt()
Dan Carpenter
1
-2
/
+4
2021-07-02
sock: fix error in sock_setsockopt()
Eric Dumazet
1
-1
/
+1
2021-07-01
net: sock: extend SO_TIMESTAMPING for PHC binding
Yangbo Lu
1
-3
/
+62
2021-07-01
net: annotate data race around sk_ll_usec
Eric Dumazet
1
-1
/
+1
2021-06-29
net: sock: add trace for socket errors
Alexander Aring
1
-0
/
+10
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-0
/
+6
2021-06-24
net: retrieve netns cookie via getsocketopt
Martynas Pumputis
1
-0
/
+7
2021-06-07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+12
2021-06-05
sock: expose so_timestamping options for mptcp
Florian Westphal
1
-35
/
+36
2021-06-05
sock: expose so_timestamp options for mptcp
Florian Westphal
1
-7
/
+19
2021-06-02
net: sock: fix in-kernel mark setting
Alexander Aring
1
-4
/
+12
2021-05-12
net: really orphan skbs tied to closing sk
Paolo Abeni
1
-4
/
+4
2021-04-23
net: sock: remove the unnecessary check in proto_register
Tonghao Zhang
1
-1
/
+1
2021-03-30
net: let skb_orphan_partial wake-up waiters.
Paolo Abeni
1
-9
/
+3
2021-03-12
net: sock: simplify tw proto registration
Tonghao Zhang
1
-16
/
+28
2021-02-04
net: indirect call helpers for ipv4/ipv6 dst_check functions
Brian Vazquez
1
-2
/
+10
2021-01-30
net: Remove redundant calls of sk_tx_queue_clear().
Kuniyuki Iwashima
1
-1
/
+10
2021-01-28
net: reduce indentation level in sk_clone_lock()
Eric Dumazet
1
-96
/
+93
2020-12-05
net: Remove the err argument from sock_from_file
Florent Revest
1
-7
/
+1
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+19
2020-12-01
mptcp: open code mptcp variant for lock_sock
Paolo Abeni
1
-1
/
+1
2020-12-01
net: Add SO_BUSY_POLL_BUDGET socket option
Björn Töpel
1
-0
/
+10
[next]