[IPV6]: Fix the return value of ipv6_getsockopt
[safe/jmp/linux-2.6] / net / sctp /
2007-12-07 Vlad Yasevich[SCTP]: Fix the bind_addr info during migration.
2007-12-07 Vlad Yasevich[SCTP]: Add bind hash locking to the migrate code
2007-11-29 Vlad YasevichSCTP: Fix build issues with SCTP AUTH.
2007-11-29 Vlad YasevichSCTP: Fix chunk acceptance when no authenticated chunks...
2007-11-29 Vlad YasevichSCTP: Fix the supported extensions paramter
2007-11-29 Vlad YasevichSCTP: Fix SCTP-AUTH to correctly add HMACS paramter.
2007-11-29 Vlad YasevichSCTP: Fix the number of HB transmissions.
2007-11-20 Joe Perches[SCTP]: Add missing "space"
2007-11-12 Jesper JuhlFix memory leak in discard case of sctp_sf_abort_violat...
2007-11-09 Vlad YasevichSCTP: Always flush the queue when uncorcking.
2007-11-09 Vlad YasevichSCTP: Fix PR-SCTP to deliver all the accumulated ordere...
2007-11-09 Vlad YasevichSCTP: Make sctp_verify_param return multiple indications.
2007-11-09 Vlad YasevichSCTP: Convert custom hash lists to use hlist.
2007-11-09 Vlad YasevichSCTP: Use hashed lookup when looking for an association.
2007-11-07 Vlad YasevichSCTP: Fix a potential race between timers and receive...
2007-11-07 Vlad YasevichSCTP: Allow ADD_IP to work with AUTH for backward compa...
2007-11-07 Vlad YasevichSCTP: Correctly disable ADD-IP when AUTH is not supported.
2007-11-07 Vlad YasevichSCTP: Update RCU handling during the ADD-IP case
2007-11-07 Vlad YasevichSCTP: Fix difference cases of retransmit.
2007-11-07 Wei YongjunSCTP : Fix to process bundled ASCONF chunk correctly
2007-11-07 Wei YongjunSCTP : Fix bad formatted comment in outqueue.c
2007-11-07 Eric Dumazet[SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-29 Al ViroSCTP endianness annotations regression
2007-10-27 Herbert Xu[CRYPTO] users: Fix up scatterlist conversion errors
2007-10-26 Adrian Bunk[SCTP] net/sctp/auth.c: make 3 functions static
2007-10-26 Adrian Bunk[SCTP]: #if 0 sctp_update_copy_cksum()
2007-10-25 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-10-24 Jens AxboeSG: Change sg_set_page() to take length and offset...
2007-10-24 Pavel Emelyanov[SCTP]: Consolidate sctp_ulpq_renege_xxx functions
2007-10-23 Christian BorntraegerFix sctp compile
2007-10-22 Jens AxboeUpdate net/ to use sg helpers
2007-10-17 Rusty RussellRemove "unsafe" from module struct
2007-10-15 Herbert Xu[IPV6]: Replace sk_buff ** with sk_buff * in input...
2007-10-14 Al Virofix breakage in sctp getsockopt
2007-10-11 Stephen Hemminger[INET]: local port range robustness
2007-10-11 Stephen Hemminger[SCTP]: port randomization
2007-10-10 Vlad Yasevich[SCTP]: Tie ADD-IP and AUTH functionality as required...
2007-10-10 Vlad Yasevich[SCTP]: API updates to suport SCTP-AUTH extensions.
2007-10-10 Vlad Yasevich[SCTP]: Implement the receive and verification of AUTH...
2007-10-10 Vlad Yasevich[SCTP]: Enable the sending of the AUTH chunk.
2007-10-10 Vlad Yasevich[SCTP]: Implete SCTP-AUTH parameter processing
2007-10-10 Vlad Yasevich[SCTP]: Implement SCTP-AUTH initializations.
2007-10-10 Vlad Yasevich[SCTP]: Implement SCTP-AUTH internals
2007-10-10 Vlad Yasevich[SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c
2007-10-10 Vlad Yasevich[SCTP]: Implement the Supported Extensions Parameter
2007-10-10 Adrian Bunk[SCTP] net/sctp/socket.c: make 3 variables static
2007-10-10 Adrian Bunk[SCTP]: Make sctp_addto_param() static.
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-10 Brian Haley[IPV6]: Add v4mapped address inline
2007-10-10 Neil Horman[SCTP]: Rewrite of sctp buffer management code
2007-09-26 Al Virofix sctp_del_bind_addr() last argument type
2007-09-26 Wei YongjunSCTP : Add paramters validity check for ASCONF chunk
2007-09-26 Vlad YasevichSCTP: Discard OOTB packetes with bundled INIT early.
2007-09-26 Vlad YasevichSCTP: Clean up OOTB handling and fix infinite loop...
2007-09-26 Vlad YasevichSCTP: Explicitely discard OOTB chunks
2007-09-26 Wei YongjunSCTP: Send ABORT chunk with correct tag in response...
2007-09-26 Vlad YasevichSCTP: Validate buffer room when processing sequential...
2007-09-16 Vlad Yasevich[SCTP]: Convert bind_addr_list locking to RCU
2007-09-16 Vlad Yasevich[SCTP]: Add RCU synchronization around sctp_localaddr_list
2007-08-30 Wei YongjunSCTP: Fix to handle invalid parameter length correctly
2007-08-30 Vlad YasevichSCTP: Abort on COOKIE-ECHO if backlog is exceeded.
2007-08-30 Vlad YasevichSCTP: Correctly disable listening when backlog is 0.
2007-08-30 Vlad YasevichSCTP: Do not retransmit chunks that are newer then...
2007-08-30 Vlad YasevichSCTP: Uncomfirmed transports can't become Inactive
2007-08-30 Vlad YasevichSCTP: Pick the correct port when binding to 0.
2007-08-30 Wei YongjunSCTP: Use net_ratelimit to suppress error messages...
2007-08-30 Wei YongjunSCTP: Fix to encode PROTOCOL VIOLATION error cause...
2007-08-30 Wei YongjunSCTP: Fix sctp_addto_chunk() to add pad with correct...
2007-08-29 Vlad YasevichSCTP: Assign stream sequence numbers to the entire...
2007-08-29 Vlad YasevichSCTP: properly clean up fragment and ordering queues...
2007-08-02 Wei YongjunSCTP: remove useless code in function sctp_init_cause
2007-08-02 Wei YongjunSCTP: drop SACK if ctsn is not less than the next tsn...
2007-08-01 Vlad YasevichSCTP: IPv4 mapped addr not returned in SCTPv6 accept()
2007-08-01 Dave JohnsonSCTP: IPv4 mapped addr not returned in SCTPv6 accept()
2007-08-01 Sebastian Siewiorsctp: fix shadow symbol in net/sctp/tsnmap.c
2007-08-01 Sebastian Siewiorsctp: try to fix readlock
2007-08-01 sebastian@breakpoi... sctp: remove shadowed symbols
2007-08-01 sebastian@breakpoi... sctp: move global declaration to header file.
2007-08-01 sebastian@breakpoi... sctp: make locally used function static
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 YOSHIFUJI Hideaki[NET] SCTP: Fix whitespace errors.
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-07-06 Vlad YasevichSCTP: Add scope_id validation for link-local binds
2007-07-06 Vlad YasevichSCTP: Check to make sure file is valid before setting...
2007-07-06 Vlad YasevichSCTP: Fix thinko in sctp_copy_laddrs()
2007-06-26 Zach BrownSCTP: lock_sock_nested in sctp_sock_migrate
2007-06-19 Neil HormanSCTP: Fix sctp_getsockopt_get_peer_addrs
2007-06-19 Neil HormanSCTP: update sctp_getsockopt helpers to allow oversized...
2007-06-13 Vlad Yasevich[SCTP] Don't disable PMTU discovery when mtu is small
2007-06-13 Vlad Yasevich[SCTP] Flag a pmtu change request
2007-06-13 Vlad Yasevich[SCTP] Update pmtu handling to be similar to tcp
2007-06-13 Vlad Yasevich[SCTP] Fix leak in sctp_getsockopt_local_addrs when...
2007-06-13 Vlad Yasevich[SCTP]: Allow unspecified port in sctp_bindx()
2007-06-13 Vlad Yasevich[SCTP]: Correctly set daddr for IPv6 sockets during...
2007-06-04 Bill Nottingham[NET]: Fix comparisons of unsigned < 0.
2007-05-24 Jan Engelhardt[SCTP]: Use menuconfig objects.
2007-05-11 Vlad Yasevich[SCTP]: Do not include ABORT chunk header in the notifi...
next