summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek2016-04-251-1/+5
* sock: relax WARN_ON() in sock_owned_by_user()Eric Dumazet2016-04-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-1/+5
|\
| * soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek2016-04-141-1/+5
* | net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko2016-04-131-2/+2
* | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-131-15/+29
* | net: Fix build failure due to lockdep_sock_is_held().David S. Miller2016-04-071-0/+2
* | sock: make lockdep_sock_is_held static inlineHannes Frederic Sowa2016-04-071-1/+1
* | net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-071-2/+10
* | sock: fix lockdep annotation in release_sockHannes Frederic Sowa2016-04-071-1/+6
* | udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-051-0/+2
* | udp: remove headers from UDP packets before queueingsamanthakumar2016-04-051-0/+1
* | sock: convert sk_peek_offset functions to WRITE_ONCEWillem de Bruijn2016-04-051-11/+13