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
2017-03-02
net: Introduce sk_clone_lock() error path routine
Arnaldo Carvalho de Melo
1
-5
/
+11
2017-02-21
net: sock: Use USEC_PER_SEC macro instead of literal 1000000
Gao Feng
1
-3
/
+3
2017-02-07
sock: add sk_dst_pending_confirm flag
Julian Anastasov
1
-0
/
+2
2017-01-12
net: fix AF_SMC related typo
Ursula Braun
1
-1
/
+1
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2017-01-10
net: add the AF_QIPCRTR entries to family name tables
Anna, Suman
1
-3
/
+3
2017-01-09
smc: establish new socket family
Ursula Braun
1
-3
/
+3
2017-01-09
net: introduce keepalive function in struct proto
Ursula Braun
1
-5
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2016-12-02
net: avoid signed overflows for SO_{SND|RCV}BUFFORCE
Eric Dumazet
1
-2
/
+2
2016-11-30
tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING
Francis Yan
1
-0
/
+7
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2016-11-14
net: fix sleeping for sk_wait_event()
WANG Cong
1
-4
/
+4
2016-11-04
net: core: Add a UID field to struct sock.
Lorenzo Colitti
1
-1
/
+4
2016-11-03
dccp: do not release listeners too soon
Eric Dumazet
1
-2
/
+3
2016-10-31
net: clear sk_err_soft in sk_clone_lock()
Eric Dumazet
1
-0
/
+1
2016-10-22
net/socket: factor out helpers for memory and queue manipulation
Paolo Abeni
1
-19
/
+45
2016-10-07
mm: memcontrol: consolidate cgroup socket tracking
Johannes Weiner
1
-3
/
+3
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2016-09-19
cgroup: duplicate cgroup reference when cloning sockets
Johannes Weiner
1
-1
/
+4
2016-08-23
net: remove clear_sk() method
Eric Dumazet
1
-6
/
+2
2016-08-23
udp: get rid of sk_prot_clear_portaddr_nulls()
Eric Dumazet
1
-18
/
+0
2016-07-13
dccp: limit sk_filter trim to payload
Willem de Bruijn
1
-3
/
+4
2016-07-11
sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_send
Soheil Hassas Yeganeh
1
-0
/
+4
2016-05-03
net: add __sock_wfree() helper
Eric Dumazet
1
-0
/
+24
2016-05-02
tcp: make tcp_sendmsg() aware of socket backlog
Eric Dumazet
1
-0
/
+7
2016-05-02
net: do not block BH while processing socket backlog
Eric Dumazet
1
-14
/
+8
2016-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+6
2016-04-07
sock: fix lockdep annotation in release_sock
Hannes Frederic Sowa
1
-5
/
+0
2016-04-06
net: add the AF_KCM entries to family name tables
Dexuan Cui
1
-3
/
+6
2016-04-05
udp: enable MSG_PEEK at non-zero offset
samanthakumar
1
-0
/
+9
2016-04-05
udp: remove headers from UDP packets before queueing
samanthakumar
1
-6
/
+13
2016-04-04
tcp: increment sk_drops for listeners
Eric Dumazet
1
-0
/
+1
2016-04-04
net: add SOCK_RCU_FREE socket flag
Eric Dumazet
1
-1
/
+13
2016-04-04
sock: accept SO_TIMESTAMPING flags in socket cmsg
Soheil Hassas Yeganeh
1
-0
/
+13
2016-04-04
tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFO
Soheil Hassas Yeganeh
1
-1
/
+2
2016-04-04
sock: break up sock_cmsg_snd into __sock_cmsg_snd and loop
Willem de Bruijn
1
-11
/
+22
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+5
2016-03-17
mm: introduce page reference manipulation functions
Joonsoo Kim
1
-1
/
+1
2016-02-25
net: Facility to report route quality of connected sockets
Tom Herbert
1
-0
/
+4
2016-02-11
soreuseport: Prep for fast reuseport TCP socket selection
Craig Gallek
1
-0
/
+1
2016-01-14
mm: memcontrol: generalize the socket accounting jump label
Johannes Weiner
1
-5
/
+0
2016-01-14
net: tcp_memcontrol: simplify linkage between socket and page counter
Johannes Weiner
1
-45
/
+7
2016-01-14
net: tcp_memcontrol: sanitize tcp memory accounting callbacks
Johannes Weiner
1
-10
/
+16
2016-01-14
net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label
Johannes Weiner
1
-7
/
+2
2016-01-04
soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF
Craig Gallek
1
-0
/
+29
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+3
2015-12-17
net: check both type and procotol for tcp sockets
WANG Cong
1
-1
/
+2
2015-12-11
xfrm: add rcu protection to sk->sk_policy[]
Eric Dumazet
1
-1
/
+1
[next]