| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: avoid to repeatedly declare external variables | Ying Xue | 2015-03-25 | 1 | -0/+3 |
* | net: sctp: fix panic on duplicate ASCONF chunks | Daniel Borkmann | 2014-10-14 | 1 | -0/+5 |
* | net: sctp: fix ABI mismatch through sctp_assoc_to_state helper | Daniel Borkmann | 2014-08-29 | 1 | -0/+13 |
* | sctp: Fixup v4mapped behaviour to comply with Sock API | Jason Gunthorpe | 2014-07-31 | 1 | -0/+2 |
* | net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support | Geir Ola Vaagland | 2014-07-16 | 1 | -0/+1 |
* | net: sctp: improve timer slack calculation for transport HBs | Daniel Borkmann | 2014-07-02 | 1 | -21/+0 |
* | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 2014-04-11 | 1 | -1/+1 |
* | sctp: remove macros sctp_bh_[un]lock_sock | wangweidong | 2014-01-21 | 1 | -4/+0 |
* | sctp: remove macros sctp_{lock|release}_sock | wangweidong | 2014-01-21 | 1 | -2/+0 |
* | sctp: remove macros sctp_read_[un]lock | wangweidong | 2014-01-21 | 1 | -4/+0 |
* | sctp: remove macros sctp_write_[un]_lock | wangweidong | 2014-01-21 | 1 | -2/+0 |
* | sctp: remove macros sctp_spin_[un]lock | wangweidong | 2014-01-21 | 1 | -4/+2 |
* | sctp: remove macros sctp_local_bh_{disable|enable} | wangweidong | 2014-01-21 | 1 | -2/+0 |
* | sctp: remove macros sctp_spin_[un]lock_irqrestore | wangweidong | 2014-01-21 | 1 | -5/+2 |
* | sctp: Fix FSF address in file headers | Jeff Kirsher | 2013-12-06 | 1 | -3/+2 |
* | sctp: Remove extern from function prototypes | Joe Perches | 2013-09-23 | 1 | -7/+6 |
* | net: sctp: trivial: update bug report in header comment | Daniel Borkmann | 2013-08-09 | 1 | -6/+0 |
* | sctp: Don't lookup dst if transport dst is still valid | fan.du | 2013-08-02 | 1 | -1/+1 |
* | net: sctp: trivial: update mailing list address | Daniel Borkmann | 2013-07-24 | 1 | -1/+1 |
* | net: sctp: rework debugging framework to use pr_debug and friends | Daniel Borkmann | 2013-07-01 | 1 | -75/+0 |
* | net: sctp: migrate cookie life from timeval to ktime | Daniel Borkmann | 2013-06-25 | 1 | -18/+0 |
* | net: sctp: remove TEST_FRAME ifdef | Daniel Borkmann | 2013-06-25 | 1 | -7/+0 |
* | net: sctp: remove SCTP_STATIC macro | Daniel Borkmann | 2013-06-17 | 1 | -8/+0 |
* | net: sctp: get rid of t_new macro for kzalloc | Daniel Borkmann | 2013-06-17 | 1 | -3/+0 |
* | net: sctp: remove cast for kmalloc/kzalloc return value | Zhang Yanfei | 2013-03-18 | 1 | -1/+1 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -2/+2 |
* | sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT... | Michele Baldessari | 2012-12-03 | 1 | -0/+12 |
* | sctp: fix a compile error in sctp.h | Cong Wang | 2012-08-15 | 1 | -2/+2 |
* | sctp: Push struct net down to sctp_chunk_event_lookup | Eric W. Biederman | 2012-08-14 | 1 | -6/+6 |
* | sctp: Add infrastructure for per net sysctls | Eric W. Biederman | 2012-08-14 | 1 | -0/+4 |
* | sctp: Make the mib per network namespace | Eric W. Biederman | 2012-08-14 | 1 | -5/+4 |
* | sctp: Make the proc files per network namespace. | Eric W. Biederman | 2012-08-14 | 1 | -13/+12 |
* | sctp: Make the ctl_sock per network namespace | Eric W. Biederman | 2012-08-14 | 1 | -1/+0 |
* | sctp: Make the address lists per network namespace | Eric W. Biederman | 2012-08-14 | 1 | -2/+2 |
* | sctp: Make the association hashtable handle multiple network namespaces | Eric W. Biederman | 2012-08-14 | 1 | -3/+3 |
* | sctp: Make the endpoint hashtable handle multiple network namespaces | Eric W. Biederman | 2012-08-14 | 1 | -2/+2 |
* | sctp: Make the port hash table use struct net in it's key. | Eric W. Biederman | 2012-08-14 | 1 | -2/+2 |
* | sctp: Adjust PMTU updates to accomodate route invalidation. | David S. Miller | 2012-07-16 | 1 | -2/+2 |
* | ipv6: Add redirect support to all protocol icmp error handlers. | David S. Miller | 2012-07-12 | 1 | -0/+2 |
* | sctp: check cached dst before using it | Nicolas Dichtel | 2012-05-10 | 1 | -0/+13 |
* | sctp: Export sctp_do_peeloff | Benjamin Poirier | 2012-03-08 | 1 | -0/+1 |
* | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-11 | 1 | -2/+2 |
* | include/net: Remove unnecessary semicolons | Joe Perches | 2011-06-05 | 1 | -2/+2 |
* | sctp: Add Auto-ASCONF support (core). | Michio Honda | 2011-06-02 | 1 | -0/+2 |
* | sctp: Allow regular C expression in 4th argument for SCTP_DEBUG_PRINTK_IPADDR... | YOSHIFUJI Hideaki | 2011-06-02 | 1 | -4/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2011-05-20 | 1 | -2/+0 |
|\ |
|
| * | sctp: remove redundant check when walking through a list of TLV parameters | Shan Wei | 2011-04-20 | 1 | -2/+0 |
* | | net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu() | Lai Jiangshan | 2011-05-07 | 1 | -1/+0 |
|/ |
|
* | net: return operator cleanup | Eric Dumazet | 2010-09-23 | 1 | -6/+6 |
* | net/sctp: Use pr_fmt and pr_<level> | Joe Perches | 2010-08-26 | 1 | -18/+30 |