Age | Commit message (Expand) | Author |
2011-04-01 | sctp: fix auth_hmacs field's length of struct sctp_cookie | Wei Yongjun |
2011-01-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2011-01-19 | sctp: user perfect name for Delayed SACK Timer option | Shan Wei |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds |
2010-11-29 | sctp: kill unused macros in head file | Shan Wei |
2010-11-28 | sctp: kill unused macro definition | Shan Wei |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König |
2010-09-23 | net: return operator cleanup | Eric Dumazet |
2010-08-26 | net/sctp: Use pr_fmt and pr_<level> | Joe Perches |
2010-06-03 | net: use __packed annotation | Eric Dumazet |
2010-05-26 | sctp: dubious bitfields in sctp_transport | Dan Carpenter |
2010-05-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-05-06 | sctp: Fix a race between ICMP protocol unreachable and connect() | Vlad Yasevich |
2010-05-03 | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/... | David S. Miller |
2010-05-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-04-30 | sctp: Tag messages that can be Nagle delayed at creation. | Vlad Yasevich |
2010-04-30 | sctp: fast recovery algorithm is per association. | Vlad Yasevich |
2010-04-30 | sctp: update transport initializations | Vlad Yasevich |
2010-04-30 | sctp: Save some room in the sctp_transport by using bitfields | Vlad Yasevich |
2010-04-30 | sctp: remove 'resent' bit from the chunk | Vlad Yasevich |
2010-04-30 | sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT state | Wei Yongjun |
2010-04-28 | sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV... | Neil Horman |
2010-04-28 | sctp: Fix oops when sending queued ASCONF chunks | Vlad Yasevich |
2010-04-28 | sctp: avoid irq lock inversion while call sk->sk_data_ready() | Wei Yongjun |
2010-03-21 | net: snmp mib cleanup | Eric Dumazet |
2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa |
2009-11-29 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-11-29 | sctp: on T3_RTX retransmit all the in-flight chunks | Andrei Pelinescu-Onciul |
2009-11-23 | sctp: Update max.burst implementation | Vlad Yasevich |
2009-11-23 | sctp: Turn the enum socket options into defines | Vlad Yasevich |
2009-11-23 | sctp: Remove useless last_time_used variable | Vlad Yasevich |
2009-11-23 | sctp: remove deprecated SCTP_GET_*_OLD stuffs | Amerigo Wang |
2009-11-23 | sctp: Update SWS avaoidance receiver side algorithm | Vlad Yasevich |
2009-11-23 | sctp: Fix malformed "Invalid Stream Identifier" error | Vlad Yasevich |
2009-11-23 | sctp: implement the sender side for SACK-IMMEDIATELY extension | Wei Yongjun |
2009-11-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-11-13 | sctp: Set source addresses on the association before adding transports | Vlad Yasevich |
2009-11-04 | net: cleanup include/net | Eric Dumazet |
2009-09-30 | net: Make setsockopt() optlen be unsigned. | David S. Miller |
2009-09-04 | sctp: turn flags in 'struct sctp_association' into bit fields | Wei Yongjun |
2009-09-04 | sctp: Sysctl configuration for IPv4 Address Scoping | Bhaskar Dutta |
2009-09-04 | sctp: Turn flags in 'sctp_packet' into bit fields | Vlad Yasevich |
2009-09-04 | sctp: Fix SCTP_MAXSEG socket option to comply to spec. | Vlad Yasevich |
2009-09-04 | sctp: Don't do NAGLE delay on large writes that were fragmented small | Vlad Yasevich |
2009-09-04 | sctp: drop a_rwnd to 0 when receive buffer overflows. | Vlad Yasevich |
2009-09-04 | sctp: Send user messages to the lower layer as one | Vlad Yasevich |
2009-09-04 | sctp: Disallow new connection on a closing socket | Vlad Yasevich |
2009-09-04 | sctp: remove unused union (sctp_cmsg_data_t) definition | Rami Rosen |