summaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2016-08-16net/sctp: terminate rhashtable walk correctlyVegard Nossum
2016-08-16sctp: fix BH handling on socket backlogMarcelo Ricardo Leitner
2016-07-18sctp: load transport header after sk_filterWillem de Bruijn
2016-06-10net: diag: add missing declarationsBen Dooks
2016-05-31sctp: sctp_diag should dump sctp socket typeXin Long
2016-05-25sctp: fix double EPs display in sctp_diagXin Long
2016-05-02sctp: prepare for socket backlog behavior changeEric Dumazet
2016-05-01sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-27net: rename ICMP6_INC_STATS_BH()Eric Dumazet
2016-04-27net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet
2016-04-27net: rename ICMP_INC_STATS_BH()Eric Dumazet
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet
2016-04-26sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_poli...Xin Long
2016-04-26sock_diag: align nlattr properly when neededNicolas Dichtel
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-21net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long
2016-04-15sctp: fix some rhashtable functions using in sctp proc/diagXin Long
2016-04-15sctp: merge the seq_start/next/exits in remaddrs and assocsXin Long
2016-04-15sctp: add the sctp_diag.c fileXin Long
2016-04-15sctp: export some apis or variables for sctp_diag and reuse some for procXin Long
2016-04-15sctp: add sctp_info dump api for sctp_diagXin Long
2016-04-15sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner
2016-04-14sctp: add support for RPS and RFSMarcelo Ricardo Leitner
2016-04-13sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner
2016-04-10sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-05sctp: flush if we can't fit another DATA chunkMarcelo Ricardo Leitner
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland
2016-03-30sctp: really allow using GFP_KERNEL on sctp_packet_transmitMarcelo Ricardo Leitner
2016-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-03-22net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3Andy Lutomirski
2016-03-20sctp: align MTU to a wordMarcelo Ricardo Leitner
2016-03-20sctp: do not leak chunks that are sent to unconfirmed pathsMarcelo Ricardo Leitner
2016-03-20sctp: do not update a_rwnd if we are not issuing a sackMarcelo Ricardo Leitner
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-16sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variantNicholas Mc Guire
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner
2016-03-13sctp: fix the transports round robin issue when init is retransmittedXin Long
2016-03-08sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-01sctp: sctp_remaddr_seq_show use the wrong variable to dump transport infoXin Long
2016-03-01sctp: lack the check for ports in sctp_v6_cmp_addrXin Long
2016-03-01net: sctp: Convert log timestamps to be y2038 safeDeepa Dinamani
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-21sctp: Fix port hash table size computationNeil Horman
2016-02-17sctp: remove the unused sctp_datamsg_free()Xin Long
2016-02-17sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs()Xin Long