summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
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/ne...David 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-25netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertionYasuyuki Kozakai1-2/+6
2008-09-21net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-2/+2
2008-09-13tcp_ipv6: fix use of uninitialized memoryVegard Nossum1-1/+2
2008-09-11ipv6: On interface down/unregister, purge icmp routes too.David S. Miller1-0/+20
2008-09-10ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman1-32/+32
2008-09-09netns : fix kernel panic in timewait socket destructionDaniel Lezcano1-0/+1
2008-08-30ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0Yang Hongyang1-3/+3
2008-08-26ipv6: 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-18ipv6: Fix the return interface index when get it while no message is received.Yang Hongyang1-2/+2
2008-08-15netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley7-11/+16
2008-08-13ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output...Brian Haley1-1/+2
2008-08-09udp: Drop socket lock for encapsulated packetsHerbert Xu1-3/+3
2008-08-07tcp: 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-04ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun1-1/+1
2008-08-04ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data po...Yang Hongyang1-0/+2
2008-08-04ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal1-11/+11
2008-08-01tcp: MD5: Fix IPv6 signaturesAdam Langley1-1/+1
2008-08-01tcp: MD5: Fix MD5 signatures on certain ACK packetsAdam Langley1-2/+2
2008-08-01ipv6: 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-30IPv6: 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...David S. Miller1-6/+3
2008-07-27ipcomp: Fix warnings after ipcomp consolidation.David S. Miller1-3/+1
2008-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-34/+39
2008-07-27netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan1-1/+1
2008-07-26syncookies: Make sure ECN is disabledFlorian Westphal1-0/+1
2008-07-26net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen10-33/+37
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-295/+7
2008-07-25list_for_each_rcu must die: networkingPaul E. McKenney1-6/+3
2008-07-25ipsec: ipcomp - Merge IPComp implementationsHerbert Xu2-295/+7
2008-07-24netfilter: make security table depend on NETFILTER_ADVANCEDPatrick McHardy1-1/+1
2008-07-23ipv6: icmp6_dst_gc return changeStephen Hemminger2-8/+5
2008-07-23ipv6: use kcallocStephen Hemminger1-3/+3
2008-07-23ipv6: use spin_trylock_bhStephen Hemminger1-3/+1
2008-07-23ipv6: use round_jiffiesStephen Hemminger1-2/+3
2008-07-23netns: dont alloc ipv6 fib timer listStephen Hemminger1-27/+13
2008-07-23ipv6: make struct ipv6_devconf staticAdrian Bunk1-1/+1
2008-07-22ipv6: use timer pendingStephen Hemminger1-6/+6
2008-07-21ipv6: Fix warning in addrconf code.David Miller1-2/+1