summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14Reset to 3.12.19Scott Wood
2014-03-13net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann
2014-02-26net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann
2013-11-20net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann
2013-10-17sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich
2013-10-17sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du
2013-09-17net: sctp: rfc4443: do not report ICMP redirects to user spaceDaniel Borkmann
2013-09-12net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann
2013-09-11net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann
2013-09-11net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUEDaniel Borkmann
2013-09-04net: sctp: Fix data chunk fragmentation for MTU values which are not multiple...Alexander Sverdlin
2013-09-04net: sctp: probe: allow more advanced ingress filtering by markDaniel Borkmann
2013-08-29net: sctp: sctp_verify_init: clean up mandatory checks and add commentDaniel Borkmann
2013-08-23net: sctp_probe: simplify code by using %pISc format specifierDaniel Borkmann
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco
2013-08-13net: sctp: Add rudimentary infrastructure to account for control chunksVlad Yasevich
2013-08-13net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruptionDaniel Borkmann
2013-08-13net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF stateDaniel Borkmann
2013-08-09Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"David S. Miller
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann
2013-08-09net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann
2013-08-02sctp: Don't lookup dst if transport dst is still validfan.du
2013-07-28net/sctp: Refactor SCTP skb checksum computationJoe Stringer
2013-07-25net: sctp: trivial: update mailing list addressDaniel Borkmann
2013-07-09net: sctp: confirm route during forward progressDaniel Borkmann
2013-07-02sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud
2013-07-02net: sctp: get rid of SCTP_DBG_TSNS entirelyDaniel Borkmann
2013-07-02net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann
2013-06-25net: sctp: simplify sctp_get_portDaniel Borkmann
2013-06-25net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann
2013-06-25net: sctp: minor: sctp_seq_dump_local_addrs add missing newlineDaniel Borkmann
2013-06-25net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann
2013-06-20sctp: Convert __list_for_each use to list_for_eachDave Jones
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-18net: sctp: remove SCTP_STATIC macroDaniel Borkmann
2013-06-18net: sctp: get rid of t_new macro for kzallocDaniel Borkmann
2013-06-14net: sctp: sctp_association_init: put refs in reverse orderDaniel Borkmann
2013-06-14net: sctp: minor: remove variable in sctp_init_sockDaniel Borkmann
2013-06-14net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT firstDaniel Borkmann
2013-06-14net: sctp: sideeffect: throw BUG if primary_path is NULLDaniel Borkmann
2013-06-14sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-06-13sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman
2013-06-11net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann
2013-05-31sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman
2013-05-29sctp: Correct access to skb->{network, transport}_headerSimon Horman
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-05-01net: sctp: attribute printl with __printf for gcc fmt checksDaniel Borkmann