aboutsummaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
2013-06-11net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann
2013-04-07sctp: fix error return code in __sctp_connect()Wei Yongjun
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck
2013-02-08net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-28sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala
2012-11-18net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-01net: sctp: Fix typo in net/sctpMasanari Iida
2012-10-26sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman
2012-08-14sctp: Make the address lists per network namespaceEric W. Biederman
2012-08-14sctp: Make the port hash table use struct net in it's key.Eric W. Biederman
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-16sctp: Fix list corruption resulting from freeing an association on a listNeil Horman
2012-07-16sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-04sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf
2012-03-08sctp: Export sctp_do_peeloffBenjamin Poirier
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf
2011-07-07sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun
2011-07-01sctp: Reduce switch/case indentJoe Perches
2011-06-16net: Remove casts of void *Joe Perches
2011-06-11sctp: kzalloc() error handling on deleting last addressMichio Honda
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda
2011-06-02sctp: Add socket option operation for Auto-ASCONF.Michio Honda
2011-06-02sctp: Add Auto-ASCONF support (core).Michio Honda
2011-05-12sctp: sctp_sendmsg: Don't test known non-null sinfoJoe Perches
2011-05-12sctp: sctp_sendmsg: Don't initialize default_sinfoJoe Perches
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich
2011-04-21sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun
2011-04-19sctp: Allow bindx_del to accept 0 portVlad Yasevich
2011-04-19sctp: use memdup_user to copy data from userspaceShan Wei
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-07sctp: several declared/set but unused fixesHagen Paul Pfeifer
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet