summaryrefslogtreecommitdiffstats
path: root/net/sctp/ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* [SCTP]: IPv4 vs IPv6 addresses mess in sctp_inet[6]addr_event.Pavel Emelyanov2008-04-131-2/+3
* [SCTP]: Fix a race between module load and protosw accessVlad Yasevich2008-03-201-12/+20
* [SCTP]: Fix local_addr deletions during list traversals.Chidambar 'ilLogict' Zinnoury2008-03-121-1/+3
* [SCTP]: Clean up naming conventions of sctp protocol/address family registrationNeil Horman2008-02-281-6/+6
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* [NETNS][IPV6]: inet6_addr - check ipv6 address per namespaceDaniel Lezcano2008-01-291-2/+3
* [SCTP]: Change use_as_src into a full address stateVlad Yasevich2008-01-281-1/+1
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu2007-10-151-2/+2
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-2/+2
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-111-1/+1
* [IPV6]: Add v4mapped address inlineBrian Haley2007-10-111-2/+2
* [SCTP]: Convert bind_addr_list locking to RCUVlad Yasevich2007-09-171-7/+5Star
* [SCTP]: Add RCU synchronization around sctp_localaddr_listVlad Yasevich2007-09-171-10/+24
* SCTP: IPv4 mapped addr not returned in SCTPv6 accept()Dave Johnson2007-08-011-0/+2
* SCTP: Add scope_id validation for link-local bindsVlad Yasevich2007-07-061-0/+4
* [SCTP]: Re-order SCTP initializations to avoid race with sctp_rcv()Sridhar Samudrala2007-05-041-21/+28
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-261-1/+1
* [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit archi...Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-261-4/+4
* [SCTP]: Eliminate some pointer attributions to the skb layer headersArnaldo Carvalho de Melo2007-04-261-3/+2Star
* [SCTP]: Introduce sctp_hdr()Arnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-261-4/+4
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pullArnaldo Carvalho de Melo2007-04-261-2/+1Star
* [SCTP] ipv6: inconsistent lock state ipv6_add_addr/sctp_v6_copy_addrlistJarek Poplawski2007-03-081-2/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-1/+1
* [SCTP]: make 2 functions staticAdrian Bunk2006-12-221-2/+2
* [SCTP]: Handle address add/delete events in a more efficient way.Sridhar Samudrala2006-12-141-1/+37
* [SCTP]: Annotate ->supported_addrs().Al Viro2006-12-031-1/+1
* [SCTP]: Annotate ->inaddr_any().Al Viro2006-12-031-1/+1
* [SCTP]: Don't bother setting sin_port in ->from_sk().Al Viro2006-12-031-1/+1
* [SCTP]: ip6_send() doesn't need fl_ip_[sd]port.Al Viro2006-12-031-2/+0Star
* [SCTP]: Trivial ->ipaddr_h -> ->ipaddr conversions.Al Viro2006-12-031-1/+1
* [SCTP]: ->a_h is gone now.Al Viro2006-12-031-1/+0Star
* [SCTP]: Trivial parts of a_h -> a switch.Al Viro2006-12-031-2/+2
* [SCTP]: Switch all remaining users of ->saddr_h to ->saddr.Al Viro2006-12-031-2/+2
* [SCTP]: ->get_saddr() switched to net-endian.Al Viro2006-12-031-2/+2
* [SCTP]: Switch ->from_addr_param() to net-endian.Al Viro2006-12-031-1/+1
* [SCTP]: Switch ->from_skb() to net-endian.Al Viro2006-12-031-3/+3
* [SCTP]: Annotate ->dst_saddr()Al Viro2006-12-031-1/+1
* [SCTP] embedded sctp_addr: net-endian mirrorsAl Viro2006-12-031-4/+5
* [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro2006-12-031-12/+12
* [SCTP]: Trivial sctp endianness annotations.Al Viro2006-12-031-2/+2
* [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro2006-12-031-1/+1
* [IPV6]: Make sure error handling is done when calling ip6_route_output().Ville Nuorvala2006-10-191-5/+5
* [IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki2006-09-231-3/+3
* [SCTP]: CleanupsAdrian Bunk2006-09-231-1/+0Star
* [SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKedSridhar Samudrala2006-07-211-1/+2