| Commit message (Expand) | Author | Age |
* | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 2012-05-15 |
* | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 |
* | sctp: fasthandoff with ASCONF at server-node | Michio Honda | 2011-11-08 |
* | sctp: deal with multiple COOKIE_ECHO chunks | Max Matveev | 2011-09-16 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-07-14 |
|\ |
|
| * | sctp: Enforce retransmission limit during shutdown | Thomas Graf | 2011-07-07 |
* | | net: Remove casts of void * | Joe Perches | 2011-06-16 |
|/ |
|
* | sctp: stop pending timers and purge queues when peer restart asoc | Wei Yongjun | 2011-05-31 |
* | sctp: fix to check the source address of COOKIE-ECHO chunk | Wei Yongjun | 2011-04-20 |
* | sctp: kill abandoned SCTP_CMD_TRANSMIT command | Shan Wei | 2011-04-20 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 |
* | net/sctp: Use pr_fmt and pr_<level> | Joe Perches | 2010-08-26 |
* | net: Remove unnecessary returns from void function()s | Joe Perches | 2010-05-18 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-05-12 |
|\ |
|
| * | sctp: Fix a race between ICMP protocol unreachable and connect() | Vlad Yasevich | 2010-05-06 |
* | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/... | David S. Miller | 2010-05-03 |
|\ \
| |/
|/| |
|
| * | sctp: send SHUTDOWN-ACK chunk back to the source. | Vlad Yasevich | 2010-04-30 |
* | | sctp: Fix oops when sending queued ASCONF chunks | Vlad Yasevich | 2010-04-28 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
* | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 |
|\ |
|
| * | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 |
| |\ |
|
| | * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 |
* | | | 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-29 |
| |/ |
|
* | | sctp: Update SWS avaoidance receiver side algorithm | Vlad Yasevich | 2009-11-23 |
* | | sctp: Select a working primary during sctp_connectx() | Vlad Yasevich | 2009-11-23 |
|/ |
|
* | sctp: Try not to change a_rwnd when faking a SACK from SHUTDOWN. | Vlad Yasevich | 2009-09-04 |
* | sctp: Fix error count increments that were results of HEARTBEATS | Vlad Yasevich | 2009-09-04 |
* | sctp: Send user messages to the lower layer as one | Vlad Yasevich | 2009-09-04 |
* | sctp: fix to choose alternate destination when retransmit ASCONF chunk | Wei Yongjun | 2009-06-03 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-05 |
|\ |
|
| * | sctp: fix kernel panic with ERROR chunk containing too many error causes | Wei Yongjun | 2009-03-03 |
* | | sctp: Fix broken RTO-doubling for data retransmits | Vlad Yasevich | 2009-03-03 |
* | | sctp: Fix the RTO-doubling on idle-link heartbeats | Vlad Yasevich | 2009-02-16 |
|/ |
|
* | sctp: Rework the tsn map to use generic bitmap. | Vlad Yasevich | 2008-10-08 |
* | sctp: enable cookie-echo retransmission transport switch | Vlad Yasevich | 2008-10-01 |
* | sctp: Follow security requirement of responding with 1 packet | Vlad Yasevich | 2008-06-19 |
* | sctp: Bring SCTP_DELAYED_ACK socket option into API compliance | Wei Yongjun | 2008-05-09 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-04-14 |
|\ |
|
| * | [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACK | Gui Jianfeng | 2008-04-12 |
* | | [SCTP]: Remove an unused parameter from sctp_cmd_hb_timer_update | Gui Jianfeng | 2008-04-12 |
* | | [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate. | Robert P. J. Day | 2008-04-12 |
* | | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-05 |
|/ |
|
* | [SCTP]: Stop claiming that this is a "reference implementation" | Vlad Yasevich | 2008-02-05 |
* | SCTP: Fix difference cases of retransmit. | Vlad Yasevich | 2007-11-07 |
* | [SCTP]: Implete SCTP-AUTH parameter processing | Vlad Yasevich | 2007-10-10 |
* | SCTP: Use net_ratelimit to suppress error messages print too fast | Wei Yongjun | 2007-08-30 |
* | SCTP: properly clean up fragment and ordering queues during FWD-TSN. | Vlad Yasevich | 2007-08-29 |
* | [SCTP]: Set assoc_id correctly during INIT collision. | Vlad Yasevich | 2007-05-04 |