summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman2008-09-091-32/+32
* netns : fix kernel panic in timewait socket destructionDaniel Lezcano2008-09-081-0/+1
* ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0Yang Hongyang2008-08-291-3/+3
* ipv6: sysctl fixesAl Viro2008-08-261-1/+1
* ipv6: protocol for address routesStephen Hemminger2008-08-231-0/+1
* icmp: icmp_sk() should not use smp_processor_id() in preemptible codeDenis V. Lunev2008-08-231-11/+12
* ipv6: Fix the return interface index when get it while no message is received.Yang Hongyang2008-08-181-2/+2
* netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley2008-08-157-11/+16
* ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output...Brian Haley2008-08-131-1/+2
* udp: Drop socket lock for encapsulated packetsHerbert Xu2008-08-091-3/+3
* tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng2008-08-071-3/+5
* ipsec: Interfamily IPSec BEET, ipv4-inner ipv6-outerJoakim Koskela2008-08-062-3/+30
* ipv6: replace dst_metric() with dst_mtu() in net/ipv6/route.c.Rami Rosen2008-08-061-1/+1
* ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun2008-08-041-1/+1
* ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data po...Yang Hongyang2008-08-041-0/+2
* ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal2008-08-041-11/+11
* tcp: MD5: Fix IPv6 signaturesAdam Langley2008-08-011-1/+1
* tcp: MD5: Fix MD5 signatures on certain ACK packetsAdam Langley2008-08-011-2/+2
* ipv6: Fix ip6_xmit to send fragments if ipfragok is trueWei Yongjun2008-08-011-0/+4
* ipv6: Fix useless proc net sockstat6 removalDaniel Lezcano2008-07-301-1/+0Star
* tcp: MD5: Use MIB counter instead of warning for MD5 mismatch.David S. Miller2008-07-301-19/+8Star
* IPv6: datagram_send_ctl() should exit immediately when an error occuredMiao Xie2008-07-301-1/+1
* net: missing bits of net-namespace / sysctlAl Viro2008-07-272-0/+28
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-271-6/+3Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-2712-34/+39
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-262-295/+7Star
| |\ \
| * | | list_for_each_rcu must die: networkingPaul E. McKenney2008-07-251-6/+3Star
* | | | ipcomp: Fix warnings after ipcomp consolidation.David S. Miller2008-07-271-3/+1Star
| |_|/ |/| |
* | | netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan2008-07-271-1/+1
* | | syncookies: Make sure ECN is disabledFlorian Westphal2008-07-261-0/+1
* | | net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-2610-33/+37
| |/ |/|
* | ipsec: ipcomp - Merge IPComp implementationsHerbert Xu2008-07-252-295/+7Star
|/
* netfilter: make security table depend on NETFILTER_ADVANCEDPatrick McHardy2008-07-241-1/+1
* ipv6: icmp6_dst_gc return changeStephen Hemminger2008-07-222-8/+5Star
* ipv6: use kcallocStephen Hemminger2008-07-221-3/+3
* ipv6: use spin_trylock_bhStephen Hemminger2008-07-221-3/+1Star
* ipv6: use round_jiffiesStephen Hemminger2008-07-221-2/+3
* netns: dont alloc ipv6 fib timer listStephen Hemminger2008-07-221-27/+13Star
* ipv6: make struct ipv6_devconf staticAdrian Bunk2008-07-221-1/+1
* ipv6: use timer pendingStephen Hemminger2008-07-211-6/+6
* ipv6: Fix warning in addrconf code.David Miller2008-07-211-2/+1Star
* ipv6 mcast: Omit redundant address family checks in ip6_mc_source().YOSHIFUJI Hideaki2008-07-201-4/+0Star
* ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki2008-07-209-16/+21
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-203-3/+3
* ipv6: remove unused parameter from ip6_ra_controlDenis V. Lunev2008-07-192-6/+3Star
* tcp: Fix MD5 signatures for non-linear skbsAdam Langley2008-07-191-44/+83
* proc: consolidate per-net single-release callersPavel Emelyanov2008-07-182-27/+3Star
* proc: consolidate per-net single_open callersPavel Emelyanov2008-07-182-42/+3Star
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-173-10/+10
* inet: prepare net on the stack for NET accounting macrosPavel Emelyanov2008-07-171-1/+2