summaryrefslogtreecommitdiffstats
path: root/net/sctp/input.c
Commit message (Expand)AuthorAgeFilesLines
* net: backlog functions renameZhu Yi2010-04-011-2/+2
* sctp: use limited socket backlogZhu Yi2010-04-011-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
* [SCTP]: Remove temporary associations from backlog and hash.Vlad Yasevich2006-10-301-0/+6
* [SCTP]: Always linearise packet on inputHerbert Xu2006-10-301-0/+3
* [SCTP]: Do not timestamp every SCTP packet.Vlad Yasevich2006-09-291-6/+0
* [SCTP]: Use correct mask when disabling PMTUD.Vlad Yasevich2006-09-291-1/+1
* [NET]: Fix sk->sk_filter field accessDmitry Mishin2006-09-221-1/+1
* [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Sridhar Samudrala2006-09-221-2/+6
* [SCTP]: Don't do CRC32C checksum over loopback.Sridhar Samudrala2006-06-171-1/+2
* [SCTP]: Reject sctp packets with broadcast addresses.Vlad Yasevich2006-06-171-1/+2
* [SCTP]: A better solution to fix the race between sctp_peeloff() andVladislav Yasevich2006-05-191-61/+79