summaryrefslogtreecommitdiff
path: root/net/core/sock.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-05
|\
| * net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
| * net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-01
| * net: introduce SO_PEERGROUPS getsockoptDavid Herrmann2017-06-21
| * tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-08
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-18
| |\
| * | tcp: internal implementation for pacingEric Dumazet2017-05-16
* | | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-03
|\ \ \ | |_|/ |/| |
| * | net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab2017-05-16
* | | net: fix compile error in skb_orphan_partial()Eric Dumazet2017-05-17
| |/ |/|
* | netem: fix skb_orphan_partial()Eric Dumazet2017-05-11
|/
* treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-02
|\
| * New getsockopt option to get socket cookieChenbo Feng2017-04-08
| * sock: avoid dirtying sk_stamp, if possiblePaolo Abeni2017-03-30
| * net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-24
| * net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala2017-03-24
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-23
| |\
| * | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-22
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-15
| |\ \
| * | | net/socket: use per af lockdep classes for sk queuesPaolo Abeni2017-03-09
* | | | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-11
| |_|/ |/| |
* | | socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-03-22
* | | net: properly release sk_frag.pageEric Dumazet2017-03-15
| |/ |/|
* | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
|/
* net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo2017-03-02
* net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng2017-02-21
* sock: add sk_dst_pending_confirm flagJulian Anastasov2017-02-07
* net: fix AF_SMC related typoUrsula Braun2017-01-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-11
|\
| * net: add the AF_QIPCRTR entries to family name tablesAnna, Suman2017-01-10
* | smc: establish new socket familyUrsula Braun2017-01-09
* | net: introduce keepalive function in struct protoUrsula Braun2017-01-09
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\
| * net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2016-12-02
* | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-15
|\ \ | |/
| * dccp: do not release listeners too soonEric Dumazet2016-11-03
| * net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2016-10-31
* | net: fix sleeping for sk_wait_event()WANG Cong2016-11-14
* | net: core: Add a UID field to struct sock.Lorenzo Colitti2016-11-04
* | net/socket: factor out helpers for memory and queue manipulationPaolo Abeni2016-10-22
|/
* mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-23
|\
| * cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner2016-09-19
* | net: remove clear_sk() methodEric Dumazet2016-08-23
* | udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet2016-08-23
|/
* dccp: limit sk_filter trim to payloadWillem de Bruijn2016-07-13
* sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh2016-07-11