| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: Implement quick failover draft from tsvwg | Neil Horman | 2012-07-22 | 1 | -0/+101 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-07-19 | 1 | -2/+10 |
|\ |
|
| * | sctp: Fix list corruption resulting from freeing an association on a list | Neil Horman | 2012-07-16 | 1 | -2/+10 |
* | | sctp: Adjust PMTU updates to accomodate route invalidation. | David S. Miller | 2012-07-16 | 1 | -3/+3 |
|/ |
|
* | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 2012-05-15 | 1 | -4/+2 |
* | sctp: Allow struct sctp_event_subscribe to grow without breaking binaries | Thomas Graf | 2012-04-04 | 1 | -2/+3 |
* | sctp: Export sctp_do_peeloff | Benjamin Poirier | 2012-03-08 | 1 | -15/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-23 | 1 | -2/+0 |
|\ |
|
| * | sctp: fix incorrect overflow check on autoclose | Xi Wang | 2011-12-19 | 1 | -2/+0 |
* | | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-11 | 1 | -2/+2 |
* | | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2011-11-22 | 1 | -1/+1 |
|/ |
|
* | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-07-14 | 1 | -5/+31 |
|\ |
|
| * | sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos... | Thomas Graf | 2011-07-08 | 1 | -5/+8 |
| * | sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it | Wei Yongjun | 2011-07-07 | 1 | -0/+23 |
* | | sctp: Reduce switch/case indent | Joe Perches | 2011-07-01 | 1 | -5/+5 |
* | | net: Remove casts of void * | Joe Perches | 2011-06-16 | 1 | -8/+8 |
* | | sctp: kzalloc() error handling on deleting last address | Michio Honda | 2011-06-11 | 1 | -0/+4 |
* | | sctp: Add ASCONF operation on the single-homed host | Michio Honda | 2011-06-02 | 1 | -6/+50 |
* | | sctp: Add socket option operation for Auto-ASCONF. | Michio Honda | 2011-06-02 | 1 | -0/+68 |
* | | sctp: Add Auto-ASCONF support (core). | Michio Honda | 2011-06-02 | 1 | -4/+42 |
|/ |
|
* | sctp: sctp_sendmsg: Don't test known non-null sinfo | Joe Perches | 2011-05-12 | 1 | -6/+4 |
* | sctp: sctp_sendmsg: Don't initialize default_sinfo | Joe Perches | 2011-05-12 | 1 | -1/+2 |
* | sctp: cache the ipv6 source after route lookup | Vlad Yasevich | 2011-04-27 | 1 | -1/+1 |
* | sctp: implement socket option SCTP_GET_ASSOC_ID_LIST | Wei Yongjun | 2011-04-21 | 1 | -0/+52 |
* | sctp: Allow bindx_del to accept 0 port | Vlad Yasevich | 2011-04-19 | 1 | -1/+5 |
* | sctp: use memdup_user to copy data from userspace | Shan Wei | 2011-04-19 | 1 | -16/+6 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | sctp: several declared/set but unused fixes | Hagen Paul Pfeifer | 2011-03-07 | 1 | -2/+0 |
* | net: add __rcu annotations to sk_wq and wq | Eric Dumazet | 2011-02-22 | 1 | -4/+5 |
* | sctp: user perfect name for Delayed SACK Timer option | Shan Wei | 2011-01-19 | 1 | -2/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-12-17 | 1 | -1/+9 |
|\ |
|
| * | sctp: fix the return value of getting the sctp partial delivery point | Wei Yongjun | 2010-12-16 | 1 | -1/+1 |
| * | SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped address | Wei Yongjun | 2010-12-10 | 1 | -0/+8 |
* | | Fix a typo in datagram.c and sctp/socket.c. | David Shwatrz | 2010-12-06 | 1 | -1/+1 |
|/ |
|
* | net: avoid limits overflow | Eric Dumazet | 2010-11-10 | 1 | -2/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-10-04 | 1 | -1/+12 |
|\ |
|
| * | sctp: prevent reading out-of-bounds memory | Dan Rosenberg | 2010-10-03 | 1 | -1/+12 |
* | | sctp: Fix break indentation in sctp_ioctl(). | David S. Miller | 2010-10-03 | 1 | -1/+1 |
* | | net: return operator cleanup | Eric Dumazet | 2010-09-23 | 1 | -3/+3 |
* | | sctp: implement SIOCINQ ioctl() (take 3) | Diego Elio 'Flameeyes' Pettenò | 2010-09-08 | 1 | -1/+34 |
* | | net: poll() optimizations | Eric Dumazet | 2010-09-06 | 1 | -3/+2 |
* | | net/sctp: Use pr_fmt and pr_<level> | Joe Perches | 2010-08-26 | 1 | -24/+15 |
|/ |
|
* | net: reserve ports for applications using fixed port numbers | Amerigo Wang | 2010-05-15 | 1 | -0/+2 |
* | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/... | David S. Miller | 2010-05-03 | 1 | -1/+1 |
|\ |
|
| * | sctp: Use correct address family in sctp_getsockopt_peer_addrs() | Vlad Yasevich | 2010-04-30 | 1 | -1/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-05-02 | 1 | -2/+15 |
|\ \ |
|
| * | | sctp: per_cpu variables should be in bh_disabled section | Vlad Yasevich | 2010-04-28 | 1 | -2/+2 |
| * | | sctp: avoid irq lock inversion while call sk->sk_data_ready() | Wei Yongjun | 2010-04-28 | 1 | -0/+10 |
* | | | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 2010-05-01 | 1 | -1/+1 |
| |/
|/| |
|