| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: reorder sctp_ulpevent and shrink msg_flags | Marcelo Ricardo Leitner | 2016-07-13 | 1 | -2/+2 |
* | sctp: allow others to use sctp_input_cb | Marcelo Ricardo Leitner | 2016-07-13 | 1 | -11/+0 |
* | sctp: implement prsctp PRIO policy | Xin Long | 2016-07-11 | 4 | -1/+105 |
* | sctp: implement prsctp RTX policy | Xin Long | 2016-07-11 | 2 | -0/+6 |
* | sctp: implement prsctp TTL policy | Xin Long | 2016-07-11 | 4 | -5/+33 |
* | sctp: add SCTP_PR_ASSOC_STATUS on sctp sockopt | Xin Long | 2016-07-11 | 1 | -0/+62 |
* | sctp: add SCTP_DEFAULT_PRINFO into sctp sockopt | Xin Long | 2016-07-11 | 1 | -0/+91 |
* | sctp: add SCTP_PR_SUPPORTED on sctp sockopt | Xin Long | 2016-07-11 | 4 | -6/+88 |
* | sctp: fix panic when sending auth chunks | Marcelo Ricardo Leitner | 2016-07-09 | 1 | -3/+15 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-30 | 1 | -6/+0 |
|\ |
|
| * | net: diag: add missing declarations | Ben Dooks | 2016-06-10 | 1 | -6/+0 |
* | | sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrate | Xin Long | 2016-06-16 | 1 | -1/+1 |
* | | sctp: fix error return code in sctp_init() | Wei Yongjun | 2016-06-14 | 1 | -1/+2 |
* | | sctp: sctp should change socket state when shutdown is received | Xin Long | 2016-06-10 | 2 | -3/+9 |
* | | sctp: Fix warning in sctp_packet_transmit_chunk() | David S. Miller | 2016-06-03 | 1 | -1/+1 |
* | | sctp: improve debug message to also log curr pkt and new chunk size | Marcelo Ricardo Leitner | 2016-06-03 | 1 | -1/+2 |
* | | sctp: Add GSO support | Marcelo Ricardo Leitner | 2016-06-03 | 7 | -124/+408 |
* | | sctp: delay as much as possible skb_linearize | Marcelo Ricardo Leitner | 2016-06-03 | 2 | -31/+43 |
|/ |
|
* | sctp: sctp_diag should dump sctp socket type | Xin Long | 2016-05-31 | 1 | -0/+1 |
* | sctp: fix double EPs display in sctp_diag | Xin Long | 2016-05-25 | 1 | -0/+3 |
* | sctp: prepare for socket backlog behavior change | Eric Dumazet | 2016-05-02 | 1 | -0/+2 |
* | sctp: signal sk_data_ready earlier on data chunks reception | Marcelo Ricardo Leitner | 2016-05-01 | 2 | -13/+19 |
* | net: rename NET_{ADD|INC}_STATS_BH() | Eric Dumazet | 2016-04-27 | 1 | -1/+1 |
* | net: rename ICMP6_INC_STATS_BH() | Eric Dumazet | 2016-04-27 | 1 | -1/+1 |
* | net: sctp: rename SCTP_INC_STATS_BH() | Eric Dumazet | 2016-04-27 | 1 | -6/+6 |
* | net: rename ICMP_INC_STATS_BH() | Eric Dumazet | 2016-04-27 | 1 | -1/+1 |
* | net: snmp: kill various STATS_USER() helpers | Eric Dumazet | 2016-04-27 | 1 | -1/+1 |
* | sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_poli... | Xin Long | 2016-04-26 | 1 | -1/+5 |
* | sock_diag: align nlattr properly when needed | Nicolas Dichtel | 2016-04-26 | 1 | -2/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-23 | 4 | -33/+40 |
|\ |
|
| * | sctp: avoid refreshing heartbeat timer too often | Marcelo Ricardo Leitner | 2016-04-10 | 4 | -33/+40 |
* | | net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diag | Xin Long | 2016-04-21 | 1 | -4/+2 |
* | | sctp: fix some rhashtable functions using in sctp proc/diag | Xin Long | 2016-04-15 | 2 | -6/+16 |
* | | sctp: merge the seq_start/next/exits in remaddrs and assocs | Xin Long | 2016-04-15 | 1 | -36/+9 |
* | | sctp: add the sctp_diag.c file | Xin Long | 2016-04-15 | 3 | -0/+502 |
* | | sctp: export some apis or variables for sctp_diag and reuse some for proc | Xin Long | 2016-04-15 | 2 | -63/+143 |
* | | sctp: add sctp_info dump api for sctp_diag | Xin Long | 2016-04-15 | 1 | -0/+86 |
* | | sctp: simplify sk_receive_queue locking | Marcelo Ricardo Leitner | 2016-04-15 | 2 | -5/+4 |
* | | sctp: add support for RPS and RFS | Marcelo Ricardo Leitner | 2016-04-14 | 2 | -0/+6 |
* | | sctp: delay calls to sk_data_ready() as much as possible | Marcelo Ricardo Leitner | 2016-04-13 | 2 | -2/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-09 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | sctp: flush if we can't fit another DATA chunk | Marcelo Ricardo Leitner | 2016-04-05 | 1 | -1/+2 |
* | | rhashtable: accept GFP flags in rhashtable_walk_init | Bob Copeland | 2016-04-05 | 1 | -1/+2 |
|/ |
|
* | sctp: really allow using GFP_KERNEL on sctp_packet_transmit | Marcelo Ricardo Leitner | 2016-03-30 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-03-23 | 9 | -14/+30 |
|\ |
|
| * | sctp: align MTU to a word | Marcelo Ricardo Leitner | 2016-03-20 | 3 | -4/+6 |
| * | sctp: do not leak chunks that are sent to unconfirmed paths | Marcelo Ricardo Leitner | 2016-03-20 | 1 | -1/+5 |
| * | sctp: do not update a_rwnd if we are not issuing a sack | Marcelo Ricardo Leitner | 2016-03-20 | 1 | -1/+5 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 2016-03-19 | 13 | -139/+148 |
| |\ |
|
| * | | sctp: fix copying more bytes than expected in sctp_add_bind_addr | Marcelo Ricardo Leitner | 2016-03-08 | 4 | -8/+14 |