summaryrefslogtreecommitdiffstats
path: root/net/sctp/ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-291-1/+1
* sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth2017-10-241-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-0/+2
|\
| * sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-181-0/+2
* | sctp: remove the typedef sctp_scope_tXin Long2017-08-061-3/+3
* | sctp: remove the typedef sctp_ipv6addr_param_tXin Long2017-07-161-1/+1
|/
* sctp: set the value of flowi6_oif to sk_bound_dev_if to make sctp_v6_get_dst ...Zheng Li2017-07-061-0/+2
* sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet2017-05-181-0/+3
* sctp: fix src address selection if using secondary addresses for ipv6Xin Long2017-05-121-17/+29
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-1/+2
|\
| * tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-271-1/+2
* | sctp: simplify addr copyMarcelo Ricardo Leitner2016-12-281-9/+7
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long2016-10-311-1/+1
* sctp: use inet_recvmsg to support sctp RFS wellXin Long2016-07-251-1/+1
* sctp: support ipv6 nonlocal bindXin Long2016-07-251-1/+3
* sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner2016-07-131-5/+4
* net: rename ICMP6_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* sctp: lack the check for ports in sctp_v6_cmp_addrXin Long2016-03-011-0/+2
* ipv6: sctp: clone options to avoid use after freeEric Dumazet2015-12-111-0/+8
* ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet2015-12-071-2/+1
* ipv6: sctp: add rcu protection around np->optEric Dumazet2015-12-031-3/+10
* ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-251-1/+1
* ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau2015-05-251-1/+2
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-07-311-74/+82
* net: Eliminate no_check from protoswTom Herbert2014-05-231-2/+0
* net: rename local_df to ignore_dfWANG Cong2014-05-121-1/+1
* net: sctp: fix initialization of local source address on accepted ipv6 socketsMatija Glavinic Pecotic2014-02-061-0/+2
* sctp: fix checkpatch errors with space required or prohibitedwangweidong2013-12-261-1/+1
* ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 oneHannes Frederic Sowa2013-12-211-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-191-2/+2
|\
| * net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-061-2/+2
* | sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-1/+3
|\
| * net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6Daniel Borkmann2013-10-231-1/+3
* | ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-11/+11
|/
* net: sctp: rfc4443: do not report ICMP redirects to user spaceDaniel Borkmann2013-09-161-1/+1
* net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann2013-09-121-29/+13
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0
* sctp: Don't lookup dst if transport dst is still validfan.du2013-08-021-1/+1
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-241-1/+1
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-011-9/+12
* net: sctp: remove SCTP_STATIC macroDaniel Borkmann2013-06-171-2/+2
* net: sctp: get rid of t_new macro for kzallocDaniel Borkmann2013-06-171-1/+1
* sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman2013-06-131-1/+1
* sctp: Correct access to skb->{network, transport}_headerSimon Horman2013-05-281-1/+1
* net: sctp: sctp_v6_get_dst: fix boolean test in dst cacheDaniel Borkmann2013-02-131-2/+3
* sctp: fix CONFIG_SCTP_DBG_MSG=y null pointer dereference in sctp_v6_get_dst()Tommi Rantala2012-11-301-1/+1
OpenPOWER on IntegriCloud