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
2021-09-08dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng
2020-02-25dccp: Add missing annotation for dccp_child_process()Jules Irenge
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet
2017-12-01tcp/dccp: block bh before arming time_wait timerEric Dumazet
2017-03-08dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet
2017-03-03net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo
2017-03-03dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo
2016-04-28dccp: rename DCCP_INC_STATS_BH()Eric Dumazet
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet
2015-09-30dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet
2015-09-30tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet
2015-09-22tcp/dccp: fix timewait races in timer handlingEric Dumazet
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet
2014-07-02inet: move ipv6only in sock_commonEric Dumazet
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet
2013-10-10inet: includes a sock_common in request_sockEric Dumazet
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet
2012-03-03dccp: fix bug in sequence number validation during connection setupSamuel Jero
2011-12-12net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-11-23net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-09net: rename sk_clone to sk_clone_lockEric Dumazet
2010-10-12dccp: fix the adjustments to AWL and SWLGerrit Renker
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-06net: backlog functions renameZhu Yi
2009-12-03TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson
2009-01-22dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker
2008-12-08dccp: Remove manual influence on NDP Count featureGerrit Renker
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker
2008-12-08dccp: Integration of dynamic feature activation - part 2 (server side)Gerrit Renker
2008-11-17dccp: Deprecate Ack Ratio sysctlGerrit Renker
2008-11-05dccp: Per-socket initialisation of feature negotiationGerrit Renker
2008-10-20dccp: Port redirection support for DCCPGerrit Renker
2008-08-07tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng
2008-06-11dccp: Bug in initial acknowledgment number assignmentGerrit Renker
2008-02-29[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.Denis V. Lunev
2008-01-29[DCCP]: Handle timestamps on Request/Response exchange separatelyGerrit Renker
2008-01-29[DCCP]: Add (missing) option parsing to request_sock processingGerrit Renker
2007-10-11[DCCP]: Tidy-up -- minisock initialisationGerrit Renker
2007-10-11[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreArnaldo Carvalho de Melo
2007-04-26[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary
2007-03-07[DCCP]: Set RTO for newly created child socketGerrit Renker
2006-12-12[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells