aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] remove dead prototypesCarl Spalletta1-1/+0
2004-07-29[NET]: Allow MD5 to be a moduleHerbert Xu1-6/+4
2004-07-24[SCTP]: Fix mis-merge.David S. Miller1-4/+18
2004-07-24Merge conflicts with Yoshfuji's SNMP stats changes.David S. Miller6-280/+345
2004-07-23[SCTP] Mark chunks as ineligible for fast retransmit after they areSridhar Samudrala1-2/+20
2004-07-22[SCTP] Fix missing '+' in the computation of sack chunk size inSridhar Samudrala1-1/+1
2004-07-22[SCTP] Use idr_get_new_above() with a starting id of 1 to avoid returningSridhar Samudrala1-3/+2
2004-07-22[SCTP] Fix issues with handling stale cookie error over multihomingSridhar Samudrala2-12/+95
2004-07-22[SCTP] Fix data not being delivered to user in SHUTDOWN_SENT state.Sridhar Samudrala2-259/+201
2004-07-22[SCTP] Set/Get default SCTP_PEER_ADDR_PARAMS for endpoint when associdSridhar Samudrala1-0/+38
2004-07-20Merge bk://bk.skbuff.net:20608/linux-2.6-snmp-20040708David S. Miller11-89/+88
2004-07-12[PATCH] sparse: net/* NULL noise removalAlexander Viro1-1/+1
2004-07-11[SPARSE]: Fix warnings in net/sctp/Andrew Morton8-126/+122
2004-07-09[NET] use SNMP_MIB_ITEM for MIB description.Hideaki Yoshifuji1-23/+22
2004-07-09[NET] convert storage for MIB from struct member to array item.Hideaki Yoshifuji10-66/+66
2004-06-24[NET] move already shared functions from inet to coreArnaldo Carvalho de Melo3-10/+10
2004-06-22Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller1-1/+1
2004-06-22[NET] rename struct inet_protocol to net_protocolArnaldo Carvalho de Melo1-1/+1
2004-06-21Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller1-1/+1
2004-06-20[NET] generalise wait_for_tcp_memoryArnaldo Carvalho de Melo1-1/+1
2004-06-17[PATCH] Fixes for idr codeCorey Minyard1-10/+15
2004-06-04Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller3-75/+82
2004-06-03[PATCH] sparse: sctp annotationAlexander Viro2-5/+5
2004-06-03[SCTP] Fix poll() on a 1-1 style socket so that it returns when theSridhar Samudrala1-0/+4
2004-06-03[SCTP] Fix to wakeup blocking connect() after max INIT retries failed.Sridhar Samudrala2-1/+8
2004-06-03[SCTP] Fix missing VTAG validation on certain incoming packets.Sridhar Samudrala1-74/+34
2004-06-03[SCTP] Fix the use of cached non-zero vtag in an INIT that is resentSridhar Samudrala2-0/+6
2004-06-03[SCTP] Fix to not start a new association on a 1-many style sendmsg()Jorge Hernandez-Herrero1-0/+5
2004-06-03[SCTP] Fix to not setup a new association if the endpoint is inJorge Hernandez-Herrero1-0/+25
2004-06-02[IPV4] use ip-independent ipstats_mib to store IPv4 statistics.Hideaki Yoshifuji1-1/+1
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro1-51/+58
2004-05-26[SCTP]: Kill 64-bit platform warning.David S. Miller1-3/+3
2004-05-14[PATCH] MSEC_TO_JIFFIES to msec_to_jiffiesAndrew Morton4-25/+25
2004-05-08[SCTP]: Fix multihomed connection failures on 64-bit systems.Sridhar Samudrala1-1/+1
2004-05-08[NET]: Add sock_create_kern()James Morris1-2/+2
2004-05-04[SCTP] Fix accessing Gap Ack blocks array with a -ve index inSridhar Samudrala1-2/+4
2004-05-03[SCTP] Fix memset() parameter ordering.Sridhar Samudrala2-2/+2
2004-05-02[SCTP] Rename SCTP_ADDR_REACHABLE as SCTP_ADDR_AVAILABLE to be Sridhar Samudrala1-1/+1
2004-05-02[SCTP] Fix bugs in handling overlapping INIT and peer restart over aSridhar Samudrala1-9/+19
2004-05-02[PATCH] SCTP crc table can be static constStephen Hemminger1-1/+1
2004-04-19Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller16-215/+701
2004-04-18[SCTP] Propagate error from sctp_proc_init. (Olaf Kirch)Sridhar Samudrala1-1/+4
2004-04-18[SCTP] Partial Reliability Extension support.Sridhar Samudrala13-68/+594
2004-04-18[SCTP] Cleanup sctp_packet and sctp_outq infrastructure.Sridhar Samudrala5-113/+65
2004-04-18[SCTP] Avoid the use of constant SCTP_IP_OVERHEAD to determine the Sridhar Samudrala5-37/+42
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen1-0/+6
2004-04-09[SCTP]: Fix printk warnings.Andrew Morton1-4/+4
2004-04-05[SCTP] Use id to ptr translation service in lib/idr.c to assign andSridhar Samudrala4-31/+40
2004-04-05[SCTP] Update sctp_ulpevent structure to include assoc pointer andSridhar Samudrala5-129/+112
2004-04-05[SCTP] Fix typo in entry name of the remove_proc_entry() call.Sridhar Samudrala1-2/+2
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr3-3/+3
2004-03-22[SCTP] Avoid the use of hackish CONFIG_IPV6_SCTP__ option.Sridhar Samudrala1-6/+2
2004-03-22[SCTP] Don't do any ppid byte-order conversions as it is opaque to SCTP.Sridhar Samudrala2-2/+2
2004-02-26[SCTP] Fix incorrect INIT process termination with sinit_max_init_timeo.Sridhar Samudrala1-2/+1
2004-02-17Merge us.ibm.com:/home/sridhar/BK/linux-2.6Sridhar Samudrala2-11/+28
2004-02-17[SCTP] Force enable Crypto options that are needed by SCTP config.Sridhar Samudrala1-2/+8
2004-02-15[SCTP] Revert back to use kmalloc() for ssnmap allocs of sizes < 128K.Sridhar Samudrala1-9/+20
2004-02-13Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller2-4/+23
2004-02-12[SCTP] Fix sctp_getladdrs()/sctp_getpaddrs() API so that the portSridhar Samudrala1-0/+2
2004-02-12[SCTP] Fix SCTP_INITMSG set socket option so that a parameter with 0Sridhar Samudrala1-1/+14
2004-02-12[SCTP] Use __get_free_pages() to allocate ssnmap.Sridhar Samudrala1-3/+7
2004-02-08Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller5-27/+3
2004-02-08[SCTP] Removed SCTP specific rmem/wmem sysctl's and use the globalSridhar Samudrala5-27/+3
2004-02-07[SCTP]: Unify URL referencing in Kconfig documentation.Petri T. Koistinen1-1/+1
2004-02-04[SCTP] Removed the deprecated ADLER32 checksum support.Sridhar Samudrala3-191/+1
2004-02-01Merge us.ibm.com:/home/sridhar/BK/linux-2.6.1Sridhar Samudrala5-11/+30
2004-01-22[SCTP] Add sysctl parameters to update socket send/receive buffers.Sridhar Samudrala5-9/+25
2004-01-21[IPV6]: Add and use new 'strict' parameter to ip6_chk_addr().Ville Nuorvala1-1/+1
2004-01-19Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller11-83/+748
2004-01-18[SCTP] provide valid tos and oif values for ip_route_output_key. (ja@ssi.bg)Sridhar Samudrala1-2/+5
2004-01-15[SCTP] Fix bugs in byte order conversion while processing addressSridhar Samudrala1-1/+9
2004-01-15[SCTP] ADDIP: Handle T4 RTO timer expiry.Sridhar Samudrala4-23/+63
2004-01-11Merge us.ibm.com:/home/sridhar/BK/linux-2.6.1Sridhar Samudrala10-59/+676
2004-01-08[IPV4/IPV6]: Use size_t for size in {send,recv}msg.Stephen Hemminger1-7/+7
2003-11-29[SCTP]: Fix sm.h/sctp.h header include loop.Herbert Xu4-0/+4
2003-11-20[SCTP] ADDIP: Support for processing incoming ASCONF_ACK chunks.Sridhar Samudrala4-56/+361
2003-11-09[SCTP] Fix the duplicate increment of checksum error counter andSridhar Samudrala1-6/+3
2003-11-09[SCTP] Fix to free associations in the accept queue of a one-to-oneSridhar Samudrala1-3/+4
2003-10-28[SCTP] ADDIP: Add sysctl parameter to enable/disable addip.Sridhar Samudrala4-4/+23
2003-10-28[SCTP] Remove the extra semicolon in sctp_cacc_skip_3_1().Sridhar Samudrala1-1/+1
2003-10-28[SCTP] ADDIP: Support for processing ASCONF chunks and respond withSridhar Samudrala4-28/+323
2003-10-04[PATCH] More modules.txt removalsRusty Russell1-4/+2
2003-10-01[SCTP] Fix bugs in conversions between msecs and jiffies.Sridhar Samudrala4-27/+30
2003-09-28[SCTP] Convert tv_add from static inline to a macro to fix an obscureSridhar Samudrala1-1/+1
2003-09-22[SCTP] ADDIP: Support for the creation of ASCONF_ACK chunk (Kevin).Sridhar Samudrala1-6/+22
2003-09-18[SCTP] ADDIP: Handle ERROR chunk in response to an ASCONF chunk.Sridhar Samudrala4-2/+260
2003-09-18[SCTP] ADDIP: Support to send ASCONF chunk with ADD/DEL IP params.Sridhar Samudrala2-5/+119
2003-09-08[SCTP] PPC64 port: Don't overload the optval arg of ADDRS_NUM socketSridhar Samudrala1-6/+2
2003-09-04Merge http://linux-lksctp.bkbits.net/lksctp-2.5David S. Miller10-368/+440
2003-09-03[SCTP] Move a local variable declaration ahead of the function code.Sridhar Samudrala1-2/+3
2003-09-03[SCTP] draft 07 API changes: By default, all the event notificationsSridhar Samudrala1-8/+3
2003-09-02[SCTP] draft 07 API changes: Disable listening when backlog is 0.Sridhar Samudrala1-1/+20
2003-09-02[SCTP] Fix a couple of issues with the call to sctp_ssnmap_new() inSridhar Samudrala2-11/+12
2003-09-02[SCTP] Convert sctp_param2sockaddr() and sockaddr2sctp_addr() toSridhar Samudrala6-132/+92
2003-08-29[SCTP] draft07 API changes: sctp_bindx() now takes a packed array ofSridhar Samudrala1-192/+147
2003-08-27[SCTP]: Fix printf format string.Randy Dunlap1-1/+1
2003-08-27[SCTP] SCTP_SET_PEER_PRIMARY socket option support. (Kevin Gao)Sridhar Samudrala4-6/+146
2003-08-25Merge us.ibm.com:/home/sridhar/BK/linux-2.6.0-test4Sridhar Samudrala2-18/+19
2003-08-24[SCTP] draft07 API changes: sctp_getpaddrs(), sctp_getladdrs() nowSridhar Samudrala1-16/+17
2003-08-15[SCTP]: Fix typo in Kconfig.Hideaki Yoshifuji1-1/+1
2003-08-11[SCTP] Fix bugs in sysctl set/get of sctp rto parameters.Sridhar Samudrala1-2/+2
2003-08-04[SCTP] Fix to avoid large kmalloc failures on 64-bit platforms.Sridhar Samudrala3-32/+65
2003-08-03[SCTP] ADDIP basic infrastructure support. (Ardelle.Fan)Sridhar Samudrala8-67/+278
2003-07-18[SCTP] Support for IPV6_V6ONLY socket option. (Ardelle.fan)Sridhar Samudrala1-3/+7
2003-07-17Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workJon Grimm1-0/+3
2003-07-16[SCTP] Fix v6 linklocal address send not getting routed to correct i/f.Jon Grimm1-0/+3
2003-07-15[SCTP] Reduce the size of struct sctp_ulpevent so that it fits inSridhar Samudrala4-12/+19
2003-07-15[SCTP] Support v4-mapped-v6 addresses (Ardelle Fan)Jon Grimm5-44/+138
2003-07-14[SCTP] Update API names to be compatible with draft-ietf-tsvwg-sctpsocket-07....Sridhar Samudrala3-70/+58
2003-07-10Merge us.ibm.com:/home/sridhar/BK/linux-2.5.75Sridhar Samudrala11-136/+180
2003-07-10[SCTP] Send SHUTDOWNs through the same path as the received DATA inSridhar Samudrala3-4/+8
2003-07-10[SCTP] Fix for panic on recvmsg() with MSG_PEEK flag and some ulpeventSridhar Samudrala3-123/+108
2003-07-03[SCTP] Move rwnd accounting and I/O redrive off of the skb destructor.Jon Grimm9-44/+99
2003-06-26Merge http://linux-lksctp.bkbits.net/lksctp-2.5David S. Miller16-734/+580
2003-06-28[NET] Remove some 0 initializers.Art Haas1-2/+0
2003-06-25[SCTP] Peeled off/accepted sockets not in the right bind_bucket.Jon Grimm1-30/+31
2003-06-24Merge touki.austin.ibm.com:/home/jgrimm/bk/linux-2.5Jon Grimm16-713/+558
2003-06-23[SCTP] Don't search gap ack blocks past max_tsn_seen.Jon Grimm1-5/+9
2003-06-20[SCTP] Shorten SACK generation path.Jon Grimm3-61/+47
2003-06-19[SCTP] More typedef & name cleanup.Jon Grimm11-136/+60
2003-06-18[SCTP] More typedef removals.Jon Grimm3-11/+11
2003-06-18[SCTP] Minor warning cleanups. Jon Grimm4-14/+16
2003-06-18[SCTP] Remove some unused source modules.Jon Grimm3-410/+1
2003-06-18o hlist change on sctp not quite right.Jon Grimm1-1/+1
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo1-1/+1
2003-06-18[SCTP] Fix wrong logic in hlist change.Jon Grimm1-1/+1
2003-06-18[SCTP] Add ASSOCINFO and RTOINFO sockopts. (Ryan Layer and Anup Pemmaiah)Jon Grimm5-32/+295
2003-06-24Merge touki.austin.ibm.com:/home/jgrimm/bk/linux-2.5Jon Grimm4-49/+124
2003-06-22Merge touki.austin.ibm.com:/home/jgrimm/bk/linux-2.5Jon Grimm4-49/+124
2003-06-20[SCTP] OOTB Cookie-Echo path does not like stale cookie vtag fix.Jon Grimm1-8/+6
2003-06-17o sock: remove sk_prevArnaldo Carvalho de Melo2-5/+5
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo1-23/+14
2003-06-12[SCTP] Fix for incorrect vtag in the stale cookie ERROR chunk.Sridhar Samudrala1-3/+19
2003-06-21[SCTP] Change sysctl settable timers to ms granularity (rmlayer@us.ibm.com)Jon Grimm1-26/+73
2003-06-19[SCTP] Break out sctp_assoc_valid() from sctp_id2assoc().Jon Grimm2-20/+34
2003-06-18[SCTP] Special case the handling of HOST_NAME_ADDRESS parm.Jon Grimm1-2/+6
2003-06-21[SCTP] Hand merge bk pull conflict. sk->state now sk->sk_state.Jon Grimm1-2/+2
2003-06-20Hand merge.Jon Grimm14-334/+726
2003-06-06[SCTP]: Kill unused local variable in init_sctp_mibs.David S. Miller1-2/+0
2003-06-06[IPV6]: Allow ipv6 fragmentation via ip6_xmit() when ipfragok is set.Sridhar Samudrala1-1/+1
2003-06-06Merge bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds13-150/+152
2003-06-05[SCTP] Fix double free of chunk along unexepected INIT path.Jon Grimm1-1/+0
2003-06-05[PATCH] kmalloc_percpu: interface changeAndrew Morton1-17/+5
2003-06-05[SCTP] Various bakeoff fixes.Jon Grimm3-56/+4
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo13-150/+152
2003-05-27Merge us.ibm.com:/home/sridhar/BK/lksctp-2.5.workSridhar Samudrala1-1/+1
2003-05-31Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workJon Grimm1-1/+1
2003-05-30[SCTP] Let T5 timer affect SHUTDOWN-PENDING associations.Jon Grimm1-1/+1
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo2-2/+2
2003-05-27[SCTP] /proc interface to display associations/endpoints.Sridhar Samudrala3-5/+192
2003-05-26Merge us.ibm.com:/home/sridhar/BK/linux-2.5.70Sridhar Samudrala12-271/+525
2003-05-22[IPV6]: Dont store pointers to in6_addrs in struct flowi.David S. Miller1-10/+14
2003-05-20[NET]: Use ARRAY_SIZE where appropriate.Andries E. Brouwer1-1/+2
2003-05-19[IPV6]: Move NIP6 macro into general header.Hideaki Yoshifuji1-20/+9
2003-05-15[IPV4]: Respect hoplimit route metric.David S. Miller2-3/+3
2003-05-15[SCTP] SCTP_SHUTDOWN_EVENT notification support.Sridhar Samudrala1-0/+17
2003-05-14[SCTP] Rename struct sctp_protocol as struct sctp_globals and defineSridhar Samudrala8-134/+119
2003-05-13Merge us.ibm.com:/home/sridhar/BK/lksctp-2.5.workSridhar Samudrala3-5/+185
2003-05-13[SCTP] Support for SCTP_GET_PEER_ADDR_INFO socket option.Sridhar Samudrala3-5/+185
2003-05-13Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workJon Grimm2-54/+89
2003-05-13[SCTP] Don't use path thresholds determine the overall error thresh.Jon Grimm1-9/+1
2003-05-13[SCTP] Multiple causes may be embedded in an ERROR chunk (ardelle.fan)Jon Grimm2-19/+13
2003-05-13[SCTP] CANT_STR_ASSOC could/should return error up to user. (ardelle.fan)Jon Grimm1-1/+2
2003-05-12[SCTP] Use non-prefetch list walker for short list.Jon Grimm1-1/+1
2003-05-12[SCTP] Support for socket options that pass both addr and associd.Sridhar Samudrala2-54/+89
2003-05-12[PATCH] Use '#ifdef' to test for CONFIG_xxx variablesSteven Cole1-2/+2
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji1-0/+1
2003-05-09[SCTP]: Fix missing Kconfig dependency.Jeff Garzik1-0/+1
2003-05-08[SCTP] Bug fix for bind_bucket leak & heartbeat error count.Jon Grimm4-3/+7
2003-05-07MergeJon Grimm5-50/+96
2003-05-06[SCTP] Use slab cache for sctp_chunk & sctp_bind_bucket.Jon Grimm4-41/+79
2003-05-06Manual merge.Sridhar Samudrala26-1739/+2543
2003-05-06[SCTP] Verify contents of SACK against underrun.Jon Grimm1-9/+17
2003-05-05[SCTP] Support SCTP ECN on ipv6.Jon Grimm4-20/+37
2003-05-04Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workJon Grimm1-2/+4
2003-05-04[SCTP] Use put_user() in get_peer_addr_params (reported by yjf@standford.edu)Jon Grimm1-2/+4
2003-05-02o sctp: use revised net module infrastructureArnaldo Carvalho de Melo2-0/+4
2003-05-01[SCTP] Use prepare_to_wait()/finish_wait() interfaces.Sridhar Samudrala1-26/+18
2003-05-01Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workJon Grimm7-42/+94
2003-04-30[SCTP] Add sinfo_timetolive support.Jon Grimm7-42/+94
2003-04-30[SCTP] SO_LINGER socket option for TCP-style sockets.Sridhar Samudrala2-12/+77
2003-04-28Merge us.ibm.com:/home/sridhar/BK/lksctp-2.5.workSridhar Samudrala2-2/+16
2003-04-29[SCTP] Free up data chunks that don't get accepted by primitive_SEND.Jon Grimm1-2/+8
2003-04-28[SCTP] Initialize missing ipv4 fields of a AF_INET6 accept socket.Sridhar Samudrala2-2/+16
2003-04-28[NET]: Spelling fixes for net/Steven Cole9-15/+15
2003-04-28Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workJon Grimm4-269/+54
2003-04-28[SCTP] Make fragmented messages know how to SEND_FAIL themselves.Jon Grimm4-269/+54
2003-04-26Merge us.ibm.com:/home/sridhar/BK/lksctp-2.5.workSridhar Samudrala5-48/+55
2003-04-25[SCTP]: ICMP6 per-device changes for sctp.David S. Miller1-2/+8
2003-04-25[SCTP] sctp_sendmsg() updates for TCP-style sockets. Sridhar Samudrala5-48/+55
2003-04-24[SCTP] Control chunk bundling.Jon Grimm4-16/+43
2003-04-23[SCTP] Fix regression in mark_missing. (Ardelle.Fan)Jon Grimm1-4/+7
2003-04-23[SCTP] Add SFR-CACC support. (Ardelle.Fan)Jon Grimm3-39/+252
2003-04-23Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workJon Grimm1-8/+9
2003-04-23[SCTP] Add SCTP_MAXSEG sockopt.Jon Grimm3-23/+152
2003-04-22[SCTP] Add some macros to clean up code.Jon Grimm2-22/+16
2003-04-21Merge us.ibm.com:/home/sridhar/BK/lksctp-2.5.workSridhar Samudrala1-8/+9
2003-04-21[SCTP] Fix sctp_sendmsg error path when associate fails.Jon Grimm1-19/+10
2003-04-21MergeJon Grimm18-467/+670
2003-04-21[SCTP] Return a readable event when polling on a TCP-style listeningSridhar Samudrala1-8/+9