aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-08netfilter: netns: remove nf_*_net() wrappersAlexey Dobriyan2-6/+6
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt11-14/+15
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2-3/+3
2008-10-07netns: make uplitev6 mib per/namespaceDenis V. Lunev3-9/+10
2008-10-07netns: make udpv6 mib per/namespaceDenis V. Lunev2-6/+6
2008-10-07netns: add stub functions for per/namespace mibs allocationDenis V. Lunev1-2/+16
2008-10-07netns: allow per device ipv6 snmp statistics in non-initial namespaceDenis V. Lunev1-3/+0
2008-10-07netns: register global ipv6 mibs statistics in each namespaceDenis V. Lunev1-2/+4
2008-10-07ipv6: separate seq_ops for global & per/device ipv6 statisticsDenis V. Lunev1-16/+32
2008-10-07ipv6: consolidate ipv6 sock_stat code at the beginning of net/ipv6/proc.cDenis V. Lunev1-13/+13
2008-10-07netns: register /proc/net/dev_snmp6/* in each nsDenis V. Lunev1-24/+16
2008-10-07netns: move /proc/net/dev_snmp6 to struct netDenis V. Lunev1-9/+11
2008-10-07ipv6: initialize ip6_route sysctl vars in ip6_route_net_init()Peter Zijlstra2-8/+9
2008-10-07ipv6: clean up ip6_route_net_init() error handlingPeter Zijlstra1-9/+10
2008-10-07inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian1-3/+7
2008-10-07inet: Add udplib_lookup_skb() helpersKOVACS Krisztian1-2/+12
2008-10-07inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo1-5/+1
2008-10-01ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian1-0/+1
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-3/+9
2008-10-01ipv6: almost identical frag hashing funcs combinedIlpo Järvinen2-35/+8
2008-10-01XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard1-0/+2
2008-10-01ipv6: NULL pointer dereferrence in tcp_v6_send_ackDenis V. Lunev1-1/+1
2008-09-24netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertionYasuyuki Kozakai1-2/+6
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-2/+2
2008-09-12tcp_ipv6: fix use of uninitialized memoryVegard Nossum1-1/+2
2008-09-10ipv6: On interface down/unregister, purge icmp routes too.David S. Miller1-0/+20
2008-09-09ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman1-32/+32
2008-09-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano1-0/+1
2008-08-29ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0Yang Hongyang1-3/+3
2008-08-25ipv6: sysctl fixesAl Viro1-1/+1
2008-08-23ipv6: protocol for address routesStephen Hemminger1-0/+1
2008-08-23icmp: icmp_sk() should not use smp_processor_id() in preemptible codeDenis V. Lunev1-11/+12
2008-08-17ipv6: Fix the return interface index when get it while no message is received.Yang Hongyang1-2/+2
2008-08-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr()Brian Haley7-11/+16
2008-08-13ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output, rt6_fill_node+0x175Brian Haley1-1/+2
2008-08-09udp: Drop socket lock for encapsulated packetsHerbert Xu1-3/+3
2008-08-06tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng1-3/+5
2008-08-06ipsec: Interfamily IPSec BEET, ipv4-inner ipv6-outerJoakim Koskela2-3/+30
2008-08-06ipv6: replace dst_metric() with dst_mtu() in net/ipv6/route.c.Rami Rosen1-1/+1
2008-08-03ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun1-1/+1
2008-08-03ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data pointerYang Hongyang1-0/+2
2008-08-03ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal1-11/+11
2008-07-31tcp: MD5: Fix IPv6 signaturesAdam Langley1-1/+1
2008-07-31tcp: MD5: Fix MD5 signatures on certain ACK packetsAdam Langley1-2/+2
2008-07-31ipv6: Fix ip6_xmit to send fragments if ipfragok is trueWei Yongjun1-0/+4
2008-07-30ipv6: Fix useless proc net sockstat6 removalDaniel Lezcano1-1/+0
2008-07-30tcp: MD5: Use MIB counter instead of warning for MD5 mismatch.David S. Miller1-19/+8
2008-07-29IPv6: datagram_send_ctl() should exit immediately when an error occuredMiao Xie1-1/+1
2008-07-27net: missing bits of net-namespace / sysctlAl Viro2-0/+28
2008-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-6/+3