| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-01 | net: sctp: Fix typo in net/sctp | Masanari Iida | 1 | -1/+1 |
| 2012-10-16 | sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter() | Zijie Pan | 1 | -1/+2 |
| 2012-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 4 | -9/+14 |
| 2012-10-04 | sctp: check src addr when processing SACK to update transport state | Nicolas Dichtel | 3 | -8/+13 |
| 2012-10-04 | sctp: fix a typo in prototype of __sctp_rcv_lookup() | Nicolas Dichtel | 1 | -1/+1 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+20 |
| 2012-09-26 | unexport sock_map_fd(), switch to sock_alloc_file() | Al Viro | 1 | -5/+20 |
| 2012-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+20 |
| 2012-09-04 | sctp: use list_move_tail instead of list_del/list_add_tail | Wei Yongjun | 1 | -6/+4 |
| 2012-09-03 | sctp: Don't charge for data in sndbuf again when transmitting packet | Thomas Graf | 1 | -1/+20 |
| 2012-08-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie... | David S. Miller | 1 | -2/+4 |
| 2012-08-16 | sctp: fix bogus if statement in sctp_auth_recv_cid() | Dan Carpenter | 1 | -1/+1 |
| 2012-08-16 | sctp: fix compile issue with disabled CONFIG_NET_NS | Ulrich Weber | 1 | -6/+3 |
| 2012-08-14 | sctp: Make sysctl tunables per net | Eric W. Biederman | 12 | -228/+265 |
| 2012-08-14 | sctp: Push struct net down into sctp_verify_ext_param | Eric W. Biederman | 2 | -8/+9 |
| 2012-08-14 | sctp: Push struct net down into all of the state machine functions | Eric W. Biederman | 2 | -282/+339 |
| 2012-08-14 | sctp: Push struct net down into sctp_in_scope | Eric W. Biederman | 3 | -4/+5 |
| 2012-08-14 | sctp: Push struct net down into sctp_transport_init | Eric W. Biederman | 3 | -5/+8 |
| 2012-08-14 | sctp: Push struct net down to sctp_chunk_event_lookup | Eric W. Biederman | 7 | -28/+51 |
| 2012-08-14 | sctp: Add infrastructure for per net sysctls | Eric W. Biederman | 2 | -0/+28 |
| 2012-08-14 | sctp: Make the mib per network namespace | Eric W. Biederman | 11 | -114/+151 |
| 2012-08-14 | sctp: Enable sctp in all network namespaces | Eric W. Biederman | 2 | -9/+11 |
| 2012-08-14 | sctp: Make the proc files per network namespace. | Eric W. Biederman | 3 | -73/+81 |
| 2012-08-14 | sctp: Move the percpu sockets counter out of sctp_proc_init | Eric W. Biederman | 1 | -6/+7 |
| 2012-08-14 | sctp: Make the ctl_sock per network namespace | Eric W. Biederman | 3 | -44/+52 |
| 2012-08-14 | sctp: Make the address lists per network namespace | Eric W. Biederman | 5 | -80/+104 |
| 2012-08-14 | sctp: Make the association hashtable handle multiple network namespaces | Eric W. Biederman | 4 | -28/+49 |
| 2012-08-14 | sctp: Make the endpoint hashtable handle multiple network namespaces | Eric W. Biederman | 2 | -8/+15 |
| 2012-08-14 | sctp: Make the port hash table use struct net in it's key. | Eric W. Biederman | 1 | -9/+13 |
| 2012-08-14 | userns: Print out socket uids in a user namespace aware fashion. | Eric W. Biederman | 1 | -2/+4 |
| 2012-07-31 | netvm: prevent a stream-specific deadlock | Mel Gorman | 1 | -1/+2 |
| 2012-07-23 | ipv4: Prepare for change of rt->rt_iif encoding. | David S. Miller | 1 | -1/+1 |
| 2012-07-22 | Merge branch 'kill_rtcache' | David S. Miller | 1 | -1/+1 |
| 2012-07-22 | sctp: Implement quick failover draft from tsvwg | Neil Horman | 6 | -14/+176 |
| 2012-07-20 | net: Document dst->obsolete better. | David S. Miller | 1 | -1/+1 |
| 2012-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -7/+12 |
| 2012-07-17 | Merge branch 'nexthop_exceptions' | David S. Miller | 5 | -12/+20 |
| 2012-07-17 | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() | David S. Miller | 2 | -2/+2 |
| 2012-07-16 | sctp: fix sparse warning for sctp_init_cause_fixed | Ioan Orghici | 1 | -1/+1 |
| 2012-07-16 | sctp: Fix list corruption resulting from freeing an association on a list | Neil Horman | 2 | -7/+12 |
| 2012-07-16 | sctp: Adjust PMTU updates to accomodate route invalidation. | David S. Miller | 5 | -10/+18 |
| 2012-07-12 | net: Remove checks for dst_ops->redirect being NULL. | David S. Miller | 1 | -1/+1 |
| 2012-07-12 | ipv6: Add redirect support to all protocol icmp error handlers. | David S. Miller | 2 | -2/+5 |
| 2012-07-11 | ipv4: Add redirect support to all protocol icmp error handlers. | David S. Miller | 1 | -0/+16 |
| 2012-07-08 | sctp: refactor sctp_packet_append_chunk and clenup some memory leaks | Neil Horman | 1 | -27/+52 |
| 2012-06-30 | sctp: be more restrictive in transport selection on bundled sacks | Neil Horman | 8 | -4/+33 |
| 2012-06-19 | sctp: fix warning when compiling without IPv6 | Daniel Halperin | 1 | -0/+2 |
| 2012-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -20/+1 |
| 2012-05-15 | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 3 | -17/+12 |
| 2012-05-10 | sctp: check cached dst before using it | Nicolas Dichtel | 2 | -20/+1 |
| 2012-04-23 | net: add a limit parameter to sk_add_backlog() | Eric Dumazet | 1 | -2/+2 |
| 2012-04-20 | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | 1 | -7/+1 |
| 2012-04-20 | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | 1 | -2/+2 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 5 | -9/+9 |
| 2012-04-04 | sctp: Allow struct sctp_event_subscribe to grow without breaking binaries | Thomas Graf | 1 | -2/+3 |
| 2012-03-08 | sctp: Export sctp_do_peeloff | Benjamin Poirier | 1 | -15/+9 |
| 2012-01-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -14/+20 |
| 2011-12-20 | sctp: Do not account for sizeof(struct sk_buff) in estimated rwnd | Thomas Graf | 2 | -11/+3 |
| 2011-12-19 | sctp: fix incorrect overflow check on autoclose | Xi Wang | 4 | -3/+17 |
| 2011-12-11 | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 3 | -4/+4 |
| 2011-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2011-12-02 | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 1 | -1/+1 |
| 2011-11-29 | sctp: better integer overflow check in sctp_auth_create_key() | Xi Wang | 1 | -1/+1 |
| 2011-11-22 | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2 | -22/+20 |
| 2011-11-08 | sctp: fasthandoff with ASCONF at server-node | Michio Honda | 1 | -1/+7 |
| 2011-11-08 | sctp: fasthandoff with ASCONF at mobile-node | Michio Honda | 2 | -1/+19 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+2 |
| 2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2 | -0/+2 |
| 2011-10-27 | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT | Eric Dumazet | 1 | -1/+1 |
| 2011-10-13 | net: more accurate skb truesize | Eric Dumazet | 1 | -1/+1 |
| 2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller | 2 | -0/+11 |
| 2011-09-16 | sctp: deal with multiple COOKIE_ECHO chunks | Max Matveev | 2 | -0/+11 |
| 2011-08-24 | sctp: Bundle HEAERTBEAT into ASCONF_ACK | Michio Honda | 3 | -0/+7 |
| 2011-08-24 | sctp: HEARTBEAT negotiation after ASCONF | Michio Honda | 1 | -0/+4 |
| 2011-07-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -11/+8 |
| 2011-07-14 | net: sctp: fix checksum marking for outgoing packets | Michał Mirosław | 1 | -11/+8 |
| 2011-07-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 7 | -31/+106 |
| 2011-07-08 | sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos... | Thomas Graf | 2 | -8/+21 |
| 2011-07-07 | sctp: Enforce retransmission limit during shutdown | Thomas Graf | 4 | -13/+61 |
| 2011-07-07 | sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it | Wei Yongjun | 1 | -0/+23 |
| 2011-07-07 | net: refine {udp|tcp|sctp}_mem limits | Eric Dumazet | 1 | -10/+1 |
| 2011-07-01 | sctp: Reduce switch/case indent | Joe Perches | 2 | -30/+31 |
| 2011-06-16 | net: Remove casts of void * | Joe Perches | 5 | -28/+21 |
| 2011-06-11 | sctp: kzalloc() error handling on deleting last address | Michio Honda | 1 | -0/+4 |
| 2011-06-06 | sctp: Guard IPV6 specific code properly. | David S. Miller | 1 | -1/+2 |
| 2011-06-02 | sctp: Add ASCONF operation on the single-homed host | Michio Honda | 5 | -7/+99 |
| 2011-06-02 | sctp: Add socket option operation for Auto-ASCONF. | Michio Honda | 1 | -0/+68 |
| 2011-06-02 | sctp: Add sysctl support for Auto-ASCONF. | Michio Honda | 1 | -0/+7 |
| 2011-06-02 | sctp: Add Auto-ASCONF support (core). | Michio Honda | 4 | -4/+206 |
| 2011-06-02 | sctp: Add ADD/DEL ASCONF handling at the receiver. | Michio Honda | 1 | -1/+1 |
| 2011-05-31 | sctp: stop pending timers and purge queues when peer restart asoc | Wei Yongjun | 3 | -11/+29 |
| 2011-05-25 | sctp: fix memory leak of the ASCONF queue when free asoc | Wei Yongjun | 1 | -0/+16 |
| 2011-05-24 | net: convert %p usage to %pK | Dan Rosenberg | 1 | -2/+2 |
| 2011-05-21 | sctp: Fix build failure. | David S. Miller | 1 | -1/+1 |
| 2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 14 | -319/+396 |
| 2011-05-19 | SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict() | Jacek Luczak | 1 | -6/+4 |
| 2011-05-12 | sctp: sctp_sendmsg: Don't test known non-null sinfo | Joe Perches | 1 | -6/+4 |
| 2011-05-12 | sctp: sctp_sendmsg: Don't initialize default_sinfo | Joe Perches | 1 | -1/+2 |
| 2011-05-10 | sctp: Remove rt->rt_src usage in sctp_v4_get_saddr() | David S. Miller | 1 | -1/+1 |
| 2011-05-08 | sctp: Fix debug message args. | David S. Miller | 1 | -2/+2 |
| 2011-05-08 | sctp: Don't use rt->rt_{src,dst} in sctp_v4_xmit() | David S. Miller | 1 | -2/+2 |
| 2011-05-08 | inet: Pass flowi to ->queue_xmit(). | David S. Miller | 1 | -1/+1 |
| 2011-05-08 | sctp: Store a flowi in transports to provide persistent keying. | David S. Miller | 1 | -6/+3 |
| 2011-05-07 | net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu() | Lai Jiangshan | 3 | -10/+3 |
| 2011-05-03 | sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst() | David S. Miller | 1 | -5/+4 |
| 2011-04-27 | sctp: clean up route lookup calls | Vlad Yasevich | 3 | -29/+23 |
| 2011-04-27 | sctp: remove useless arguments from get_saddr() call | Vlad Yasevich | 3 | -6/+2 |
| 2011-04-27 | sctp: make sctp over IPv6 work with IPsec | Vlad Yasevich | 1 | -5/+11 |
| 2011-04-27 | sctp: cache the ipv6 source after route lookup | Vlad Yasevich | 4 | -119/+106 |
| 2011-04-27 | sctp: fix sctp to work with ipv6 source address routing | Weixing Shi | 1 | -1/+43 |
| 2011-04-26 | Revert wrong fixes for common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-04-22 | inet: constify ip headers and in6_addr | Eric Dumazet | 2 | -2/+2 |
| 2011-04-21 | sctp: implement event notification SCTP_SENDER_DRY_EVENT | Wei Yongjun | 3 | -1/+53 |
| 2011-04-21 | sctp: change auth event type name to SCTP_AUTHENTICATION_EVENT | Wei Yongjun | 1 | -1/+1 |
| 2011-04-21 | sctp: implement socket option SCTP_GET_ASSOC_ID_LIST | Wei Yongjun | 1 | -0/+52 |
| 2011-04-20 | sctp: move chunk from retransmit queue to abandoned list | Wei Yongjun | 1 | -0/+7 |
| 2011-04-20 | sctp: make heartbeat information in sctp_make_heartbeat() | Wei Yongjun | 2 | -15/+14 |
| 2011-04-20 | sctp: fix to check the source address of COOKIE-ECHO chunk | Wei Yongjun | 3 | -16/+27 |
| 2011-04-20 | sctp: handle ootb packet in chunk order as defined | Shan Wei | 2 | -15/+21 |
| 2011-04-20 | sctp: bail from sctp_endpoint_lookup_assoc() if not bound | Vlad Yasevich | 1 | -6/+14 |
| 2011-04-20 | sctp: remove completely unsed EMPTY state | Vlad Yasevich | 3 | -78/+0 |
| 2011-04-20 | sctp: check invalid value of length parameter in error cause | Shan Wei | 1 | -1/+8 |
| 2011-04-20 | sctp: check parameter value of length in ERROR chunk | Shan Wei | 1 | -0/+5 |
| 2011-04-19 | sctp: Release all routes when processing acks ADD_IP or DEL_IP | Vlad Yasevich | 1 | -6/+2 |
| 2011-04-19 | sctp: Allow bindx_del to accept 0 port | Vlad Yasevich | 1 | -1/+5 |
| 2011-04-19 | sctp: teach CACC algorithm about removed transports | Vlad Yasevich | 1 | -3/+8 |
| 2011-04-19 | sctp: use memdup_user to copy data from userspace | Shan Wei | 1 | -16/+6 |
| 2011-04-19 | sctp: kill abandoned SCTP_CMD_TRANSMIT command | Shan Wei | 1 | -6/+0 |
| 2011-04-19 | sctp: use common head of addr parameter to access member in addr-unrelated code | Shan Wei | 2 | -6/+6 |
| 2011-04-19 | sctp: fix the comment of sctp_sf_violation_paramlen() | Shan Wei | 1 | -2/+3 |
| 2011-04-12 | sctp: fix oops while removed transport still using as retran path | Wei Yongjun | 1 | -0/+2 |
| 2011-04-12 | sctp: fix oops when updating retransmit path with DEBUG on | Vlad Yasevich | 1 | -0/+2 |
| 2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 10 | -23/+23 |
| 2011-04-01 | sctp: malloc enough room for asconf-ack chunk | Wei Yongjun | 1 | -2/+2 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 10 | -23/+23 |
| 2011-03-30 | sctp: Pass __GFP_NOWARN to hash table allocation attempts. | David S. Miller | 1 | -2/+2 |
| 2011-03-12 | ipv6: Convert to use flowi6 where applicable. | David S. Miller | 1 | -21/+21 |
| 2011-03-12 | net: Put fl4_* macros to struct flowi4 and use them again. | David S. Miller | 1 | -4/+4 |
| 2011-03-12 | ipv4: Use flowi4 in public route lookup interfaces. | David S. Miller | 1 | -15/+15 |
| 2011-03-12 | net: Make flowi ports AF dependent. | David S. Miller | 1 | -4/+4 |
| 2011-03-12 | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller | 2 | -6/+6 |
| 2011-03-07 | sctp: several declared/set but unused fixes | Hagen Paul Pfeifer | 6 | -18/+1 |
| 2011-03-02 | ipv4: Make output route lookup return rtable directly. | David S. Miller | 1 | -3/+4 |
| 2011-02-22 | net: add __rcu annotations to sk_wq and wq | Eric Dumazet | 1 | -4/+5 |
| 2011-02-20 | sctp: fix compile warnings in sctp_tsnmap_num_gabs | Shan Wei | 1 | -1/+1 |
| 2011-02-19 | sctp: fix reporting of unknown parameters | Jiri Bohac | 1 | -5/+5 |
| 2011-01-19 | sctp: user perfect name for Delayed SACK Timer option | Shan Wei | 1 | -2/+2 |
| 2010-12-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+9 |
| 2010-12-16 | sctp: fix the return value of getting the sctp partial delivery point | Wei Yongjun | 1 | -1/+1 |
| 2010-12-10 | SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped address | Wei Yongjun | 1 | -0/+8 |
| 2010-12-06 | Fix a typo in datagram.c and sctp/socket.c. | David Shwatrz | 1 | -1/+1 |
| 2010-11-10 | net: avoid limits overflow | Eric Dumazet | 3 | -5/+5 |
| 2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 15 | -107/+146 |
| 2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+1 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
| 2010-10-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -3/+18 |
| 2010-10-03 | sctp: Fix break indentation in sctp_ioctl(). | David S. Miller | 1 | -1/+1 |
| 2010-10-03 | sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac() | Dan Rosenberg | 1 | -2/+6 |
| 2010-10-03 | sctp: prevent reading out-of-bounds memory | Dan Rosenberg | 1 | -1/+12 |
| 2010-09-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+0 |
| 2010-09-23 | net: return operator cleanup | Eric Dumazet | 2 | -4/+4 |
| 2010-09-17 | sctp: Do not reset the packet during sctp_packet_config(). | Vlad Yasevich | 1 | -1/+0 |
| 2010-09-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -23/+23 |
| 2010-09-09 | sctp: fix test for end of loop | Joe Perches | 1 | -23/+23 |
| 2010-09-08 | sctp: implement SIOCINQ ioctl() (take 3) | Diego Elio 'Flameeyes' Pettenò | 1 | -1/+34 |
| 2010-09-06 | net: poll() optimizations | Eric Dumazet | 1 | -3/+2 |
| 2010-08-26 | net/sctp: Use pr_fmt and pr_<level> | Joe Perches | 15 | -99/+106 |
| 2010-08-04 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2 | -2/+2 |
| 2010-06-25 | snmp: add align parameter to snmp_mib_init() | Eric Dumazet | 1 | -1/+2 |
| 2010-06-16 | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 2 | -2/+2 |
| 2010-06-10 | net-next: remove useless union keyword | Changli Gao | 1 | -2/+2 |
| 2010-06-03 | net: use __packed annotation | Eric Dumazet | 1 | -1/+1 |
| 2010-05-17 | net: Remove unnecessary returns from void function()s | Joe Perches | 5 | -13/+0 |
| 2010-05-17 | sctp: fix append error cause to ERROR chunk correctly | Wei Yongjun | 1 | -2/+2 |
| 2010-05-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+4 |
| 2010-05-16 | sctp: delete active ICMP proto unreachable timer when free transport | Wei Yongjun | 1 | -0/+4 |
| 2010-05-15 | net: reserve ports for applications using fixed port numbers | Amerigo Wang | 1 | -0/+2 |
| 2010-05-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 3 | -4/+55 |
| 2010-05-06 | sctp: Fix a race between ICMP protocol unreachable and connect() | Vlad Yasevich | 3 | -4/+55 |
| 2010-05-03 | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/... | David S. Miller | 13 | -142/+329 |
| 2010-05-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 6 | -32/+120 |
| 2010-05-01 | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 1 | -1/+1 |
| 2010-04-30 | sctp: Tag messages that can be Nagle delayed at creation. | Vlad Yasevich | 2 | -3/+3 |
| 2010-04-30 | sctp: Optimize computation of highest new tsn in SACK. | Vlad Yasevich | 1 | -35/+7 |
| 2010-04-30 | sctp: correctly mark missing chunks in fast recovery | Vlad Yasevich | 1 | -5/+13 |
| 2010-04-30 | sctp: rwnd_press should be cumulative | Vlad Yasevich | 1 | -1/+1 |
| 2010-04-30 | sctp: fast recovery algorithm is per association. | Vlad Yasevich | 1 | -15/+17 |
| 2010-04-30 | sctp: update transport initializations | Vlad Yasevich | 3 | -30/+0 |
| 2010-04-30 | sctp: Do not force T3 timer on fast retransmissions. | Vlad Yasevich | 2 | -14/+5 |
| 2010-04-30 | sctp: remove 'resent' bit from the chunk | Vlad Yasevich | 3 | -18/+9 |
| 2010-04-30 | sctp: Make sure we always return valid retransmit path | Vlad Yasevich | 1 | -1/+2 |
| 2010-04-30 | sctp: cleanup: remove duplicate assignment | Dan Carpenter | 1 | -14/+9 |
| 2010-04-30 | sctp: implement sctp association probing module | Wei Yongjun | 3 | -0/+228 |
| 2010-04-30 | sctp: use sctp_chunk_is_data macro to decide a chunk is data chunk | Shan Wei | 1 | -1/+1 |
| 2010-04-30 | sctp: Do no select unconfirmed transports for retransmissions | Vlad Yasevich | 1 | -2/+3 |
| 2010-04-30 | sctp: fix to retranmit at least one DATA chunk | Wei Yongjun | 1 | -0/+12 |
| 2010-04-30 | sctp: missing set src and dest port while lookup output route | Wei Yongjun | 1 | -1/+6 |
| 2010-04-30 | sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sent | Wei Yongjun | 1 | -0/+6 |
| 2010-04-30 | sctp: send SHUTDOWN-ACK chunk back to the source. | Vlad Yasevich | 1 | -2/+6 |