summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* net: avoid sk_forward_alloc overflowsEric Dumazet2016-09-171-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
* | tcp: increment sk_drops for dropped rx packetsEric Dumazet2016-04-041-0/+7
* | udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-041-6/+6
* | net: add SOCK_RCU_FREE socket flagEric Dumazet2016-04-041-0/+2
* | sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-4/+6
* | sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh2016-04-041-0/+1
* | sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn2016-04-041-0/+2
|/
* sock: struct proto hash function may errorCraig Gallek2016-02-111-3/+3
* net: sock: remove dead cgroup methods from struct protoJohannes Weiner2016-01-211-12/+0
* mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-141-7/+0
* net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-141-21/+4
* net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-141-56/+8
* net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner2016-01-141-3/+5
* net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner2016-01-141-36/+3
* net: tcp_memcontrol: remove bogus hierarchy pressure propagationJohannes Weiner2016-01-141-15/+4
* net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner2016-01-141-4/+6
* soreuseport: define reuseport groupsCraig Gallek2016-01-041-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-2/+5
|\
| * net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa2015-12-161-1/+1
| * net: fix IP early demux racesEric Dumazet2015-12-141-1/+1
| * net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+1
| * xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-111-1/+1
| * sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-051-0/+2
* | net: diag: Add the ability to destroy a socket.Lorenzo Colitti2015-12-151-0/+1
* | tcp: Fix conditions to determine checksum offloadTom Herbert2015-12-151-0/+9
* | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo2015-12-081-8/+3
* | netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo2015-12-081-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-031-7/+25
|\|
| * ipv6: kill sk_dst_lockEric Dumazet2015-12-031-2/+1
| * net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-011-7/+16