summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov
2008-01-28[DCCP]: Add support for abortive releaseGerrit Renker
2008-01-28[DCCP]: Check for unread data on closeGerrit Renker
2008-01-28[CCID2]: Remove misleading commentGerrit Renker
2008-01-28[CCID2]: Remove redundant ack-counting variableGerrit Renker
2008-01-28[CCID2]: Remove redundant synchronisation variableGerrit Renker
2008-01-28[CCID2]: Redundant debugging outputGerrit Renker
2008-01-28[CCID2]: Replace pipe assignment-function with assignmentGerrit Renker
2008-01-28[CCID2]: Replace cwnd assignment-function with assignmentGerrit Renker
2008-01-28[CCID2]: Replace read-only variable with constantGerrit Renker
2008-01-28[CCID2]: Remove unused variableGerrit Renker
2008-01-28[CCID2]: Disable broken Ack Ratio adaptation algorithmGerrit Renker
2008-01-28[CCID2]: Larger initial windows also for CCID2Gerrit Renker
2008-01-28[DCCP]: Initialize dccp_sock before calling the ccid constructorsArnaldo Carvalho de Melo
2008-01-28[CCID2]: Deadlock and spurious timeouts when Ack Ratio > cwndGerrit Renker
2008-01-28[CCID2]: Don't assign negative values to Ack RatioGerrit Renker
2008-01-28[CCID2]: Fix sequence number arithmetic/comparisonsGerrit Renker
2008-01-28[CCID2]: Bug in reading Ack VectorsGerrit Renker
2008-01-28[ACKVEC]: Reduce length of identifiersGerrit Renker
2008-01-28[IPV6]: Correct the comment concerning inetsw6 tablePavel Emelyanov
2008-01-28[UNIX] Move the unix sock iterators in to proper placePavel Emelyanov
2008-01-28[DCCP]: Ignore Ack Vectors / Elapsed Time on DCCP-Request alsoGerrit Renker
2008-01-28[DCCP]: Remove redundant dependency on IP_DCCPGerrit Renker
2008-01-28[DCCP]: Promote CCID2 as default CCIDGerrit Renker
2008-01-28[DCCP]: Honour and make use of shutdown option set by userGerrit Renker
2008-01-28[CCID3]: Inline for moving averageGerrit Renker
2008-01-28[CCID3]: Accurately determine idle & application-limited periodsGerrit Renker
2008-01-28[CCID3]: Ignore trivial amounts of elapsed timeGerrit Renker
2008-01-28[CCID3]: Revert use of MSS instead of sGerrit Renker
2008-01-28[NET] proto: Use pcounters for the inuse fieldArnaldo Carvalho de Melo
2008-01-28mac80211: remove more forgotten codeJohannes Berg
2008-01-28mac80211: Remove local->scan_flagsHelmut Schaa
2008-01-28mac80211: provide interface iterator for driversJohannes Berg
2008-01-28[NET]: Compact sk_stream_mem_schedule() codePavel Emelyanov
2008-01-28[NET]: Make netns cleanup to run in a separate queueBenjamin Thery
2008-01-28[IPVS]: Relax the module get/put in ip_vs_app.cPavel Emelyanov
2008-01-28[NET] net/core/request_sock.c: Remove unused exports.Adrian Bunk
2008-01-28[PATCH] IPV4 : Move ip route cache flush (secret_rebuild) from softirq to wor...Eric Dumazet
2008-01-28[RAW]: Consolidate proc interface.Pavel Emelyanov
2008-01-28[RAW]: Consolidate proto->unhash callbackPavel Emelyanov
2008-01-28[RAW]: Consolidate proto->hash callbackPavel Emelyanov
2008-01-28[RAW]: Introduce raw_hashinfo structurePavel Emelyanov
2008-01-28[IPv6] RAW: Compact the API for the kernelPavel Emelyanov
2008-01-28[IPv4] RAW: Compact the API for the kernelPavel Emelyanov
2008-01-28[NET]: Consolidate net namespace related proc files creation.Denis V. Lunev
2008-01-28[NET]: Make AF_UNIX per network namespace safe [v2]Denis V. Lunev
2008-01-28[NET]: Make AF_PACKET handle multiple network namespacesDenis V. Lunev
2008-01-28[NET]: Make the netlink methods in rtnetlink handle multiple network namespacesEric W. Biederman
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev