summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-5/+4Star
* 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-191-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-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-031-5/+20
|\
| * unexport sock_map_fd(), switch to sock_alloc_file()Al Viro2012-09-271-5/+20
* | sctp: Make sysctl tunables per netEric W. Biederman2012-08-151-26/+39
* | sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2012-08-151-10/+17
* | sctp: Make the address lists per network namespaceEric W. Biederman2012-08-151-3/+4
* | sctp: Make the port hash table use struct net in it's key.Eric W. Biederman2012-08-151-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-171-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/+2Star
* sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf2012-04-051-2/+3
* sctp: Export sctp_do_peeloffBenjamin Poirier2012-03-081-15/+9Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-2/+0Star
|\
| * sctp: fix incorrect overflow check on autocloseXi Wang2011-12-191-2/+0Star
* | net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-121-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-11-011-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-021-5/+5
* | net: Remove casts of void *Joe Perches2011-06-171-8/+8
* | sctp: kzalloc() error handling on deleting last addressMichio Honda2011-06-121-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/+4Star
* 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-201-1/+5
* sctp: use memdup_user to copy data from userspaceShan Wei2011-04-201-16/+6Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* sctp: several declared/set but unused fixesHagen Paul Pfeifer2011-03-081-2/+0Star
* net: add __rcu annotations to sk_wq and wqEric Dumazet2011-02-221-4/+5
* sctp: user perfect name for Delayed SACK Timer optionShan Wei2011-01-201-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-1/+9
|\
| * sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun2010-12-161-1/+1
| * SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun2010-12-111-0/+8
* | Fix a typo in datagram.c and sctp/socket.c.David Shwatrz2010-12-061-1/+1
|/