| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: Fix list corruption resulting from freeing an association on a list | Neil Horman | 2012-07-16 | 2 | -7/+12 |
* | sctp: be more restrictive in transport selection on bundled sacks | Neil Horman | 2012-06-30 | 8 | -4/+33 |
* | sctp: fix warning when compiling without IPv6 | Daniel Halperin | 2012-06-19 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-05-16 | 2 | -20/+1 |
|\ |
|
| * | sctp: check cached dst before using it | Nicolas Dichtel | 2012-05-10 | 2 | -20/+1 |
* | | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 2012-05-15 | 3 | -17/+12 |
* | | net: add a limit parameter to sk_add_backlog() | Eric Dumazet | 2012-04-23 | 1 | -2/+2 |
* | | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | 2012-04-20 | 1 | -7/+1 |
* | | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | 2012-04-20 | 1 | -2/+2 |
* | | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 | 5 | -9/+9 |
|/ |
|
* | 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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-01-08 | 1 | -1/+1 |
|\ |
|
| * | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 2011-12-02 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-23 | 6 | -14/+20 |
|\ \ |
|
| * | | sctp: Do not account for sizeof(struct sk_buff) in estimated rwnd | Thomas Graf | 2011-12-20 | 2 | -11/+3 |
| * | | sctp: fix incorrect overflow check on autoclose | Xi Wang | 2011-12-19 | 4 | -3/+17 |
* | | | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-11 | 3 | -4/+4 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-02 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | sctp: better integer overflow check in sctp_auth_create_key() | Xi Wang | 2011-11-29 | 1 | -1/+1 |
| |/ |
|
* | | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2011-11-22 | 2 | -22/+20 |
* | | sctp: fasthandoff with ASCONF at server-node | Michio Honda | 2011-11-08 | 1 | -1/+7 |
* | | sctp: fasthandoff with ASCONF at mobile-node | Michio Honda | 2011-11-08 | 2 | -1/+19 |
|/ |
|
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 2 | -0/+2 |
|\ |
|
| * | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 |
* | | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT | Eric Dumazet | 2011-10-27 | 1 | -1/+1 |
|/ |
|
* | net: more accurate skb truesize | Eric Dumazet | 2011-10-13 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:davem330/net | David S. Miller | 2011-09-22 | 2 | -0/+11 |
|\ |
|
| * | sctp: deal with multiple COOKIE_ECHO chunks | Max Matveev | 2011-09-16 | 2 | -0/+11 |
* | | sctp: Bundle HEAERTBEAT into ASCONF_ACK | Michio Honda | 2011-08-24 | 3 | -0/+7 |
* | | sctp: HEARTBEAT negotiation after ASCONF | Michio Honda | 2011-08-24 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-07-21 | 1 | -11/+8 |
|\ |
|
| * | net: sctp: fix checksum marking for outgoing packets | Michał Mirosław | 2011-07-14 | 1 | -11/+8 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-07-14 | 7 | -31/+106 |
|\ \
| |/ |
|
| * | sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos... | Thomas Graf | 2011-07-08 | 2 | -8/+21 |
| * | sctp: Enforce retransmission limit during shutdown | Thomas Graf | 2011-07-07 | 4 | -13/+61 |
| * | sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it | Wei Yongjun | 2011-07-07 | 1 | -0/+23 |
| * | net: refine {udp|tcp|sctp}_mem limits | Eric Dumazet | 2011-07-07 | 1 | -10/+1 |
* | | sctp: Reduce switch/case indent | Joe Perches | 2011-07-01 | 2 | -30/+31 |
* | | net: Remove casts of void * | Joe Perches | 2011-06-16 | 5 | -28/+21 |
* | | sctp: kzalloc() error handling on deleting last address | Michio Honda | 2011-06-11 | 1 | -0/+4 |
* | | sctp: Guard IPV6 specific code properly. | David S. Miller | 2011-06-06 | 1 | -1/+2 |
* | | sctp: Add ASCONF operation on the single-homed host | Michio Honda | 2011-06-02 | 5 | -7/+99 |
* | | sctp: Add socket option operation for Auto-ASCONF. | Michio Honda | 2011-06-02 | 1 | -0/+68 |
* | | sctp: Add sysctl support for Auto-ASCONF. | Michio Honda | 2011-06-02 | 1 | -0/+7 |
* | | sctp: Add Auto-ASCONF support (core). | Michio Honda | 2011-06-02 | 4 | -4/+206 |
* | | sctp: Add ADD/DEL ASCONF handling at the receiver. | Michio Honda | 2011-06-02 | 1 | -1/+1 |
|/ |
|
* | sctp: stop pending timers and purge queues when peer restart asoc | Wei Yongjun | 2011-05-31 | 3 | -11/+29 |
* | sctp: fix memory leak of the ASCONF queue when free asoc | Wei Yongjun | 2011-05-25 | 1 | -0/+16 |
* | net: convert %p usage to %pK | Dan Rosenberg | 2011-05-24 | 1 | -2/+2 |