summaryrefslogtreecommitdiff
path: root/net/ipv6/af_inet6.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-17percpu: add __percpu sparse annotations to netTejun Heo1-14/+14
2010-01-18net: spread __net_init, __net_exitAlexey Dobriyan1-2/+2
2009-11-06net: check kern before calling security subsystemEric Paris1-1/+1
2009-11-06net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-11-06net: drop capability from protocol definitionsEric Paris1-1/+1
2009-11-02ipv6: no more dev_put() in inet6_bind()Eric Dumazet1-8/+9
2009-10-19inet: rename some inet_sock fieldsEric Dumazet1-14/+14
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-10-07Use sk_mark for IPv6 routing lookupsBrian Haley1-0/+1
2009-09-15net: constify struct inet6_protocolAlexey Dobriyan1-5/+5
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2009-08-24ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapp...Bruno Prémont1-1/+3
2009-07-13udpv6: Handle large incoming UDP/IPv6 packets and support software UFOSridhar Samudrala1-3/+17
2009-06-27ipv6: Use rcu_barrier() on module unload.Jesper Dangaard Brouer1-0/+2
2009-06-01IPv6: Add 'autoconf' and 'disable_ipv6' module parametersBrian Haley1-5/+17
2009-05-27gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu1-3/+10
2009-03-25ipv6: Make v4-mapped bindings consistent with IPv4Vlad Yasevich1-3/+11
2009-03-25ipv6: Allow ipv4 wildcard binds after ipv6 address bindsVlad Yasevich1-1/+4
2009-03-25ipv6: Disallow binding to v4-mapped address on v6-only socket.Vlad Yasevich1-0/+7
2009-03-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+3
2009-03-11ipv6: Fix BUG when disabled ipv6 module is unloadedJohn Dykstra1-0/+3
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-1/+1
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+16
2009-03-04IPv6: add "disable" module parameter support to ipv6.koBrian Haley1-5/+16
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-30gro: Avoid copying headers of unmerged packetsHerbert Xu1-10/+20
2009-01-21gro: Fix handling of complete checksums in IPv6Herbert Xu1-0/+7
2009-01-08ipv6: Add GRO supportHerbert Xu1-5/+102
2008-11-26netns xfrm: lookup in netnsAlexey Dobriyan1-1/+1
2008-10-14netns: mib6 section fixletAlexey Dobriyan1-1/+1
2008-10-08ipv6: remove unused not init_ipv6_mibs/cleanup_ipv6_mibsDenis V. Lunev1-17/+0
2008-10-08ipv6: making ip and icmp statistics per/namespaceDenis V. Lunev1-20/+18
2008-10-08netns: make uplitev6 mib per/namespaceDenis V. Lunev1-6/+8
2008-10-08netns: make udpv6 mib per/namespaceDenis V. Lunev1-5/+4
2008-10-08netns: add stub functions for per/namespace mibs allocationDenis V. Lunev1-2/+16
2008-10-08ipv6: initialize ip6_route sysctl vars in ip6_route_net_init()Peter Zijlstra1-8/+0
2008-10-01ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian1-0/+1
2008-07-27missing bits of net-namespace / sysctlAl Viro1-0/+12
2008-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-07-26net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-1/+1
2008-07-25list_for_each_rcu must die: networkingPaul E. McKenney1-6/+3
2008-07-03ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs.YOSHIFUJI Hideaki1-8/+0
2008-07-03ipv6: Do cleanup for ip6_mr_init.Wang Chen1-1/+10
2008-06-15net: change proto destroy method to return voidBrian Haley1-3/+1
2008-06-12net: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-10ipv6 netns: init net is used to set bindv6only for new sockPavel Emelyanov1-1/+1
2008-04-05[IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki1-0/+6
2008-03-27[NETNS][IPV6] anycast - handle several network namespaceDaniel Lezcano1-6/+6
2008-03-25[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2