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
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-14net: dccp: kerneldoc fixesAndrew Lunn
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2017-10-16net: dccp: mark expected switch fall-throughsGustavo A. R. Silva
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2016-05-03dccp: do not assume DCCP code is non preemptibleEric Dumazet
2016-04-28dccp: rename DCCP_INC_STATS_BH()Eric Dumazet
2014-01-05dccp: remove obsolete codestephen hemminger
2012-07-11net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-05-07dccp: handle invalid feature options lengthDan Rosenberg
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGerrit Renker
2010-11-15dccp ccid-2: Schedule Sync as out-of-band mechanismGerrit Renker
2010-11-15dccp ccid-2: Algorithm to update buffer stateGerrit Renker
2010-11-10dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker
2010-11-10dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGerrit Renker
2010-11-10dccp ccid-2: Ack Vector interface clean-upGerrit Renker
2010-10-12dccp: schedule an Ack when receiving timestampsGerrit Renker
2010-10-07dccp: Kill dead code and add static markers.stephen hemminger
2010-09-21dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker
2010-09-21dccp: Add packet type information to CCID-specific option parsingGerrit Renker
2010-06-26dccp: make implementation of Syn-RTT symmetricGerrit Renker
2010-06-26dccp: remove unused function argumentGerrit Renker
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2009-01-22dccp: Debugging functions for feature negotiationGerrit Renker
2009-01-22dccp: Initialisation and type-checking of feature sysctlsGerrit 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-02dccp: Processing Confirm optionsGerrit Renker
2008-12-02dccp: Process incoming Change feature-negotiation optionsGerrit Renker
2008-12-02dccp: Integrate feature-negotiation insertion codeGerrit Renker
2008-11-26dccp: fix warning in net/dccp/options.cIngo Molnar
2008-11-24dccp: Header option insertion routine for feature-negotiationGerrit Renker
2008-11-24dccp: Support for Mandatory optionsGerrit Renker
2008-11-24dccp: Increase the scope of variable-length htonl/ntohl functionsGerrit Renker
2008-11-17dccp: Deprecate Ack Ratio sysctlGerrit Renker
2008-11-12dccp: Limit feature negotiation to connection setup phaseGerrit Renker
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker
2008-09-04dccp ccid-2: Separate option parsing from CCID processingGerrit Renker
2008-09-04dccp ccid-2: Schedule Sync as out-of-band mechanismGerrit Renker
2008-09-04dccp ccid-2: Algorithm to update buffer stateGerrit Renker
2008-09-04dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker
2008-09-04dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGerrit Renker
2008-09-04dccp: Schedule an Ack when receiving timestampsGerrit Renker
2008-09-04dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker
2008-09-04dccp: Add packet type information to CCID-specific option parsingGerrit Renker
2008-09-04dccp: Debugging functions for feature negotiationGerrit Renker
2008-09-04dccp: Initialisation and type-checking of feature sysctlsGerrit Renker