aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni1-0/+4
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2016-09-17net: avoid sk_forward_alloc overflowsEric Dumazet1-0/+10
2016-08-23net: remove clear_sk() methodEric Dumazet1-1/+0
2016-08-23udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet1-2/+0
2016-08-18bpf: get rid of cgroup helper related ifdefsDaniel Borkmann1-0/+10
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn1-1/+7
2016-05-20net: sock: move ->sk_shutdown out of bitfields.Andrey Ryabinin1-1/+8
2016-05-04tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet1-1/+6
2016-05-03net: add __sock_wfree() helperEric Dumazet1-0/+1
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet1-0/+11
2016-04-27net: SOCKWQ_ASYNC_WAITDATA optimizationsEric Dumazet1-2/+4
2016-04-27net: SOCKWQ_ASYNC_NOSPACE optimizationsEric Dumazet1-0/+6
2016-04-25soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek1-1/+5
2016-04-25sock: relax WARN_ON() in sock_owned_by_user()Eric Dumazet1-1/+1
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2016-04-14soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek1-1/+5
2016-04-13net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko1-2/+2
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa1-15/+29
2016-04-07net: Fix build failure due to lockdep_sock_is_held().David S. Miller1-0/+2
2016-04-07sock: make lockdep_sock_is_held static inlineHannes Frederic Sowa1-1/+1
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa1-2/+10
2016-04-07sock: fix lockdep annotation in release_sockHannes Frederic Sowa1-1/+6
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar1-0/+2
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar1-0/+1
2016-04-05sock: convert sk_peek_offset functions to WRITE_ONCEWillem de Bruijn1-11/+13
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet1-0/+7
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet1-6/+6
2016-04-04net: add SOCK_RCU_FREE socket flagEric Dumazet1-0/+2
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-4/+6
2016-04-04sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh1-0/+1
2016-04-04sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn1-0/+2
2016-02-11sock: struct proto hash function may errorCraig Gallek1-3/+3
2016-01-21net: sock: remove dead cgroup methods from struct protoJohannes Weiner1-12/+0
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner1-7/+0
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-21/+4
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner1-56/+8
2016-01-14net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner1-3/+5
2016-01-14net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner1-36/+3
2016-01-14net: tcp_memcontrol: remove bogus hierarchy pressure propagationJohannes Weiner1-15/+4
2016-01-14net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner1-4/+6
2016-01-04soreuseport: define reuseport groupsCraig Gallek1-0/+2
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2015-12-16net: fix warnings in 'make htmldocs' by moving macro definition out of field declarationHannes Frederic Sowa1-1/+1
2015-12-15net: diag: Add the ability to destroy a socket.Lorenzo Colitti1-0/+1
2015-12-15tcp: Fix conditions to determine checksum offloadTom Herbert1-0/+9
2015-12-14net: fix IP early demux racesEric Dumazet1-1/+1
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+1
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet1-1/+1
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo1-8/+3