summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-17net: fix compile error in skb_orphan_partial()Eric Dumazet
2017-05-16tcp: internal implementation for pacingEric Dumazet
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab
2017-05-11netem: fix skb_orphan_partial()Eric Dumazet
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown
2017-04-08New getsockopt option to get socket cookieChenbo Feng
2017-03-30sock: avoid dirtying sk_stamp, if possiblePaolo Abeni
2017-03-24net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala
2017-03-24net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt
2017-03-15net: properly release sk_frag.pageEric Dumazet
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-09net/socket: use per af lockdep classes for sk queuesPaolo Abeni
2017-03-02net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo
2017-02-21net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng
2017-02-07sock: add sk_dst_pending_confirm flagJulian Anastasov
2017-01-12net: fix AF_SMC related typoUrsula Braun
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-10net: add the AF_QIPCRTR entries to family name tablesAnna, Suman
2017-01-09smc: establish new socket familyUrsula Braun
2017-01-09net: introduce keepalive function in struct protoUrsula Braun
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti
2016-11-03dccp: do not release listeners too soonEric Dumazet
2016-10-31net: clear sk_err_soft in sk_clone_lock()Eric Dumazet
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner
2016-08-23net: remove clear_sk() methodEric Dumazet
2016-08-23udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn
2016-07-11sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh