Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / net / sctp / socket.c
2010-04-28 Vlad Yasevichsctp: per_cpu variables should be in bh_disabled section
2010-04-28 Wei Yongjunsctp: avoid irq lock inversion while call sk->sk_data_r...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-05 Zhu Yisctp: use limited socket backlog
2010-01-21 Julia Lawallnet/sctp: Eliminate useless code
2010-01-04 Andrew Mortonnet/sctp/socket.c: squish warning
2009-12-02 Andrei Pelinescu... sctp: fix sctp_setsockopt_autoclose compile warning
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-11-23 Andrei Pelinescu... sctp: limit maximum autoclose setsockopt value
2009-11-23 Amerigo Wangsctp: remove deprecated SCTP_GET_*_OLD stuffs
2009-11-23 Andrei Pelinescu... sctp: allow setting path_maxrxt independent of SPP_PMTU...
2009-11-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-14 Vlad Yasevichsctp: Fix regression introduced by new sctp_connectx api
2009-11-14 Vlad Yasevichsctp: Set source addresses on the association before...
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-12 Neil Hormannet: Generalize socket rx gap / receive queue overflow...
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-04 Vlad Yasevichsctp: Fix SCTP_MAXSEG socket option to comply to spec.
2009-09-04 Vlad Yasevichsctp: Send user messages to the lower layer as one
2009-09-04 Vlad Yasevichsctp: Disallow new connection on a closing socket
2009-07-06 Wei Yongjunsctp: fix warning at inet_sock_destruct() while release...
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
2009-06-09 David S. Millersctp: Use frag list abstraction interfaces.
2009-06-03 Vlad Yasevichsctp: support non-blocking version of the new sctp_conn...
2009-03-13 Vlad Yasevichsctp: simplify sctp listening code
2009-03-03 Wei Yongjunsctp: fix the length check in sctp_getsockopt_maxburst()
2009-03-03 Wei Yongjunsctp: remove dup code in net/sctp/socket.c
2009-02-16 Vlad Yasevichsctp: Inherit all socket options from parent correctly.
2009-01-06 Frederik Schwarzertrivial: fix then -> than typos in comments and documen...
2008-12-26 Wei Yongjunsctp: Add validity check for SCTP_PARTIAL_DELIVERY_POIN...
2008-12-26 Wei Yongjunsctp: Implement socket option SCTP_GET_ASSOC_NUMBER
2008-12-26 Wei Yongjunsctp: Fix a typo in socket.c
2008-12-26 Wei Yongjunsctp: Bring SCTP_MAXSEG socket option into ietf API...
2008-11-26 Eric Dumazetnet: Use a percpu_counter for sockets_allocated
2008-11-25 Eric Dumazetnet: Make sure BHs are disabled in sock_prot_inuse_add()
2008-11-24 David S. Millernet: Make sure BHs are disabled in sock_prot_inuse_add()
2008-11-17 Eric Dumazetnet: sctp should update its inuse counter
2008-10-01 Vlad Yasevichsctp: try harder to figure out address family when...
2008-08-27 Vlad Yasevichsctp: fix random memory dereference with SCTP_HMAC_IDEN...
2008-08-27 Vlad Yasevichsctp: correct bounds check in sctp_setsockopt_auth_key
2008-08-25 Vlad Yasevichsctp: add verification checks to SCTP_AUTH_KEY option
2008-08-21 Vlad Yasevichsctp: fix potential panics in the SCTP-AUTH API.
2008-07-24 Ulrich Drepperflag parameters: socket and socketpair
2008-07-19 Vlad Yasevichsctp: Allow only 1 listening socket with SO_REUSEADDR
2008-07-19 Vlad Yasevichsctp: Do not leak memory on multiple listen() calls
2008-07-19 Vlad Yasevichsctp: Support ipv6only AF_INET6 sockets.
2008-07-17 Pavel Emelyanovsock: add net to prot->enter_memory_pressure callback
2008-07-02 Vlad Yasevichsctp: Mark GET_PEER|LOCAL_ADDR_OLD deprecated.
2008-06-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-21 David S. Millersctp: Make sure N * sizeof(union sctp_addr) does not...
2008-06-15 Brian Haleynet: change proto destroy method to return void
2008-06-09 Vlad Yasevichsctp: Fix problems with the new SCTP_DELAYED_ACK code
2008-05-09 Vlad Yasevichsctp: Support the new specification of sctp_connectx()
2008-05-09 Wei Yongjunsctp: Bring SCTP_DELAYED_ACK socket option into API...
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-13 Robert P. J. Day[SCTP]: "list_for_each()" -> "list_for_each_entry(...
2008-04-13 Vlad Yasevich[SCTP]: Fix compiler warning about const qualifiers
2008-04-10 Li ZefanSCTP: fix wrong debug counting of bind_bucket
2008-03-28 Pavel Emelyanov[SOCK]: Drop inuse pcounter from struct proto (v2).
2008-03-24 Florian Westphal[SCTP]: Remove redundant wrapper functions.
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-03-05 Neil Horman[SCTP]: Bring MAX_BURST socket option into ietf API...
2008-02-28 Vlad Yasevich[SCTP]: Update AUTH structures to match declarations...
2008-02-28 Vlad Yasevich[SCTP]: Incorrect length was used in SCTP_*_AUTH_CHUNKS...
2008-02-20 Pavel Emelyanov[SCTP]: Pick up an orphaned sctp_sockets_allocated...
2008-02-07 Vlad Yasevich[SCTP]: Set ports in every address returned by sctp_get...
2008-02-05 Vlad Yasevich[SCTP]: Do not increase rwnd when reading partial notif...
2008-02-05 Vlad Yasevich[SCTP]: Stop claiming that this is a "reference impleme...
2008-01-28 Hideo Aoki[NET] CORE: Introducing new memory accounting interface.
2008-01-28 Vlad Yasevich[SCTP]: Change use_as_src into a full address state
2008-01-28 Pavel Emelyanov[NET]: Name magic constants in sock_wake_async()
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-09 Vlad YasevichSCTP: Convert custom hash lists to use hlist.
2007-11-07 Vlad YasevichSCTP: Update RCU handling during the ADD-IP case
2007-11-07 Eric Dumazet[SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
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]: API updates to suport SCTP-AUTH extensions.
2007-10-10 Adrian Bunk[SCTP] net/sctp/socket.c: make 3 variables static
2007-10-10 Neil Horman[SCTP]: Rewrite of sctp buffer management code
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 Vlad YasevichSCTP: Correctly disable listening when backlog is 0.
2007-08-30 Vlad YasevichSCTP: Pick the correct port when binding to 0.
2007-08-01 Vlad YasevichSCTP: IPv4 mapped addr not returned in SCTPv6 accept()
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-19 YOSHIFUJI Hideaki[NET] SCTP: Fix whitespace errors.
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] Flag a pmtu change request
2007-06-13 Vlad Yasevich[SCTP] Fix leak in sctp_getsockopt_local_addrs when...
next