linux/net/sctp
Vlad Yasevich ecbed6a419 sctp: Mark GET_PEER|LOCAL_ADDR_OLD deprecated.
Socket options SCTP_GET_PEER_ADDR_OLD, SCTP_GET_PEER_ADDR_NUM_OLD,
SCTP_GET_LOCAL_ADDR_OLD, and SCTP_GET_PEER_LOCAL_ADDR_NUM_OLD
have been replaced by newer versions a since 2005.  It's time
to officially deprecate them and schedule them for removal.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-07-01 20:06:22 -07:00
..
Kconfig
Makefile
associola.c sctp: Kill unused variable in sctp_assoc_bh_rcv() 2008-06-20 10:34:47 -07:00
auth.c
bind_addr.c
chunk.c
command.c
debug.c
endpointola.c
input.c sctp: Validate Initiate Tag when handling ICMP message 2008-06-19 16:07:48 -07:00
inqueue.c
ipv6.c sctp: Fix ECN markings for IPv6 2008-06-04 12:40:15 -07:00
objcnt.c
output.c sctp: Follow security requirement of responding with 1 packet 2008-06-19 16:08:18 -07:00
outqueue.c sctp: Follow security requirement of responding with 1 packet 2008-06-19 16:08:18 -07:00
primitive.c
proc.c
protocol.c sctp: fix error path in sctp_proc_init 2008-06-17 15:54:14 -07:00
sm_make_chunk.c sctp: Fix use of uninitialized pointer 2008-05-13 23:25:00 -07:00
sm_sideeffect.c sctp: Follow security requirement of responding with 1 packet 2008-06-19 16:08:18 -07:00
sm_statefuns.c sctp: Follow security requirement of responding with 1 packet 2008-06-19 16:08:18 -07:00
sm_statetable.c
socket.c sctp: Mark GET_PEER|LOCAL_ADDR_OLD deprecated. 2008-07-01 20:06:22 -07:00
ssnmap.c
sysctl.c
transport.c sctp: Start T3-RTX timer when fast retransmitting lowest TSN 2008-06-04 12:39:11 -07:00
tsnmap.c
ulpevent.c
ulpqueue.c