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
2019-12-14tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2019-11-07inet_diag: use jiffies_delta_to_msecs()Eric Dumazet
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2018-12-21tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long
2018-01-02inet_diag: Add equal-operator for portsKristian Evensen
2017-09-02inet_diag: allow protocols to provide additional dataIvan Delalande
2017-08-19net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)
2017-01-14tcp: remove early retransmitYuchung Cheng
2017-01-14tcp: add reordering timer in RACK loss detectionYuchung Cheng
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet
2016-10-24net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov
2016-10-20tcp: relax listening_hash operationsEric Dumazet
2016-09-09net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti
2016-08-25net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti
2016-08-25net: diag: slightly refactor the inet_diag_bc_audit error checks.Lorenzo Colitti
2016-06-28net: diag: Add support to filter on device indexDavid Ahern
2016-04-26sock_diag: align nlattr properly when neededNicolas Dichtel
2016-04-21net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long
2016-04-16sctp: export some functions for sctp_diag in inet_diagXin Long
2016-04-05tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet
2016-04-05tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet
2016-03-15net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek
2016-01-21net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet
2015-12-16net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti
2015-12-16net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet
2015-07-11net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter
2015-06-24net: inet_diag: export IPV6_V6ONLY sockoptPhil Sutter
2015-06-23inet_diag: Remove _bh suffix in inet_diag_dump_reqs().Hiroaki SHIMODA
2015-06-21sock_diag: fetch source port from inet_sockCraig Gallek
2015-06-16sock_diag: implement a get_info handler for inetCraig Gallek
2015-06-16sock_diag: specify info_size per inet protocolCraig Gallek
2015-04-30tcp: prepare CC get_info() access from getsockopt()Eric Dumazet
2015-04-17inet_diag: fix access to tcp cc informationEric Dumazet
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-19inet: request sock should init IPv6/IPv4 addressesEric Dumazet
2015-03-16inet_diag: allow sk_diag_fill() to handle request socksEric Dumazet
2015-03-14inet_diag: factorize code in new inet_diag_msg_common_fill() helperEric Dumazet
2015-03-14inet_diag: adjust inet_sk_diag_fill() bug conditionEric Dumazet
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet
2015-03-13inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet
2015-03-13inet: introduce ireq_familyEric Dumazet