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
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-03net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo
2017-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov
2017-02-07sock: add sk_dst_pending_confirm flagJulian Anastasov
2017-02-07udp: properly cope with csum errorsEric Dumazet
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet
2017-01-20sock: use hlist_entry_safeGeliang Tang
2017-01-10smc: netlink interface for SMC socketsUrsula Braun
2017-01-10net: introduce keepalive function in struct protoUrsula Braun
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-08net: do not read sk_drops if application does not careEric Dumazet
2016-12-08net: rfs: add a jump labelEric Dumazet
2016-12-07net: sock_rps_record_flow() is for connected socketsEric Dumazet
2016-12-05make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on...Al Viro
2016-12-05net: reorganize struct sock for better data localityEric Dumazet
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti
2016-11-03dccp: do not release listeners too soonEric Dumazet
2016-11-01net: set SK_MEM_QUANTUM to 4096Eric Dumazet
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-27doc: update docbook annotations for socket and skbStephen Hemminger
2016-10-23net/socket: factor out helpers for memory and queue manipulationPaolo Abeni
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-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