serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / net / sctp / socket.c
2011-12-19 Xi Wangsctp: fix incorrect overflow check on autoclose
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-07-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-07-08 Thomas Grafsctp: ABORT if receive, reassmbly, or reodering queue...
2011-07-07 Wei Yongjunsctp: fix missing send up SCTP_SENDER_DRY_EVENT when...
2011-07-01 Joe Perchessctp: Reduce switch/case indent
2011-06-17 Joe Perchesnet: Remove casts of void *
2011-06-11 Michio Hondasctp: kzalloc() error handling on deleting last address
2011-06-02 Michio Hondasctp: Add ASCONF operation on the single-homed host
2011-06-02 Michio Hondasctp: Add socket option operation for Auto-ASCONF.
2011-06-02 Michio Hondasctp: Add Auto-ASCONF support (core).
2011-05-12 Joe Perchessctp: sctp_sendmsg: Don't test known non-null sinfo
2011-05-12 Joe Perchessctp: sctp_sendmsg: Don't initialize default_sinfo
2011-04-27 Vlad Yasevichsctp: cache the ipv6 source after route lookup
2011-04-21 Wei Yongjunsctp: implement socket option SCTP_GET_ASSOC_ID_LIST
2011-04-20 Vlad Yasevichsctp: Allow bindx_del to accept 0 port
2011-04-20 Shan Weisctp: use memdup_user to copy data from userspace
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-07 Hagen Paul Pfeifersctp: several declared/set but unused fixes
2011-02-22 Eric Dumazetnet: add __rcu annotations to sk_wq and wq
2011-01-20 Shan Weisctp: user perfect name for Delayed SACK Timer option
2010-12-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-12-16 Wei Yongjunsctp: fix the return value of getting the sctp partial...
2010-12-10 Wei YongjunSCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped...
2010-12-06 David ShwatrzFix a typo in datagram.c and sctp/socket.c.
2010-11-10 Eric Dumazetnet: avoid limits overflow
2010-10-04 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-10-04 David S. Millersctp: Fix break indentation in sctp_ioctl().
2010-10-04 Dan Rosenbergsctp: prevent reading out-of-bounds memory
2010-09-23 Eric Dumazetnet: return operator cleanup
2010-09-08 Diego Elio 'Flamee... sctp: implement SIOCINQ ioctl() (take 3)
2010-09-07 Eric Dumazetnet: poll() optimizations
2010-08-26 Joe Perchesnet/sctp: Use pr_fmt and pr_<level>
2010-05-16 Amerigo Wangnet: reserve ports for applications using fixed port...
2010-05-03 David S. MillerMerge branch 'net-next' of git://git./linux/kernel...
2010-05-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-05-01 Eric Dumazetnet: sock_def_readable() and friends RCU conversion
2010-05-01 Vlad Yasevichsctp: Use correct address family in sctp_getsockopt_pee...
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-04-27 Eric Dumazetnet: sk_add_backlog() take rmem_alloc into account
2010-04-20 Eric Dumazetnet: sk_sleep() helper
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-03-31 Hagen Paul Pfeifersctp: eliminate useless code
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
next