Age | Commit message (Expand) | Author |
2016-05-02 | sctp: prepare for socket backlog behavior change | Eric Dumazet |
2016-05-01 | sctp: signal sk_data_ready earlier on data chunks reception | Marcelo Ricardo Leitner |
2016-04-27 | net: rename NET_{ADD|INC}_STATS_BH() | Eric Dumazet |
2016-04-27 | net: rename ICMP6_INC_STATS_BH() | Eric Dumazet |
2016-04-27 | net: sctp: rename SCTP_INC_STATS_BH() | Eric Dumazet |
2016-04-27 | net: rename ICMP_INC_STATS_BH() | Eric Dumazet |
2016-04-27 | net: snmp: kill various STATS_USER() helpers | Eric Dumazet |
2016-04-26 | sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_poli... | Xin Long |
2016-04-26 | sock_diag: align nlattr properly when needed | Nicolas Dichtel |
2016-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-04-21 | net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diag | Xin Long |
2016-04-15 | sctp: fix some rhashtable functions using in sctp proc/diag | Xin Long |
2016-04-15 | sctp: merge the seq_start/next/exits in remaddrs and assocs | Xin Long |
2016-04-15 | sctp: add the sctp_diag.c file | Xin Long |
2016-04-15 | sctp: export some apis or variables for sctp_diag and reuse some for proc | Xin Long |
2016-04-15 | sctp: add sctp_info dump api for sctp_diag | Xin Long |
2016-04-15 | sctp: simplify sk_receive_queue locking | Marcelo Ricardo Leitner |
2016-04-14 | sctp: add support for RPS and RFS | Marcelo Ricardo Leitner |
2016-04-13 | sctp: delay calls to sk_data_ready() as much as possible | Marcelo Ricardo Leitner |
2016-04-10 | sctp: avoid refreshing heartbeat timer too often | Marcelo Ricardo Leitner |
2016-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-04-05 | sctp: flush if we can't fit another DATA chunk | Marcelo Ricardo Leitner |
2016-04-05 | rhashtable: accept GFP flags in rhashtable_walk_init | Bob Copeland |
2016-03-30 | sctp: really allow using GFP_KERNEL on sctp_packet_transmit | Marcelo Ricardo Leitner |
2016-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2016-03-22 | net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3 | Andy Lutomirski |
2016-03-20 | sctp: align MTU to a word | Marcelo Ricardo Leitner |
2016-03-20 | sctp: do not leak chunks that are sent to unconfirmed paths | Marcelo Ricardo Leitner |
2016-03-20 | sctp: do not update a_rwnd if we are not issuing a sack | Marcelo Ricardo Leitner |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2016-03-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2016-03-16 | sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variant | Nicholas Mc Guire |
2016-03-13 | sctp: allow sctp_transmit_packet and others to use gfp | Marcelo Ricardo Leitner |
2016-03-13 | sctp: fix the transports round robin issue when init is retransmitted | Xin Long |
2016-03-08 | sctp: fix copying more bytes than expected in sctp_add_bind_addr | Marcelo Ricardo Leitner |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-03-01 | sctp: sctp_remaddr_seq_show use the wrong variable to dump transport info | Xin Long |
2016-03-01 | sctp: lack the check for ports in sctp_v6_cmp_addr | Xin Long |
2016-03-01 | net: sctp: Convert log timestamps to be y2038 safe | Deepa Dinamani |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-02-21 | sctp: Fix port hash table size computation | Neil Horman |
2016-02-17 | sctp: remove the unused sctp_datamsg_free() | Xin Long |
2016-02-17 | sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs() | Xin Long |
2016-02-17 | sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_associ... | Xin Long |
2016-02-11 | sock: struct proto hash function may error | Craig Gallek |
2016-02-09 | sctp: translate network order to host order when users get a hmacid | Xin Long |
2016-01-28 | sctp: remove the dead field of sctp_transport | Xin Long |
2016-01-28 | sctp: hold transport before we access t->asoc in sctp proc | Xin Long |
2016-01-28 | sctp: fix the transport dead race check by using atomic_add_unless on refcnt | Xin Long |