aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/protocol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-18sctp: add reconf_enable in asoc ep and netnsXin Long1-0/+3
2016-12-28sctp: simplify addr copyMarcelo Ricardo Leitner1-11/+7
2016-12-20sctp: not copying duplicate addrs to the assoc's bind address listXin Long1-0/+3
2016-12-20sctp: reduce indent level in sctp_copy_local_addr_listXin Long1-18/+19
2016-07-25sctp: use inet_recvmsg to support sctp RFS wellXin Long1-1/+1
2016-07-13sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner1-0/+1
2016-06-14sctp: fix error return code in sctp_init()Wei Yongjun1-1/+2
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+3
2016-03-08sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner1-0/+1
2016-02-21sctp: Fix port hash table size computationNeil Horman1-8/+38
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long1-28/+2
2016-01-05sctp: apply rhashtable api to send/recv pathXin Long1-0/+6
2015-12-16net: sctp: dynamically enable or disable pf stateZhu Yanjun1-0/+3
2015-12-15sctp: use GFP_KERNEL in sctp_init()Eric Dumazet1-2/+2
2015-09-11sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner1-23/+41
2015-09-03sctp: add routing output fallbackMarcelo Ricardo Leitner1-1/+7
2015-09-03sctp: fix dst leakMarcelo Ricardo Leitner1-1/+3
2015-07-21sctp: fix src address selection if using secondary addressesMarcelo Ricardo Leitner1-0/+10
2015-07-21sctp: reduce indent level on sctp_v4_get_dstMarcelo Ricardo Leitner1-15/+17
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger1-2/+1
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat1-1/+1
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-1/+1
2014-07-31sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe1-6/+6
2014-05-23net: Eliminate no_check from protoswTom Herbert1-2/+0
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2014-05-07net: clean up snmp stats codeWANG Cong1-4/+5
2014-04-27sctp: reset flowi4_oif parameter on route lookupXufeng Zhang1-1/+6
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet1-1/+1
2014-01-21sctp: remove macros sctp_bh_[un]lock_sockwangweidong1-2/+2
2014-01-16sctp: remove the unnecessary assignmentwangweidong1-1/+0
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa1-0/+1
2013-12-26sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong1-2/+2
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-08-09Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"David S. Miller1-3/+2
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-08-09net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann1-2/+3
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann1-2/+2
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-23/+25
2013-06-19sctp: Convert __list_for_each use to list_for_eachDave Jones1-1/+1
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann1-2/+2
2013-06-17net: sctp: get rid of t_new macro for kzallocDaniel Borkmann1-1/+1
2013-03-18net: sctp: remove cast for kmalloc/kzalloc return valueZhang Yanfei1-1/+1
2012-12-28sctp: make sctp_addr_wq_timeout_handler staticstephen hemminger1-1/+1
2012-12-15sctp: Change defaults on cookie hmac selectionNeil Horman1-2/+2
2012-12-07sctp: Fix compiler warning when CONFIG_DEBUG_SECTION_MISMATCH=yChristoph Paasch1-3/+3
2012-10-26sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman1-0/+9
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman1-64/+64
2012-08-14sctp: Push struct net down into sctp_in_scopeEric W. Biederman1-1/+1