summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix compile error in skb_orphan_partial()Eric Dumazet2017-05-171-3/+0
* netem: fix skb_orphan_partial()Eric Dumazet2017-05-111-12/+8
* treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-081-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-14/+140
|\
| * New getsockopt option to get socket cookieChenbo Feng2017-04-081-0/+8
| * sock: avoid dirtying sk_stamp, if possiblePaolo Abeni2017-03-301-1/+1
| * net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-241-0/+12
| * net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala2017-03-241-0/+11
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-5/+11
| |\
| * | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-0/+30
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-48/+61
| |\ \
| * | | net/socket: use per af lockdep classes for sk queuesPaolo Abeni2017-03-091-18/+78
* | | | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-111-1/+1
| |_|/ |/| |
* | | socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-03-221-0/+6
* | | net: properly release sk_frag.pageEric Dumazet2017-03-151-5/+5
| |/ |/|
* | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-49/+57
|/
* 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
OpenPOWER on IntegriCloud