Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-09sctp: fully initialize v4 addr in some functionsXin Long
2019-11-09sctp: add support for Primary Path SwitchoverXin Long
2019-11-09sctp: add pf_expose per netns and sock and asocXin Long
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-12sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET
2019-08-28sctp: make ecn flag per netns and endpointXin Long
2019-06-03net: use new in_dev_ifa iteratorsFlorian Westphal
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-02sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long
2019-01-25sctp: set flow sport from saddr only when it's 0Xin Long
2019-01-17sctp: allocate sctp_sockaddr_entry with kzallocXin Long
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-07-04sctp: add support for dscp and flowlabel per transportXin Long
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net/sctp: convert to ->poll_maskChristoph Hellwig
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long
2018-04-07Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-29sctp: fix unused lable warningArnd Bergmann
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-18sctp: use proc_remove_subtree()Al Viro
2018-03-13net: Convert sctp_ctrlsock_opsKirill Tkhai
2018-03-13net: Convert sctp_defaults_opsKirill Tkhai
2018-02-27sctp: Add ip option supportRichard Haines
2018-02-06sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala
2017-11-28sctp: remove extern from stream schedXin Long
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook
2017-08-07sctp: remove the typedef sctp_scope_tXin Long
2017-07-17sctp: remove the typedef sctp_ipv4addr_param_tXin Long
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-02-27sctp: set sin_port for addr param when checking duplicate addressXin Long
2017-01-18sctp: add reconf_enable in asoc ep and netnsXin Long
2016-12-28sctp: simplify addr copyMarcelo Ricardo Leitner
2016-12-20sctp: not copying duplicate addrs to the assoc's bind address listXin Long
2016-12-20sctp: reduce indent level in sctp_copy_local_addr_listXin Long
2016-07-25sctp: use inet_recvmsg to support sctp RFS wellXin Long
2016-07-14sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner
2016-06-15sctp: fix error return code in sctp_init()Wei Yongjun
2016-06-04sctp: Add GSO supportMarcelo Ricardo Leitner
2016-03-08sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner
2016-02-22sctp: Fix port hash table size computationNeil Horman
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long
2016-01-05sctp: apply rhashtable api to send/recv pathXin Long
2015-12-16net: sctp: dynamically enable or disable pf stateZhu Yanjun
2015-12-16sctp: use GFP_KERNEL in sctp_init()Eric Dumazet
2015-09-12sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner