summaryrefslogtreecommitdiffstats
path: root/net/sctp/input.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.Sridhar Samudrala2006-05-191-2/+2
* [SCTP]: Fix up sctp_rcv return valueHerbert Xu2006-03-251-8/+4
* [SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly.Tsutomu Fujii2006-01-171-4/+9
* [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().Sridhar Samudrala2006-01-171-1/+34
* [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv().Sridhar Samudrala2006-01-171-9/+20
* [NETFILTER]: Keep conntrack reference until IPsec policy checks are donePatrick McHardy2006-01-071-0/+1
* [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz2006-01-031-9/+27
* [SCTP]: Include ulpevents in socket receive buffer accounting.Neil Horman2005-11-111-20/+0
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-291-2/+2
* [SCTP]: Fix potential null pointer dereference while handling an icmp errorSridhar Samudrala2005-07-181-33/+12
* [SCTP]: Use struct list_head for chunk lists, not sk_buff_head.David S. Miller2005-07-081-10/+16
* [SCTP] sctp_connectx() API supportFrank Filz2005-06-201-1/+1
* [SCTP] Support SO_BINDTODEVICE socket option on incoming packets.Neil Horman2005-06-131-15/+34
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+913