Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-24net: remove clear_sk() methodEric Dumazet
2016-08-24udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet
2016-08-19bpf: get rid of cgroup helper related ifdefsDaniel Borkmann
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn
2016-05-21net: 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-03tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet
2016-04-28net: SOCKWQ_ASYNC_WAITDATA optimizationsEric Dumazet
2016-04-28net: 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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-15soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek
2016-04-14net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko
2016-04-14sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa
2016-04-08net: Fix build failure due to lockdep_sock_is_held().David S. Miller
2016-04-08sock: 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-05tcp: increment sk_drops for dropped rx packetsEric Dumazet
2016-04-05udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet
2016-04-05net: 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-22net: sock: remove dead cgroup methods from struct protoJohannes Weiner
2016-01-15mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner
2016-01-15net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-15net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner
2016-01-15net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner
2016-01-15net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner
2016-01-15net: tcp_memcontrol: remove bogus hierarchy pressure propagationJohannes Weiner
2016-01-15net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner
2016-01-05soreuseport: define reuseport groupsCraig Gallek
2015-12-18Merge 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-16net: diag: Add the ability to destroy a socket.Lorenzo Colitti
2015-12-16tcp: Fix conditions to determine checksum offloadTom Herbert
2015-12-15net: fix IP early demux racesEric Dumazet
2015-12-15net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-12xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet
2015-12-09net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo
2015-12-09netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo
2015-12-06sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller