messages from 2006-09-14 17:14:11 to 2006-11-11 18:03:47 UTC [more...]
[PATCH RFC] SELinux support for DCCP
2006-11-11 18:03 UTC (7+ messages)
[PATCH 0/3] Another batch of DCCP patches
2006-11-10 22:55 UTC (3+ messages)
[PATCH 3/3][DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)
2006-11-10 22:46 UTC
[PATCH 2/3][DCCP]: Update code comments for Step 2/3
2006-11-10 22:45 UTC
[PATCH 1/3][DCCP]: tidy up dccp_v{4,6}_conn_request
2006-11-10 22:45 UTC
[PATCH 0/10] DCCP patch queue merging
2006-11-10 22:42 UTC (3+ messages)
[PATCH] dccp: remove module exit functions
2006-11-10 18:32 UTC (4+ messages)
[PATCH 10/10][DCCP]: Fix logfile overflow
2006-11-10 15:31 UTC
[PATCH 9/10][DCCP]: Fix DCCP Probe Typo
2006-11-10 15:31 UTC
[PATCH 8/10][DCCPv6]: remove forward declarations in ipv6.c
2006-11-10 15:30 UTC
[PATCH 7/10][DCCPv4]: remove forward declarations in ipv4.c
2006-11-10 15:29 UTC
[PATCH 6/10][DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG
2006-11-10 15:29 UTC
[PATCH 5/10][DCCP] timewait: Remove leftover extern declarations
2006-11-10 15:28 UTC
[PATCH 4/10][DCCP]: Simplify jump labels in dccp_v{4,6}_rcv
2006-11-10 15:28 UTC
[PATCH 3/10][DCCP]: Combine allocating & zeroing header space on skb
2006-11-10 15:27 UTC
[PATCH 2/10][DCCPv6]: Add a FIXME for missing IPV6_PKTOPTIONS
2006-11-10 15:27 UTC
[PATCH 1/10][DCCP]: set safe upper bound for option length
2006-11-10 15:26 UTC
RFC about 07a_putative_nested_lock_in_rcv.diff
2006-11-10 15:16 UTC (4+ messages)
Sequence numbers in Response packets (Linux 2.6.17)
2006-11-09 21:55 UTC (5+ messages)
DCCP into Dave M's net-2.6.20 tree?
2006-11-08 20:49 UTC
[PATCH 6/6] dccp: Support for partial checksums (RFC 4340, sec. 9.2)
2006-11-03 14:32 UTC
[PATCH 5/6] dccp: Miscellaneous code tidy-ups
2006-11-03 14:32 UTC
[PATCH 4/6] dccp: Make feature negotiation legible
2006-11-03 14:32 UTC
[PATCH 1/6] dccp: The return of Unload Hack
2006-11-03 14:32 UTC
[PATCH 3/6] dccp: Add CCID3 debug support to Kconfig
2006-11-03 14:32 UTC
[PATCH 2/6] dccp: Enable debug messages also for static builds
2006-11-03 14:31 UTC
[PATCH 0/6]: Debugging & partial checksum support
2006-11-03 14:31 UTC
[TCPDUMP][WIRESHARK]: validation of variable-length checksums
2006-10-30 15:55 UTC
[PATCH 0/17] [DCCP]: patch-backlog, bug-fixes, some code simplifications
2006-10-26 22:45 UTC (6+ messages)
mmap
2006-10-26 1:02 UTC (3+ messages)
[PATCH 7/17] [DCCP]: Simplify jump labels in dccp_v{4,6}_rcv
2006-10-25 15:51 UTC (2+ messages)
[PATCH 14/17] [DCCP]: Fix logfile overflow by Ian McDonald
2006-10-25 9:06 UTC (3+ messages)
[PATCH 1/1] net/dccp: update references to standards
2006-10-24 23:43 UTC (3+ messages)
[PATCH 17/17] [TCP/DCCP]: Introduce net_xmit_eval
2006-10-24 14:01 UTC
[PATCH 16/17] [DCCP]: Update code comments for Step 2/3
2006-10-24 14:01 UTC
[PATCH 15/17] [DCCP]: tidy up dccp_v{4,6}_conn_request
2006-10-24 14:01 UTC
[PATCH 13/17] [DCCP]: Fix DCCP Probe typo by Ian McDonald
2006-10-24 14:00 UTC
[PATCH 12/17] [DCCPv6]: remove forward declarations in ipv6.c
2006-10-24 14:00 UTC
[PATCH 11/17] [DCCPv4]: remove forward declarations in ipv4.c
2006-10-24 14:00 UTC
[PATCH 10/17] [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG
2006-10-24 14:00 UTC
[PATCH 9/17] [DCCP]: Add FIXME for tw_deschedule()
2006-10-24 14:00 UTC
[PATCH 8/17] [DCCP]: resolve problem with locking validator
2006-10-24 14:00 UTC
[PATCH 6/17] [DCCP]: Combine allocating & zeroing header space on skb
2006-10-24 13:59 UTC
[PATCH 5/17] [DCCPv6]: Resolve conditional build problem
2006-10-24 13:59 UTC
[PATCH 4/17] [DCCP]: Ackvec patches by Bittau
2006-10-24 13:59 UTC
[PATCH 3/17] [DCCPv6]: FIXME for missing IPV6_PKTOPTIONS handling
2006-10-24 13:59 UTC
[PATCH 2/17] [Trivial] net/dccp: update references to standards
2006-10-24 13:59 UTC
[PATCH 1/17] [DCCP]: set safe upper bound for option length
2006-10-24 13:59 UTC
[PATCH 1/1] DCCP: Stop logs being filled
2006-10-24 9:15 UTC (2+ messages)
2.6.19-rcX vs 2.6.20
2006-10-24 8:54 UTC (5+ messages)
[PATCH 2.6.17][Trivial] net/dccp: update references to standards
2006-10-24 3:20 UTC (5+ messages)
` [PATCH 2.6.17][Trivial] net/dccp: update references to
[PATCH 1/1] [DCCP]: Fix Oops in DCCPv6
2006-10-20 21:37 UTC (2+ messages)
getaddrinfo - should accept IPPROTO_SCTP no?
2006-10-13 23:48 UTC (2+ messages)
[Patch 3/3]: dccp: resolve putative recursive lock
2006-10-12 11:02 UTC (2+ messages)
[Patch 2/3]: dccp: Oops in DCCPv6
2006-10-11 15:27 UTC
[Patch 1/3]: dccp: Oops in DCCPv6
2006-10-11 15:26 UTC
Packet size s on CCID3
2006-10-04 16:20 UTC (15+ messages)
` [dccp] "
[PATCH 0/7] [DCCP]: Further fixes and enhancements
2006-10-03 19:57 UTC (3+ messages)
PACKET_SIZE option and congestion control on variable-length packets
2006-10-03 19:54 UTC (5+ messages)
[PATCH][RFC] net/dccp: always log debug messages when CONFIG_DEBUG is set
2006-09-30 14:05 UTC
[PATCH 1/1] DCCP: Fix DCCP Probe typo
2006-09-30 5:42 UTC
Oops in DCCPv6
2006-09-29 17:24 UTC
[PATCH] IPv6/DCCP: Remove unused IPV6_PKTOPTIONS code
2006-09-29 14:40 UTC (2+ messages)
[PATCH] IPv6/DCCP: Fix memory leak in dccp_v6_do_rcv()
2006-09-29 6:07 UTC (2+ messages)
[PATCH] CCID2: Fix compile warning on some platforms
2006-09-28 5:16 UTC
[PATCH] CCID2: Fix format string for 64-bit quantities
2006-09-27 23:35 UTC (2+ messages)
Compile warnings in DCCP
2006-09-26 20:49 UTC
CCID2: Tell DCCP to quickly check whether cwnd is available
2006-09-25 17:58 UTC (7+ messages)
[PATCH 2.6.19] net/dccp: set safe upper bound for option length
2006-09-25 8:33 UTC (5+ messages)
[PATCH 0/4][DCCP]: Merge request
2006-09-25 3:05 UTC (2+ messages)
[PATCH 4/4][DCCP]: Introduce dccp_probe
2006-09-24 21:21 UTC
[PATCH 3/4][DCCP]: Use constants for CCIDs
2006-09-24 21:19 UTC
[PATCH 2/4][DCCP]: Introduce constants for CCID numbers
2006-09-24 21:18 UTC
[PATCH 1/4][DCCP]: Allow default/fallback service code
2006-09-24 21:18 UTC
Fwd: [dccp] Packet size s on CCID3
2006-09-24 14:11 UTC
[PATCH 7/7] [DCCP]: Remove socket option
2006-09-22 17:57 UTC (8+ messages)
[PATCH 5/7] [DCCP]: Introduce two new socket options
2006-09-22 17:49 UTC (6+ messages)
[PATCH 6/7] [DCCP]: Fix setting of packet size in CCID3
2006-09-22 16:57 UTC (3+ messages)
[PATCH 2.6.17][Trivial] net/dccp: update references to standards
2006-09-22 14:28 UTC (2+ messages)
[PATCH 3/7] [DCCP]: Introduce dccp_probe
2006-09-22 14:00 UTC (2+ messages)
[PATCH 2/7] [DCCP]: Use constants for CCIDs
2006-09-22 13:39 UTC (2+ messages)
[PATCH 1/7] [DCCP]: Introduce constants for CCID numbers
2006-09-22 13:39 UTC (2+ messages)
[PATCH] net/dccp: Allow default/fallback service code
2006-09-22 13:26 UTC (4+ messages)
[PATCH 4/7] [DCCP]: Shift constants into header
2006-09-22 2:29 UTC
[PATCH 6/10]: [DCCP] CCID2: Tell DCCP to quickly check whether cwnd is available
2006-09-19 23:06 UTC (7+ messages)
` [PATCH 6/10]: [DCCP] CCID2: Tell DCCP to quickly check whether
[PATCH 10/10]: [DCCP] CCID2: Add helper functions for changing important CCID2 state
2006-09-19 20:28 UTC (3+ messages)
` [PATCH 10/10]: [DCCP] CCID2: Add helper functions for changing
[PATCH 9/10]: [DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTT
2006-09-19 20:15 UTC (2+ messages)
` [PATCH 9/10]: [DCCP] CCID2: Halve cwnd once upon multiple
[PATCH 8/10]: [DCCP] CCID2: Allocate seq records on demand
2006-09-19 20:13 UTC (2+ messages)
[PATCH 7/10]: [DCCP] CCID2: Add Kconfig option for CCID2 debug
2006-09-19 20:12 UTC (2+ messages)
[PATCH 5/10]: [DCCP] CCID2: Initialize ssthresh to infinity
2006-09-19 20:08 UTC (2+ messages)
[PATCH 4/10]: [DCCP] CCID2: Fix jiffie wrap issues
2006-09-19 20:06 UTC (2+ messages)
[PATCH 3/10]: [DCCP] ackvec: Remove unused variables
2006-09-19 20:06 UTC (2+ messages)
[PATCH 2/10]: [DCCP] ackvec: Fix how
2006-09-19 20:05 UTC
[PATCH 1/10]: [DCCP] ACKVEC: fix ackvector length calculation
2006-09-19 20:05 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox