aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ipv6_sockglue.c
Commit message (Expand)AuthorAgeFilesLines
...
* [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov2008-03-311-4/+6
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki2008-03-251-0/+78
* [IPV6]: Optimize hop-limit determination.YOSHIFUJI Hideaki2008-03-251-3/+1
* [NETNS][IPV6] fix some missing namespaceDaniel Lezcano2008-03-071-1/+2
* [UDP]: Revert udplite and code split.David S. Miller2008-03-061-5/+1
* [IPV6]: Move packet_type{} related bits to af_inet6.c.YOSHIFUJI Hideaki2008-03-041-122/+0
* [UDP]: Allow users to configure UDP-Lite.YOSHIFUJI Hideaki2008-03-041-1/+5
* [NET]: prot_inuse cleanups and optimizationsEric Dumazet2008-01-281-4/+4
* [IPV6]: make the protocol initialization to return an error codeDaniel Lezcano2008-01-281-1/+2
* [IPV6]: Fix the return value of ipv6_getsockoptWei Yongjun2007-12-161-7/+5
* [IPv6]: Update setsockopt(IPV6_MULTICAST_IF) to support RFC 3493, try2Brian Haley2007-10-111-5/+8
* [NET]: sparse warning fixesStephen Hemminger2007-10-101-1/+1
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* [IPV6]: Add v4mapped address inlineBrian Haley2007-10-101-1/+1
* [NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connectionlessFlavio Leitner2007-08-261-0/+4
* [IPv6]: Invalid semicolon after if statementIlpo Järvinen2007-08-151-1/+1
* [IPV6]: Make IPV6_{RECV,2292}RTHDR boolean options.YOSHIFUJI Hideaki2007-07-101-6/+2
* [IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki2007-07-101-2/+1
* [NET]: IPV6 checksum offloading in network devicesStephen Hemminger2007-07-101-1/+1
* [IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA2007-07-101-1/+1
* [INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-3/+3
* [IPV6]: Ensure to truncate result and return full length for sticky options.YOSHIFUJI Hideaki2007-04-251-2/+2
* [IPV6]: Return correct result for sticky options.YOSHIFUJI Hideaki2007-04-251-4/+23
* [IPV6]: Decentralize EXPORT_SYMBOLs.YOSHIFUJI Hideaki2007-04-251-0/+3
* [IPV6] fix ipv6_getsockopt_sticky copy_to_user leakChris Wright2007-03-091-1/+1
* [IPV6]: Fix for ipv6_setsockopt NULL dereferenceOlaf Kirch2007-03-091-1/+1
* [IPV6]: Handle np->opt being NULL in ipv6_getsockopt_sticky().David S. Miller2007-03-071-3/+7
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-6/+6
* [IPV6]: Fix IPV6_UNICAST_HOPS getsockopt().Brian Haley2006-12-131-4/+19
* [NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker2006-12-021-2/+9
* [IPV6]: Disable SG for GSO unless we have checksumHerbert Xu2006-09-281-0/+3
* [IPV6] MIP6: Add socket option and ancillary data interface of routing header...Masahide NAKAMURA2006-09-221-1/+9
* [IPV6]: Accept -1 for IPV6_TCLASSRemi Denis-Courmont2006-09-171-1/+3
* [NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2006-07-081-28/+61
* [IPV6]: Fix ipv6 GSO payload lengthMichael Chan2006-07-031-1/+2
* [NET]: Verify gso_type too in gso_segmentHerbert Xu2006-07-031-0/+8
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-301-0/+62
|\
| * [IPV6]: Added GSO support for TCPv6Herbert Xu2006-06-301-0/+62
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
|/
* [NETFILTER]: Fix ip6tables breakage from {get,set}sockopt compat layerPatrick McHardy2006-03-221-2/+2
* [NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo2006-03-201-20/+20
* [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-201-30/+133
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-111-0/+1
* [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-111-1/+1
* [IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo2006-01-031-11/+13
* [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo2006-01-031-1/+1