summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo
2005-03-22[NET] use sk_acceptq_is_fullArnaldo Carvalho de Melo
2005-03-16[NET] Convert sk_user_write_queue into SOCK_USE_WRITE_QUEUE flagThomas Graf
2005-03-16[NET] Convert sk_zapped into SOCK_ZAPPED flagThomas Graf
2005-03-14[NET]: Replace dst_pmtu with dst_mtuHerbert Xu
2005-03-10[SCTP]: Add receive buffer accounting.Neil Horman
2005-01-14[SCTP] merge sctp_sock with sctp_optArnaldo Carvalho de Melo
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2005-01-09Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller
2004-12-29[SCTP] Fix sctp_getladdrs() to return valid local addresses on an endpointSridhar Samudrala
2004-12-28[SCTP] Fix misc. issues in SCTP_PEER_ADDR_PARAMS set socket option.Sridhar Samudrala
2004-12-28[SCTP] Fix bug in setting ephemeral port in the bind address.Sridhar Samudrala
2004-12-28[SCTP] Clean up the T3_rtx timer when deleting a transport.Sridhar Samudrala
2004-12-28[SCTP] Implementation of SCTP Implementer's Guide Section 2.35.Sridhar Samudrala
2004-12-27[SCTP] Validate and respond to invalid chunk/parameter lengths.Sridhar Samudrala
2004-12-27[INET] move inet_sock into inet_opt and rename it to inet_sockArnaldo Carvalho de Melo
2004-12-26[SCTP] Treat ICMP protocol unreachable errors from non-SCTP capable hosts asSridhar Samudrala
2004-12-26[SCTP] Code cleanup: remove unused code and make needlessly global code staticSridhar Samudrala
2004-12-24[SCTP] Fix potential null pointer dereference in sctp_err_lookup().Sridhar Samudrala
2004-12-07[NET]: Fix CMSG validation checks wrt. signedness.Herbert Xu
2004-11-17[SCTP]: Fix printk arg typeRandy Dunlap
2004-11-16Merge bk://kernel.bkbits.net/acme/sock-2.6David S. Miller
2004-11-14[SCTP]: Fix inetaddr notifier chain corruptionPatrick McHardy
2004-11-15[NET] Assign inet transport sockets to the right moduleArnaldo Carvalho de Melo
2004-11-10Merge bk://bk.skbuff.net:20610/linux-2.6-inet6-misc/David S. Miller
2004-11-11[IPV6] Use ipv6_addr_equal() where appropriate.Hideaki Yoshifuji
2004-11-09Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller
2004-11-09[PATCH] recieve typosAndries E. Brouwer
2004-11-09[NET]: Lock initializer unifyingAndrew Morton
2004-11-01[SCTP]: Remove an unused function in outqueue.cAdrian Bunk
2004-10-21[SCTP] Fix HEARTBEAT_ACKs being sent to wrong dest. ip address in aSridhar Samudrala
2004-10-21[SCTP] When an address is deleted, update any transports that are caching it ...Sridhar Samudrala
2004-10-21[SCTP] Update cwnd/ssthresh as per the sctpimpguide modifications.Sridhar Samudrala
2004-10-21[SCTP] Adaption layer indication support.Sridhar Samudrala
2004-10-21[SCTP] Change sctp_assoc_t to a sized type(s32).Sridhar Samudrala
2004-09-19[NET] Calculate ipv6_pinfo offset from struct proto->slab_obj_sizeArnaldo Carvalho de Melo
2004-09-13[NET] generalise per protocol slab cache handlingArnaldo Carvalho de Melo
2004-09-06[IPV4]: Mark inet_family_ops staticChristoph Hellwig
2004-08-23Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds
2004-08-22[PATCH] remove dead prototypesCarl Spalletta
2004-08-12[IPV4]: Move inetdev/ifa locking over to RCU.David S. Miller
2004-07-29[NET]: Allow MD5 to be a moduleHerbert Xu
2004-07-24[SCTP]: Fix mis-merge.David S. Miller
2004-07-24Merge conflicts with Yoshfuji's SNMP stats changes.David S. Miller
2004-07-23[SCTP] Mark chunks as ineligible for fast retransmit after they areSridhar Samudrala
2004-07-22[SCTP] Fix missing '+' in the computation of sack chunk size inSridhar Samudrala
2004-07-22[SCTP] Use idr_get_new_above() with a starting id of 1 to avoid returningSridhar Samudrala
2004-07-22[SCTP] Fix issues with handling stale cookie error over multihomingSridhar Samudrala
2004-07-22[SCTP] Fix data not being delivered to user in SHUTDOWN_SENT state.Sridhar Samudrala
2004-07-22[SCTP] Set/Get default SCTP_PEER_ADDR_PARAMS for endpoint when associdSridhar Samudrala