aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-27ipcomp: Fix warnings after ipcomp consolidation.David S. Miller1-3/+1
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-34/+39
2008-07-26netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan1-1/+1
2008-07-26syncookies: Make sure ECN is disabledFlorian Westphal1-0/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen10-33/+37
2008-07-25Merge 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-23netfilter: make security table depend on NETFILTER_ADVANCEDPatrick McHardy1-1/+1
2008-07-22ipv6: icmp6_dst_gc return changeStephen Hemminger2-8/+5
2008-07-22ipv6: use kcallocStephen Hemminger1-3/+3
2008-07-22ipv6: use spin_trylock_bhStephen Hemminger1-3/+1
2008-07-22ipv6: use round_jiffiesStephen Hemminger1-2/+3
2008-07-22netns: dont alloc ipv6 fib timer listStephen Hemminger1-27/+13
2008-07-22ipv6: make struct ipv6_devconf staticAdrian Bunk1-1/+1
2008-07-21ipv6: use timer pendingStephen Hemminger1-6/+6
2008-07-20ipv6: Fix warning in addrconf code.David Miller1-2/+1
2008-07-19ipv6 mcast: Omit redundant address family checks in ip6_mc_source().YOSHIFUJI Hideaki1-4/+0
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki9-16/+21
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki3-3/+3
2008-07-19ipv6: remove unused parameter from ip6_ra_controlDenis V. Lunev2-6/+3
2008-07-19tcp: Fix MD5 signatures for non-linear skbsAdam Langley1-44/+83
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov2-27/+3
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov2-42/+3
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov3-10/+10
2008-07-16inet: prepare net on the stack for NET accounting macrosPavel Emelyanov1-1/+2