summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn
2016-05-20net: sock: move ->sk_shutdown out of bitfields.Andrey Ryabinin
2016-05-04tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet
2016-05-03net: add __sock_wfree() helperEric Dumazet
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet
2016-04-27net: SOCKWQ_ASYNC_WAITDATA optimizationsEric Dumazet
2016-04-27net: SOCKWQ_ASYNC_NOSPACE optimizationsEric Dumazet
2016-04-25soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek
2016-04-25sock: relax WARN_ON() in sock_owned_by_user()Eric Dumazet
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-14soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek
2016-04-13net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa
2016-04-07net: Fix build failure due to lockdep_sock_is_held().David S. Miller
2016-04-07sock: make lockdep_sock_is_held static inlineHannes Frederic Sowa
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa
2016-04-07sock: fix lockdep annotation in release_sockHannes Frederic Sowa
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar
2016-04-05sock: convert sk_peek_offset functions to WRITE_ONCEWillem de Bruijn
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet
2016-04-04net: add SOCK_RCU_FREE socket flagEric Dumazet
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2016-04-04sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh
2016-04-04sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn
2016-02-11sock: struct proto hash function may errorCraig Gallek
2016-01-21net: sock: remove dead cgroup methods from struct protoJohannes Weiner
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner
2016-01-14net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner
2016-01-14net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner
2016-01-14net: tcp_memcontrol: remove bogus hierarchy pressure propagationJohannes Weiner
2016-01-14net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner
2016-01-04soreuseport: define reuseport groupsCraig Gallek
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-16net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa
2015-12-15net: diag: Add the ability to destroy a socket.Lorenzo Colitti
2015-12-15tcp: Fix conditions to determine checksum offloadTom Herbert
2015-12-14net: fix IP early demux racesEric Dumazet
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo
2015-12-08netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo
2015-12-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-03ipv6: kill sk_dst_lockEric Dumazet
2015-12-02tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet