summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo2017-03-021-5/+11
* net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng2017-02-211-3/+3
* sock: add sk_dst_pending_confirm flagJulian Anastasov2017-02-071-0/+2
* net: fix AF_SMC related typoUrsula Braun2017-01-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-111-3/+3
|\
| * net: add the AF_QIPCRTR entries to family name tablesAnna, Suman2017-01-101-3/+3
* | smc: establish new socket familyUrsula Braun2017-01-091-3/+3
* | net: introduce keepalive function in struct protoUrsula Braun2017-01-091-5/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-2/+2
|\
| * net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2016-12-021-2/+2
* | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-301-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-2/+4
|\|
| * dccp: do not release listeners too soonEric Dumazet2016-11-031-2/+3
| * net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2016-10-311-0/+1
* | net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-4/+4
* | net: core: Add a UID field to struct sock.Lorenzo Colitti2016-11-041-1/+4
* | net/socket: factor out helpers for memory and queue manipulationPaolo Abeni2016-10-221-19/+45
|/
* mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-071-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-1/+4
|\
| * cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner2016-09-191-1/+4
* | net: remove clear_sk() methodEric Dumazet2016-08-231-6/+2
* | udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet2016-08-231-18/+0
|/
* dccp: limit sk_filter trim to payloadWillem de Bruijn2016-07-131-3/+4
* sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh2016-07-111-0/+4
* net: add __sock_wfree() helperEric Dumazet2016-05-031-0/+24
* tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2016-05-021-0/+7
* net: do not block BH while processing socket backlogEric Dumazet2016-05-021-14/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-3/+6
|\
| * net: add the AF_KCM entries to family name tablesDexuan Cui2016-04-061-3/+6
* | sock: fix lockdep annotation in release_sockHannes Frederic Sowa2016-04-071-5/+0
* | udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-051-0/+9
* | udp: remove headers from UDP packets before queueingsamanthakumar2016-04-051-6/+13
* | tcp: increment sk_drops for listenersEric Dumazet2016-04-041-0/+1
* | net: add SOCK_RCU_FREE socket flagEric Dumazet2016-04-041-1/+13
* | sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh2016-04-041-0/+13
* | tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFOSoheil Hassas Yeganeh2016-04-041-1/+2
* | sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn2016-04-041-11/+22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-0/+5
|\
| * net: Facility to report route quality of connected socketsTom Herbert2016-02-251-0/+4
| * soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek2016-02-111-0/+1
* | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
|/
* mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-141-5/+0
* net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-141-45/+7
* net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-141-10/+16
* net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2016-01-141-7/+2
* soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-041-0/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-4/+3
|\
| * net: check both type and procotol for tcp socketsWANG Cong2015-12-171-1/+2
| * xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-111-1/+1