summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-0/+6
|\
| * net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann2013-06-111-0/+6
* | net: sctp: remove SCTP_STATIC macroDaniel Borkmann2013-06-171-42/+36
* | net: sctp: minor: remove variable in sctp_init_sockDaniel Borkmann2013-06-141-4/+2
|/
* sctp: fix error return code in __sctp_connect()Wei Yongjun2013-04-071-2/+3
* net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-311-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-051-3/+3
|\
| * net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck2013-02-271-3/+3
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-5/+4
|/
* net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann2013-02-081-1/+1
* sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-031-0/+69
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-291-2/+2
|\
| * sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2012-11-281-2/+2
* | net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman2012-11-181-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-1/+1
|\ \ | |/
| * net: sctp: Fix typo in net/sctpMasanari Iida2012-11-011-1/+1
* | sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman2012-10-261-4/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-5/+20
|\
| * unexport sock_map_fd(), switch to sock_alloc_file()Al Viro2012-09-261-5/+20
* | sctp: Make sysctl tunables per netEric W. Biederman2012-08-141-26/+39
* | sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2012-08-141-10/+17
* | sctp: Make the address lists per network namespaceEric W. Biederman2012-08-141-3/+4
* | sctp: Make the port hash table use struct net in it's key.Eric W. Biederman2012-08-141-9/+13
|/
* sctp: Implement quick failover draft from tsvwgNeil Horman2012-07-221-0/+101
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-2/+10
|\
| * sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2012-07-161-2/+10
* | sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller2012-07-161-3/+3
|/
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-4/+2
* sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf2012-04-041-2/+3
* sctp: Export sctp_do_peeloffBenjamin Poirier2012-03-081-15/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-2/+0
|\
| * sctp: fix incorrect overflow check on autocloseXi Wang2011-12-191-2/+0
* | net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-2/+2
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-1/+1
|/
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-5/+31
|\
| * sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf2011-07-081-5/+8
| * sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun2011-07-071-0/+23
* | sctp: Reduce switch/case indentJoe Perches2011-07-011-5/+5
* | net: Remove casts of void *Joe Perches2011-06-161-8/+8
* | sctp: kzalloc() error handling on deleting last addressMichio Honda2011-06-111-0/+4
* | sctp: Add ASCONF operation on the single-homed hostMichio Honda2011-06-021-6/+50
* | sctp: Add socket option operation for Auto-ASCONF.Michio Honda2011-06-021-0/+68
* | sctp: Add Auto-ASCONF support (core).Michio Honda2011-06-021-4/+42
|/
* sctp: sctp_sendmsg: Don't test known non-null sinfoJoe Perches2011-05-121-6/+4
* sctp: sctp_sendmsg: Don't initialize default_sinfoJoe Perches2011-05-121-1/+2
* sctp: cache the ipv6 source after route lookupVlad Yasevich2011-04-271-1/+1
* sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun2011-04-211-0/+52
* sctp: Allow bindx_del to accept 0 portVlad Yasevich2011-04-191-1/+5
* sctp: use memdup_user to copy data from userspaceShan Wei2011-04-191-16/+6
OpenPOWER on IntegriCloud