aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-07-02sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-88/+80
2013-06-25net: sctp: simplify sctp_get_portDaniel Borkmann1-4/+1
2013-06-25net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann1-1/+15
2013-06-25net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann1-11/+3
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann1-42/+36
2013-06-14net: sctp: minor: remove variable in sctp_init_sockDaniel Borkmann1-4/+2
2013-06-11net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann1-0/+6
2013-04-07sctp: fix error return code in __sctp_connect()Wei Yongjun1-2/+3
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E1-1/+2
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-5/+4
2013-02-27net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck1-3/+3
2013-02-08net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS callMichele Baldessari1-0/+69
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-11-28sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala1-2/+2
2012-11-18net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman1-3/+5
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-11-01net: sctp: Fix typo in net/sctpMasanari Iida1-1/+1
2012-10-26sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman1-4/+7
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+20
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro1-5/+20
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman1-26/+39
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman1-10/+17
2012-08-14sctp: Make the address lists per network namespaceEric W. Biederman1-3/+4
2012-08-14sctp: Make the port hash table use struct net in it's key.Eric W. Biederman1-9/+13
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman1-0/+101
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+10
2012-07-16sctp: Fix list corruption resulting from freeing an association on a listNeil Horman1-2/+10
2012-07-16sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller1-3/+3
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-4/+2
2012-04-04sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3
2012-03-08sctp: Export sctp_do_peeloffBenjamin Poirier1-15/+9
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang1-2/+0
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-2/+2
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+31
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socketThomas Graf1-5/+8
2011-07-07sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun1-0/+23
2011-07-01sctp: Reduce switch/case indentJoe Perches1-5/+5
2011-06-16net: Remove casts of void *Joe Perches1-8/+8
2011-06-11sctp: kzalloc() error handling on deleting last addressMichio Honda1-0/+4
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda1-6/+50
2011-06-02sctp: Add socket option operation for Auto-ASCONF.Michio Honda1-0/+68