aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2008-10-01XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard
2008-10-01ipv6: NULL pointer dereferrence in tcp_v6_send_ackDenis V. Lunev
2008-09-24netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertionYasuyuki Kozakai
2008-09-09ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman
2008-09-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano
2008-08-29ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0Yang Hongyang
2008-08-25ipv6: sysctl fixesAl Viro
2008-08-23ipv6: protocol for address routesStephen Hemminger
2008-08-23icmp: icmp_sk() should not use smp_processor_id() in preemptible codeDenis V. Lunev
2008-08-17ipv6: Fix the return interface index when get it while no message is received.Yang Hongyang
2008-08-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley
2008-08-13ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output...Brian Haley
2008-08-09udp: Drop socket lock for encapsulated packetsHerbert Xu
2008-08-06tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng
2008-08-06ipsec: Interfamily IPSec BEET, ipv4-inner ipv6-outerJoakim Koskela
2008-08-06ipv6: replace dst_metric() with dst_mtu() in net/ipv6/route.c.Rami Rosen
2008-08-03ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun
2008-08-03ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data po...Yang Hongyang
2008-08-03ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal
2008-07-31tcp: MD5: Fix IPv6 signaturesAdam Langley
2008-07-31tcp: MD5: Fix MD5 signatures on certain ACK packetsAdam Langley
2008-07-31ipv6: Fix ip6_xmit to send fragments if ipfragok is trueWei Yongjun
2008-07-30ipv6: Fix useless proc net sockstat6 removalDaniel Lezcano
2008-07-30tcp: MD5: Use MIB counter instead of warning for MD5 mismatch.David S. Miller
2008-07-29IPv6: datagram_send_ctl() should exit immediately when an error occuredMiao Xie
2008-07-27net: missing bits of net-namespace / sysctlAl Viro
2008-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-27ipcomp: Fix warnings after ipcomp consolidation.David S. Miller
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-26netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan
2008-07-26syncookies: Make sure ECN is disabledFlorian Westphal
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-25list_for_each_rcu must die: networkingPaul E. McKenney
2008-07-25ipsec: ipcomp - Merge IPComp implementationsHerbert Xu
2008-07-23netfilter: make security table depend on NETFILTER_ADVANCEDPatrick McHardy
2008-07-22ipv6: icmp6_dst_gc return changeStephen Hemminger
2008-07-22ipv6: use kcallocStephen Hemminger
2008-07-22ipv6: use spin_trylock_bhStephen Hemminger
2008-07-22ipv6: use round_jiffiesStephen Hemminger
2008-07-22netns: dont alloc ipv6 fib timer listStephen Hemminger
2008-07-22ipv6: make struct ipv6_devconf staticAdrian Bunk
2008-07-21ipv6: use timer pendingStephen Hemminger
2008-07-20ipv6: Fix warning in addrconf code.David Miller
2008-07-19ipv6 mcast: Omit redundant address family checks in ip6_mc_source().YOSHIFUJI Hideaki
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-07-19ipv6: remove unused parameter from ip6_ra_controlDenis V. Lunev
2008-07-19tcp: Fix MD5 signatures for non-linear skbsAdam Langley
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov