summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | tcp: internal implementation for pacingEric Dumazet2017-05-161-1/+8
| * | net/sock: factor out dequeue/peek with offset codePaolo Abeni2017-05-161-2/+2
| |/
* | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-181-5/+4
|\ \ | |/ |/|
| * net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab2017-05-161-5/+4
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* | | sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet2017-04-021-1/+1
* | | sock: avoid dirtying sk_stamp, if possiblePaolo Abeni2017-03-301-1/+4
* | | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-3/+6
|\| |
| * | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-3/+6
| |/
* / net: use proper lockdep annotation in __sk_dst_set()Eric Dumazet2017-03-081-5/+2
|/
* net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo2017-03-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-1/+3
|\
| * udp: properly cope with csum errorsEric Dumazet2017-02-071-1/+3
* | net: add dst_pending_confirm flag to skbuffJulian Anastasov2017-02-071-0/+14
* | sock: add sk_dst_pending_confirm flagJulian Anastasov2017-02-071-0/+12
* | net: adjust skb->truesize in pskb_expand_head()Eric Dumazet2017-01-271-1/+1
* | sock: use hlist_entry_safeGeliang Tang2017-01-201-2/+1
* | smc: netlink interface for SMC socketsUrsula Braun2017-01-091-0/+3
* | net: introduce keepalive function in struct protoUrsula Braun2017-01-091-0/+1
|/
* ktime: Get rid of the unionThomas Gleixner2016-12-251-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-3/+3
|\
| * make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on...Al Viro2016-12-051-3/+3
* | net: do not read sk_drops if application does not careEric Dumazet2016-12-081-1/+2
* | net: rfs: add a jump labelEric Dumazet2016-12-081-11/+14
* | net: sock_rps_record_flow() is for connected socketsEric Dumazet2016-12-071-1/+11
* | net: reorganize struct sock for better data localityEric Dumazet2016-12-051-24/+27
* | bpf: Add support for reading socket family, type, protocolDavid Ahern2016-12-021-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-2/+2
|\|
| * dccp: do not release listeners too soonEric Dumazet2016-11-031-2/+2
* | net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-3/+5
* | net: core: Add a UID field to struct sock.Lorenzo Colitti2016-11-041-0/+7
* | net: set SK_MEM_QUANTUM to 4096Eric Dumazet2016-10-311-6/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+3
|\|
| * doc: update docbook annotations for socket and skbStephen Hemminger2016-10-261-1/+3
* | net/socket: factor out helpers for memory and queue manipulationPaolo Abeni2016-10-221-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-0/+10
|\
| * net: avoid sk_forward_alloc overflowsEric Dumazet2016-09-171-0/+10
* | net: remove clear_sk() methodEric Dumazet2016-08-231-1/+0
* | udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet2016-08-231-2/+0
* | bpf: get rid of cgroup helper related ifdefsDaniel Borkmann2016-08-181-0/+10
|/
* dccp: limit sk_filter trim to payloadWillem de Bruijn2016-07-131-1/+7
* net: sock: move ->sk_shutdown out of bitfields.Andrey Ryabinin2016-05-201-1/+8
* tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet2016-05-041-1/+6
* net: add __sock_wfree() helperEric Dumazet2016-05-031-0/+1
* tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2016-05-021-0/+11
* net: SOCKWQ_ASYNC_WAITDATA optimizationsEric Dumazet2016-04-271-2/+4
* net: SOCKWQ_ASYNC_NOSPACE optimizationsEric Dumazet2016-04-271-0/+6