aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-07sock: add sk_dst_pending_confirm flagJulian Anastasov1-0/+2
2017-01-12net: fix AF_SMC related typoUrsula Braun1-1/+1
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-01-10net: add the AF_QIPCRTR entries to family name tablesAnna, Suman1-3/+3
2017-01-09smc: establish new socket familyUrsula Braun1-3/+3
2017-01-09net: introduce keepalive function in struct protoUrsula Braun1-5/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+7
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong1-4/+4
2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti1-1/+4
2016-11-03dccp: do not release listeners too soonEric Dumazet1-2/+3
2016-10-31net: clear sk_err_soft in sk_clone_lock()Eric Dumazet1-0/+1
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni1-19/+45
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-3/+3
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner1-1/+4
2016-08-23net: remove clear_sk() methodEric Dumazet1-6/+2
2016-08-23udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet1-18/+0
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn1-3/+4
2016-07-11sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh1-0/+4
2016-05-03net: add __sock_wfree() helperEric Dumazet1-0/+24
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet1-0/+7
2016-05-02net: do not block BH while processing socket backlogEric Dumazet1-14/+8
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2016-04-07sock: fix lockdep annotation in release_sockHannes Frederic Sowa1-5/+0
2016-04-06net: add the AF_KCM entries to family name tablesDexuan Cui1-3/+6
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar1-0/+9
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar1-6/+13
2016-04-04tcp: increment sk_drops for listenersEric Dumazet1-0/+1
2016-04-04net: add SOCK_RCU_FREE socket flagEric Dumazet1-1/+13
2016-04-04sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh1-0/+13
2016-04-04tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFOSoheil Hassas Yeganeh1-1/+2
2016-04-04sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn1-11/+22
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-02-25net: Facility to report route quality of connected socketsTom Herbert1-0/+4
2016-02-11soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek1-0/+1
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner1-5/+0
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-45/+7
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner1-10/+16
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner1-7/+2
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-0/+29
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2015-12-17net: check both type and procotol for tcp socketsWANG Cong1-1/+2
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet1-1/+1
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo1-0/+2
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo1-13/+2