aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/input.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-2/+1
* sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2012-08-091-5/+2
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+1
* sctp: handle ootb packet in chunk order as definedShan Wei2011-04-201-15/+0
* sctp: use common head of addr parameter to access member in addr-unrelated codeShan Wei2011-04-191-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* sctp: several declared/set but unused fixesHagen Paul Pfeifer2011-03-071-3/+0
* sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2010-05-061-4/+18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: backlog functions renameZhu Yi2010-03-051-2/+2
* sctp: use limited socket backlogZhu Yi2010-03-051-15/+27
* sctp: Use frag list abstraction interfaces.David S. Miller2009-06-091-2/+2
* sctp: Clean up sctp checksumming codeVlad Yasevich2009-02-161-5/+6
* sctp: Allow to disable SCTP checksums via module parameterLucas Nussbaum2009-02-161-1/+2
* sctp: Fix another socket race during accept/peeloffVlad Yasevich2009-01-221-0/+13
* sctp: Drop ICMP packet too big message with MTU larger than current PMTUWei Yongjun2008-10-231-1/+1
* sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison2008-07-181-2/+2
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-1/+1
* mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov2008-07-141-2/+3
* sctp: Validate Initiate Tag when handling ICMP messageWei Yongjun2008-06-191-2/+25
* SCTP: Remove useless assignment from __sctp_rcv_lookup_endpointGui Jianfeng2008-04-101-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181-1/+1
|\
| * [SCTP]: fix misannotated __sctp_rcv_asconf_lookup()Al Viro2008-03-171-1/+1
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-1/+1
|/
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* [SCTP]: Update association lookup to look at ASCONF chunks as wellVlad Yasevich2008-01-281-21/+103
* [SCTP]: Use crc32c library for checksum calculations.Vlad Yasevich2008-01-281-0/+1
* SCTP: Convert custom hash lists to use hlist.Vlad Yasevich2007-11-091-32/+11
* [SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich2007-10-101-10/+55
* SCTP: Discard OOTB packetes with bundled INIT early.Vlad Yasevich2007-09-251-0/+8
* sctp: make locally used function staticsebastian@breakpoint.cc2007-08-011-1/+1
* [SCTP] Flag a pmtu change requestVlad Yasevich2007-06-131-1/+7
* [SCTP] Update pmtu handling to be similar to tcpVlad Yasevich2007-06-131-14/+2
* [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2007-04-251-2/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit archi...Arnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-4/+4
* [SCTP]: Eliminate some pointer attributions to the skb layer headersArnaldo Carvalho de Melo2007-04-251-4/+4
* [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-251-2/+2
* [SCTP]: Introduce sctp_hdr()Arnaldo Carvalho de Melo2007-04-251-9/+5
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Some more simple skb_reset_network_header conversionsArnaldo Carvalho de Melo2007-04-251-1/+1
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-8/+8
* [SCTP]: sctp_has_association() switched to net-endian.Al Viro2006-12-021-4/+1
* [SCTP]: Switch ->from_addr_param() to net-endian.Al Viro2006-12-021-4/+2
* [SCTP]: Switch ->from_skb() to net-endian.Al Viro2006-12-021-11/+4
* [SCTP]: sctp_init_addrs() switched to net-endian.Al Viro2006-12-021-1/+1
* [SCTP]: Switch sctp_assoc_is_match to net-endian.Al Viro2006-12-021-7/+16
* [SCTP]: Switch sctp_endpoint_is_match() to net-endian.Al Viro2006-12-021-2/+5