summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2017-12-16net: remove hlist_nulls_add_tail_rcu()Eric Dumazet
2016-11-03dccp: do not release listeners too soonEric Dumazet
2016-10-26doc: update docbook annotations for socket and skbStephen Hemminger
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-17net: avoid sk_forward_alloc overflowsEric Dumazet
2016-08-23net: remove clear_sk() methodEric Dumazet
2016-08-23udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet
2016-08-18bpf: get rid of cgroup helper related ifdefsDaniel Borkmann
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