summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-18net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet1-2/+1
2017-10-12socket, bpf: fix possible use after freeEric Dumazet1-1/+4
2017-10-12net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-16/+73
2017-07-04Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-2/+5
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-13/+13
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann1-0/+33
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet1-0/+20
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2017-05-17net: fix compile error in skb_orphan_partial()Eric Dumazet1-3/+0
2017-05-16tcp: internal implementation for pacingEric Dumazet1-0/+4
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab1-2/+5
2017-05-12netem: fix skb_orphan_partial()Eric Dumazet1-12/+8
2017-05-09treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka1-3/+4
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-14/+140
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown1-1/+1
2017-04-08New getsockopt option to get socket cookieChenbo Feng1-0/+8
2017-03-31sock: avoid dirtying sk_stamp, if possiblePaolo Abeni1-1/+1
2017-03-25net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala1-0/+12
2017-03-25net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala1-0/+11
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+11
2017-03-23socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann1-0/+6
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt1-0/+30
2017-03-16net: properly release sk_frag.pageEric Dumazet1-5/+5
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-48/+61
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells1-49/+57
2017-03-10net/socket: use per af lockdep classes for sk queuesPaolo Abeni1-18/+78
2017-03-03net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo1-5/+11
2017-02-21net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng1-3/+3
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-11net: add the AF_QIPCRTR entries to family name tablesAnna, Suman1-3/+3
2017-01-10smc: establish new socket familyUrsula Braun1-3/+3
2017-01-10net: 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-23net/socket: factor out helpers for memory and queue manipulationPaolo Abeni1-19/+45
2016-10-08mm: 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-20cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner1-1/+4
2016-08-24net: remove clear_sk() methodEric Dumazet1-6/+2