index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-07
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-04
sock: expose so_timestamping options for mptcp
Florian Westphal
1
-35
/
+36
2021-06-04
sock: expose so_timestamp options for mptcp
Florian Westphal
1
-7
/
+19
2021-06-01
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-11
net: sock: simplify tw proto registration
Tonghao Zhang
1
-16
/
+28
2021-02-03
net: indirect call helpers for ipv4/ipv6 dst_check functions
Brian Vazquez
1
-2
/
+10
2021-01-29
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-04
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-11-30
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
2020-12-01
net: Introduce preferred busy-polling
Björn Töpel
1
-0
/
+9
2020-11-20
net: add annotation for sock_{lock,unlock}_fast
Paolo Abeni
1
-1
/
+2
2020-10-22
net: Properly typecast int values to set sk_max_pacing_rate
Ke Li
1
-1
/
+1
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+3
2020-10-13
socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabled
Christian Eggers
1
-1
/
+0
2020-10-13
socket: fix option SO_TIMESTAMPING_NEW
Christian Eggers
1
-7
/
+3
2020-09-24
mptcp: add sk_stop_timer_sync helper
Geliang Tang
1
-0
/
+7
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+1
2020-08-27
net: Fix some comments
Miaohe Lin
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-19
net: Stop warning about SO_BSDCOMPAT usage
Miaohe Lin
1
-14
/
+0
2020-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-10
/
+15
2020-08-11
net: Fix potential memory leak in proto_register()
Miaohe Lin
1
-10
/
+15
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-1
/
+1
2020-08-06
Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
1
-0
/
+8
2020-08-06
net: sock: add sock_set_mark
Alexander Aring
1
-0
/
+8
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-88
/
+31
2020-08-04
Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+21
2020-07-31
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-2
/
+2
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-1
/
+1
2020-07-24
net: switch sock_set_timeout to sockptr_t
Christoph Hellwig
1
-14
/
+12
2020-07-24
net: switch sock_set_timeout to sockptr_t
Christoph Hellwig
1
-6
/
+9
2020-07-24
net: switch sock_setbindtodevice to sockptr_t
Christoph Hellwig
1
-4
/
+3
2020-07-24
net: switch copy_bpf_fprog_from_user to sockptr_t
Christoph Hellwig
1
-2
/
+4
2020-07-22
net: explicitly include <linux/compat.h> in net/core/sock.c
Christoph Hellwig
1
-0
/
+1
2020-07-19
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
1
-14
/
+0
[next]